Index
A
- Client::addContactToGroup() — Method in class Client
- AddContactToGroup function is used to add a contact to one of the groups in your CRM.
- AddContactToGroup — Class in namespace Bulldog\LaCrm\Endpoints\Contacts
- $Contact#Address — Property in class Contact
- An array of addresses.
- $Contact#AssignedTo — Property in class Contact
- (Optional) the UserId of who the contact is assigned to.
- $CreateTask#AssignedTo — Property in class CreateTask
B
- $Contact#BackgroundInfo — Property in class Contact
- A long text field where you can store any additional data.
- $Contact#Birthday — Property in class Contact
- The contact's birthday.
C
- Client — Class in namespace Bulldog\LaCrm
- Class Client
- Client::createContact() — Method in class Client
- Create a new CreateContact.
- Client::createPipeline() — Method in class Client
- CreatePipeline function is used to attach a new pipeline to a contact or company in your CRM.
- Client::createNote() — Method in class Client
- CreateNote function is used to add a note to a contact's history.
- Client::createTask() — Method in class Client
- CreateTask function is used to add a task in your CRM.
- Client::createEvent() — Method in class Client
- CreateEvent function is used to add an event to your calendar.
- ClientInterface — Class in namespace Bulldog\LaCrm
- $AddContactToGroup#ContactId — Property in class AddContactToGroup
- Contact — Class in namespace Bulldog\LaCrm\Endpoints\Contacts
- $Contact#CompanyName — Property in class Contact
- The name of the company.
- $Contact#CompanyId — Property in class Contact
- You can use this INSTEAD OF the CompanyName.
- $Contact#CustomFields — Property in class Contact
- An array of any additional data you want to enter.
- CreateContact — Class in namespace Bulldog\LaCrm\Endpoints\Contacts
- $EditContact#ContactId — Property in class EditContact
- $GetContact#ContactId — Property in class GetContact
- This is the ID of the contact.
- CreateEvent — Class in namespace Bulldog\LaCrm\Endpoints
- $CreateEvent#Contacts — Property in class CreateEvent
- CreateNote — Class in namespace Bulldog\LaCrm\Endpoints
- $CreateNote#ContactId — Property in class CreateNote
- CreateTask — Class in namespace Bulldog\LaCrm\Endpoints
- $CreateTask#ContactId — Property in class CreateTask
- CreatePipeline — Class in namespace Bulldog\LaCrm\Endpoints\Pipelines
- $CreatePipeline#ContactId — Property in class CreatePipeline
- $Pipeline#CustomFields — Property in class Pipeline
- SimpleClient::create() — Method in class SimpleClient
D
- Client::deleteContact() — Method in class Client
- DeleteContact function is used to remove contacts from your CRM.
- DeleteContact — Class in namespace Bulldog\LaCrm\Endpoints\Contacts
- $CreateEvent#Date — Property in class CreateEvent
- $CreateEvent#Description — Property in class CreateEvent
- $CreateTask#DueDate — Property in class CreateTask
- $CreateTask#Description — Property in class CreateTask
E
- Client::editContact() — Method in class Client
- Update information for a Contact.
- $Contact#Email — Property in class Contact
- An array of email addresses.
- EditContact — Class in namespace Bulldog\LaCrm\Endpoints\Contacts
- $CreateEvent#EndTime — Property in class CreateEvent
- Endpoint — Class in namespace Bulldog\LaCrm\Endpoints
F
- $Contact#FullName — Property in class Contact
- This is the contact's full name.
G
- Client::getContact() — Method in class Client
- Get a Contact by their Contact ID.
- Client::getPipelineReport() — Method in class Client
- GetPipelineReport function is used to retrieve the data from a pipeline report.
- Client::getUserInfo() — Method in class Client
- GetUserInfo function is used to retrieve meta information about your CRM account.
- Client::getCustomFields() — Method in class Client
- GetCustomFields function is used to retrieve a list of all the custom contact/company fields you've created in your CRM
- $AddContactToGroup#GroupName — Property in class AddContactToGroup
- GetContact — Class in namespace Bulldog\LaCrm\Endpoints\Contacts
- GetPipelineReport — Class in namespace Bulldog\LaCrm\Endpoints\Pipelines
- GuzzleAdapter — Class in namespace Bulldog\LaCrm
I
- $Contact#Industry — Property in class Contact
- The company's industry.
N
- $Contact#NumEmployees — Property in class Contact
- The number of employees at the company.
- $SearchContacts#NumRows — Property in class SearchContacts
- $CreateEvent#Name — Property in class CreateEvent
- $CreateNote#Note — Property in class CreateNote
- $CreateTask#Name — Property in class CreateTask
- $Pipeline#Note — Property in class Pipeline
P
- $Contact#Phone — Property in class Contact
- An array of phone numbers.
- $SearchContacts#Page — Property in class SearchContacts
- $GetPipelineReport#PipelineId — Property in class GetPipelineReport
- $GetPipelineReport#Page — Property in class GetPipelineReport
- Pipeline — Class in namespace Bulldog\LaCrm\Endpoints\Pipelines
- $Pipeline#Priority — Property in class Pipeline
- $UpdatePipelineItem#PipelineItemId — Property in class UpdatePipelineItem
R
- $SearchContacts#RecordType — Property in class SearchContacts
S
- Client::searchContacts() — Method in class Client
- SearchContacts function is used to retrieve a list of contacts and companies that match a search.
- ClientInterface::send() — Method in class ClientInterface
- SearchContacts — Class in namespace Bulldog\LaCrm\Endpoints\Contacts
- $SearchContacts#SearchTerms — Property in class SearchContacts
- $SearchContacts#Sort — Property in class SearchContacts
- $CreateEvent#StartTime — Property in class CreateEvent
- $GetPipelineReport#SortBy — Property in class GetPipelineReport
- $GetPipelineReport#SortDirection — Property in class GetPipelineReport
- Can be ASC to sort from low to high or DESC to sort from high to low.
- $GetPipelineReport#StatusFilter — Property in class GetPipelineReport
- $Pipeline#StatusId — Property in class Pipeline
- GuzzleAdapter::send() — Method in class GuzzleAdapter
- SimpleClient — Class in namespace Bulldog\LaCrm
T
- $Contact#Title — Property in class Contact
- The contact's title (CEO, Sales Rep, etc.).
- Endpoint::toArray() — Method in class Endpoint
U
- Client::updatePipelineItem() — Method in class Client
- UpdatePipelineItem function is used to edit an existing pipeline item in the CRM.
- $CreateEvent#Users — Property in class CreateEvent
- $GetPipelineReport#UserFilter — Property in class GetPipelineReport
- UpdatePipelineItem — Class in namespace Bulldog\LaCrm\Endpoints\Pipelines
W
- $Contact#Website — Property in class Contact
- An array of websites.
_
- Client::__construct() — Method in class Client
- Client constructor.
- AddContactToGroup::__construct() — Method in class AddContactToGroup
- AddContactToGroup constructor.
- EditContact::__construct() — Method in class EditContact
- GetContact::__construct() — Method in class GetContact
- GetContact constructor.
- SearchContacts::__construct() — Method in class SearchContacts
- CreateEvent::__construct() — Method in class CreateEvent
- CreateEvent constructor.
- CreateNote::__construct() — Method in class CreateNote
- CreateNote constructor.
- CreateTask::__construct() — Method in class CreateTask
- CreateTask constructor.
- CreatePipeline::__construct() — Method in class CreatePipeline
- CreatePipeline constructor.
- GetPipelineReport::__construct() — Method in class GetPipelineReport
- GetPipelineReport constructor.
- UpdatePipelineItem::__construct() — Method in class UpdatePipelineItem
- UpdatePipelineItem constructor.
- GuzzleAdapter::__construct() — Method in class GuzzleAdapter