$moxi_works_agent_id
$moxi_works_agent_id : string
$actions : array
create(array $attributes = array()) : \MoxiworksPlatform\ActionLog|null
Create an ActionLog entry on The Moxi Works Platform <code> MoxiworksPlatform\ActionLog::create([ moxi_works_agent_id: '123abc', partner_contact_id: '1234', title: 'Client Picked Up House Keys!', body: 'Firstname Lastname came by the office to pick up their keys']); </code>
array | $attributes |
|
if required parameters are not included
search(array $attributes = array()) : Array
Search ActionLogs for a specific Contact on Moxi Works Platform.
search can be performed by including date_start and date_end in a parameter array
\MoxiworksPlatform\Contact::search([moxi_works_agent_id: 'abc123', partner_contact_id: 'abc123'])
array | $attributes |
|
if required parameters are not included
if at least one search parameter is not defined
of ActionLog objects
sendRequest( $method, array $opts = array(), null $url = null) : \MoxiworksPlatform\ActionLog|null
$method | ||
array | $opts | |
null | $url |
if required parameters are not included