Method: Contacts#get_contact_magic_links
- Defined in:
- lib/user/crm/contacts.rb
#get_contact_magic_links(contact_id) ⇒ Object
Get contact magic links.
Get magic links of a contact.
Parameters
- contact_id
-
(Integer) – Contact id.
Example
@data = @mints_user.get_contact_magic_links(150)
250 251 252 |
# File 'lib/user/crm/contacts.rb', line 250 def get_contact_magic_links(contact_id) @client.raw('get', "/crm/contacts/#{contact_id}/magic-links") end |