← Tools Reference

Amplemarket

Amplemarket integration (Marketing, Data). Imported from open-connector.

API key11 toolshttps://api.amplemarket.com
GET
amplemarket_get_account_details
Get account details for the authenticated Amplemarket API key.

/account-info

GET
amplemarket_get_contact
Retrieve an Amplemarket contact by contact ID.

/contacts/{id}

1 parameter
ParamTypeRequiredDescription
idstringrequiredAmplemarket contact ID.
GET
amplemarket_get_contact_by_email
Retrieve an Amplemarket contact by email address.

/contacts/email/{email}

1 parameter
ParamTypeRequiredDescription
emailstringrequiredEmail address of the Amplemarket contact.
GET
amplemarket_list_contacts
Retrieve Amplemarket contacts by one or more contact IDs.

/contacts

1 parameter
ParamTypeRequiredDescription
idsarrayoptionalAmplemarket contact IDs to retrieve.
GET
amplemarket_list_lead_lists
List Amplemarket lead lists with cursor pagination and owner filters.

/lead-lists

6 parameters
ParamTypeRequiredDescription
page_sizeintegeroptionalNumber of records to return in the page.
page_afterstringoptionalCursor value from an Amplemarket pagination link.
page_beforestringoptionalCursor value from an Amplemarket pagination link.
statusstringoptionalLead list status to filter by.
owner_idstringoptionalLead list owner ID to filter by.
owner_emailstringoptionalLead list owner email to filter by.
GET
amplemarket_get_lead_list
Retrieve an Amplemarket lead list by ID.

/lead-lists/{id}

1 parameter
ParamTypeRequiredDescription
idstringrequiredAmplemarket lead list ID.
GET
amplemarket_list_tasks
List Amplemarket tasks with cursor pagination and status, type, or user filters.

/tasks

7 parameters
ParamTypeRequiredDescription
page_sizeintegeroptionalNumber of records to return in the page.
page_afterstringoptionalCursor value from an Amplemarket pagination link.
page_beforestringoptionalCursor value from an Amplemarket pagination link.
statusstringoptionalTask status to filter by.
typestringoptionalTask type to filter by.
user_idstringoptionalUser ID to filter tasks by.
user_emailstringoptionalUser email to filter tasks by.
PATCH
amplemarket_complete_task
Mark an Amplemarket task as completed.

/tasks/{id}/complete

1 parameter
ParamTypeRequiredDescription
idstringrequiredAmplemarket task ID.
PATCH
amplemarket_skip_task
Skip an Amplemarket task.

/tasks/{id}/skip

1 parameter
ParamTypeRequiredDescription
idstringrequiredAmplemarket task ID.
GET
amplemarket_list_task_statuses
List task statuses supported by Amplemarket.

/tasks/statuses

GET
amplemarket_list_task_types
List task types supported by Amplemarket.

/tasks/types