agile_crm v1.0.2 AgileCRM.Contact
This module holds functions that allow performing operations related to contacts
Link to this section Summary
Functions
Creates a contact
Deletes a single contact by id
Gets a contact by id
Get’s a contact’s notes
Searches a contactr by email and returns it
Link to this section Functions
Link to this function
create(data)
Creates a contact
Link to this function
delete(id)
Deletes a single contact by id
Link to this function
get(id)
Gets a contact by id
Link to this function
get_notes(id)
Get’s a contact’s notes
Link to this function
search_by_email(email)
Searches a contactr by email and returns it
Link to this function
update(contact, data)
Updates a contact by id.
Not that using the key :tags here
will completely replace the tags.
If you want to add, pass the entire
contact returned by get/1
or update/2