A

Client::addContactToGroup() — Method in class Client
AddContactToGroup function is used to add a contact to one of the groups in your CRM.
AddContactToGroupClass in namespace Bulldog\LaCrm\Endpoints\Contacts
$Contact#AddressProperty in class Contact
An array of addresses.
$Contact#AssignedToProperty in class Contact
(Optional) the UserId of who the contact is assigned to.
$CreateTask#AssignedToProperty in class CreateTask

B

$Contact#BackgroundInfoProperty in class Contact
A long text field where you can store any additional data.
$Contact#BirthdayProperty in class Contact
The contact's birthday.

C

ClientClass 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.
ClientInterfaceClass in namespace Bulldog\LaCrm
$AddContactToGroup#ContactIdProperty in class AddContactToGroup
ContactClass in namespace Bulldog\LaCrm\Endpoints\Contacts
$Contact#CompanyNameProperty in class Contact
The name of the company.
$Contact#CompanyIdProperty in class Contact
You can use this INSTEAD OF the CompanyName.
$Contact#CustomFieldsProperty in class Contact
An array of any additional data you want to enter.
CreateContactClass in namespace Bulldog\LaCrm\Endpoints\Contacts
$EditContact#ContactIdProperty in class EditContact
$GetContact#ContactIdProperty in class GetContact
This is the ID of the contact.
CreateEventClass in namespace Bulldog\LaCrm\Endpoints
$CreateEvent#ContactsProperty in class CreateEvent
CreateNoteClass in namespace Bulldog\LaCrm\Endpoints
$CreateNote#ContactIdProperty in class CreateNote
CreateTaskClass in namespace Bulldog\LaCrm\Endpoints
$CreateTask#ContactIdProperty in class CreateTask
CreatePipelineClass in namespace Bulldog\LaCrm\Endpoints\Pipelines
$CreatePipeline#ContactIdProperty in class CreatePipeline
$Pipeline#CustomFieldsProperty 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.
DeleteContactClass in namespace Bulldog\LaCrm\Endpoints\Contacts
$CreateEvent#DateProperty in class CreateEvent
$CreateEvent#DescriptionProperty in class CreateEvent
$CreateTask#DueDateProperty in class CreateTask
$CreateTask#DescriptionProperty in class CreateTask

E

Client::editContact() — Method in class Client
Update information for a Contact.
$Contact#EmailProperty in class Contact
An array of email addresses.
EditContactClass in namespace Bulldog\LaCrm\Endpoints\Contacts
$CreateEvent#EndTimeProperty in class CreateEvent
EndpointClass in namespace Bulldog\LaCrm\Endpoints

F

$Contact#FullNameProperty 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#GroupNameProperty in class AddContactToGroup
GetContactClass in namespace Bulldog\LaCrm\Endpoints\Contacts
GetPipelineReportClass in namespace Bulldog\LaCrm\Endpoints\Pipelines
GuzzleAdapterClass in namespace Bulldog\LaCrm

I

$Contact#IndustryProperty in class Contact
The company's industry.

N

$Contact#NumEmployeesProperty in class Contact
The number of employees at the company.
$SearchContacts#NumRowsProperty in class SearchContacts
$CreateEvent#NameProperty in class CreateEvent
$CreateNote#NoteProperty in class CreateNote
$CreateTask#NameProperty in class CreateTask
$Pipeline#NoteProperty in class Pipeline

P

$Contact#PhoneProperty in class Contact
An array of phone numbers.
$SearchContacts#PageProperty in class SearchContacts
$GetPipelineReport#PipelineIdProperty in class GetPipelineReport
$GetPipelineReport#PageProperty in class GetPipelineReport
PipelineClass in namespace Bulldog\LaCrm\Endpoints\Pipelines
$Pipeline#PriorityProperty in class Pipeline
$UpdatePipelineItem#PipelineItemIdProperty in class UpdatePipelineItem

R

$SearchContacts#RecordTypeProperty 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
SearchContactsClass in namespace Bulldog\LaCrm\Endpoints\Contacts
$SearchContacts#SearchTermsProperty in class SearchContacts
$SearchContacts#SortProperty in class SearchContacts
$CreateEvent#StartTimeProperty in class CreateEvent
$GetPipelineReport#SortByProperty in class GetPipelineReport
$GetPipelineReport#SortDirectionProperty in class GetPipelineReport
Can be ASC to sort from low to high or DESC to sort from high to low.
$GetPipelineReport#StatusFilterProperty in class GetPipelineReport
$Pipeline#StatusIdProperty in class Pipeline
GuzzleAdapter::send() — Method in class GuzzleAdapter
SimpleClientClass in namespace Bulldog\LaCrm

T

$Contact#TitleProperty 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#UsersProperty in class CreateEvent
$GetPipelineReport#UserFilterProperty in class GetPipelineReport
UpdatePipelineItemClass in namespace Bulldog\LaCrm\Endpoints\Pipelines

W

$Contact#WebsiteProperty 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