MOCO integration (Productivity, Finance). Imported from open-connector.
https://{account}.mocoapp.com{api_base_url_path}/profile
/companies
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The MOCO page number to request. |
| perPage | integer | optional | The number of MOCO records to request per page. |
| updatedAfter | string | optional | Return records updated after this UTC timestamp. |
| sortBy | string | optional | The MOCO field name to sort by. |
| sortDirection | string | optional | The MOCO sort direction. |
| includeArchived | boolean | optional | Whether archived MOCO companies should be included. |
| type | string | optional | The MOCO company type. |
| tags | array | optional | Tags to match as a comma-separated MOCO tags filter. |
| identifier | string | optional | Filter companies by the MOCO identifier string. |
| term | string | optional | Search companies by term. |
/companies/{companyId}
| Param | Type | Required | Description |
|---|---|---|---|
| companyId | integer | required | The MOCO company identifier. |
/contacts/people
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The MOCO page number to request. |
| perPage | integer | optional | The number of MOCO records to request per page. |
| updatedAfter | string | optional | Return records updated after this UTC timestamp. |
| sortBy | string | optional | The MOCO field name to sort by. |
| sortDirection | string | optional | The MOCO sort direction. |
| tags | array | optional | Tags to match as a comma-separated MOCO tags filter. |
| term | string | optional | Search contacts by name, email, or company. |
| phone | string | optional | Reverse lookup contacts by work or mobile phone number. |
/contacts/people/{contactId}
| Param | Type | Required | Description |
|---|---|---|---|
| contactId | integer | required | The MOCO contact identifier. |