OnePageCRM integration (Marketing). Imported from open-connector.
https://app.onepagecrm.com/api/v3/contacts
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | Page number to request. OnePageCRM starts pagination at 1. |
| perPage | integer | optional | Number of records to return per page. OnePageCRM allows at most 100. |
| search | string | optional | Search contacts by contact name, company name, or phone number. |
| ownerId | string | optional | Return contacts owned by a specific OnePageCRM user. |
| tag | string | optional | Filter contacts by tag. |
| filterId | string | optional | Apply a saved OnePageCRM contact filter. |
| sortBy | string | optional | Field used to sort OnePageCRM contacts. |
| order | string | optional | Sort order for OnePageCRM contact results. |
/contacts/{contactId}
| Param | Type | Required | Description |
|---|---|---|---|
| contactId | string | required | ID of the OnePageCRM contact to retrieve. |
/deals
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | Page number to request. OnePageCRM starts pagination at 1. |
| perPage | integer | optional | Number of records to return per page. OnePageCRM allows at most 100. |
| search | string | optional | Search deals by deal name, contact name, or company name. |
| status | string | optional | Return deals with a particular status. |
| stage | integer | optional | Return pending deals at a specific stage. |
| ownerId | string | optional | Return deals owned by a specific OnePageCRM user. |
| contactId | string | optional | Return deals linked to a specific contact. |
| companyId | string | optional | Return deals linked to a specific company. |
| tag | string | optional | Filter deals by tag. |
| filterId | string | optional | Apply a saved OnePageCRM deal filter. |
| sortBy | string | optional | Field used to sort OnePageCRM deals. |
| order | string | optional | Sort order for OnePageCRM deal results. |
/deals/{dealId}
| Param | Type | Required | Description |
|---|---|---|---|
| dealId | string | required | ID of the OnePageCRM deal to retrieve. |