Client
class Client
Class Client
Methods
CreatePipeline function is used to attach a new pipeline to a contact or company in your CRM.
UpdatePipelineItem function is used to edit an existing pipeline item in the CRM.
AddContactToGroup function is used to add a contact to one of the groups in your CRM.
SearchContacts function is used to retrieve a list of contacts and companies that match a search.
DeleteContact function is used to remove contacts from your CRM.
GetPipelineReport function is used to retrieve the data from a pipeline report.
GetUserInfo function is used to retrieve meta information about your CRM account.
GetCustomFields function is used to retrieve a list of all the custom contact/company fields you've created in your CRM
Details
at line 33
__construct(ClientInterface $clientInterface)
Client constructor.
at line 44
mixed
createContact(CreateContact $contact)
Create a new CreateContact.
at line 55
mixed
getContact(GetContact $contact)
Get a Contact by their Contact ID.
at line 66
mixed
editContact(EditContact $contact)
Update information for a Contact.
at line 78
mixed
createPipeline(CreatePipeline $pipeline)
CreatePipeline function is used to attach a new pipeline to a contact or company in your CRM.
at line 89
mixed
updatePipelineItem(UpdatePipelineItem $pipelineItem)
UpdatePipelineItem function is used to edit an existing pipeline item in the CRM.
at line 100
mixed
createNote(CreateNote $note)
CreateNote function is used to add a note to a contact's history.
at line 111
mixed
createTask(CreateTask $task)
CreateTask function is used to add a task in your CRM.
at line 122
mixed
createEvent(CreateEvent $event)
CreateEvent function is used to add an event to your calendar.
at line 133
mixed
addContactToGroup(AddContactToGroup $contact)
AddContactToGroup function is used to add a contact to one of the groups in your CRM.
at line 145
mixed
searchContacts(SearchContacts $search)
SearchContacts function is used to retrieve a list of contacts and companies that match a search.
at line 156
mixed
deleteContact(DeleteContact $contact)
DeleteContact function is used to remove contacts from your CRM.
at line 167
mixed
getPipelineReport(GetPipelineReport $pipelineReport)
GetPipelineReport function is used to retrieve the data from a pipeline report.
at line 177
mixed
getUserInfo()
GetUserInfo function is used to retrieve meta information about your CRM account.
at line 188
mixed
getCustomFields()
GetCustomFields function is used to retrieve a list of all the custom contact/company fields you've created in your CRM