agile_crm v1.0.6 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

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

Link to this section Functions

Creates a contact

Deletes a single contact by id

Gets a contact by 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