Amplemarket integration (Marketing, Data). Imported from open-connector.
https://api.amplemarket.com/account-info
/contacts/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | Amplemarket contact ID. |
/contacts/email/{email}
| Param | Type | Required | Description |
|---|---|---|---|
| string | required | Email address of the Amplemarket contact. |
/contacts
| Param | Type | Required | Description |
|---|---|---|---|
| ids | array | optional | Amplemarket contact IDs to retrieve. |
/lead-lists
| Param | Type | Required | Description |
|---|---|---|---|
| page_size | integer | optional | Number of records to return in the page. |
| page_after | string | optional | Cursor value from an Amplemarket pagination link. |
| page_before | string | optional | Cursor value from an Amplemarket pagination link. |
| status | string | optional | Lead list status to filter by. |
| owner_id | string | optional | Lead list owner ID to filter by. |
| owner_email | string | optional | Lead list owner email to filter by. |
/lead-lists/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | Amplemarket lead list ID. |
/tasks
| Param | Type | Required | Description |
|---|---|---|---|
| page_size | integer | optional | Number of records to return in the page. |
| page_after | string | optional | Cursor value from an Amplemarket pagination link. |
| page_before | string | optional | Cursor value from an Amplemarket pagination link. |
| status | string | optional | Task status to filter by. |
| type | string | optional | Task type to filter by. |
| user_id | string | optional | User ID to filter tasks by. |
| user_email | string | optional | User email to filter tasks by. |
/tasks/{id}/complete
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | Amplemarket task ID. |
/tasks/{id}/skip
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | Amplemarket task ID. |
/tasks/statuses
/tasks/types