Sendmator integration (Communication, Marketing). Imported from open-connector.
https://api.sendmator.com/api/v1/contacts
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | Number of contacts to return, up to 100. |
| starting_after | string | optional | Cursor for pagination. |
| tag | string | optional | Filter contacts by tag. |
| is_active | boolean | optional | Filter contacts by active status. |
| search | string | optional | Search across contact name, email, and external_id. |
| created_after | string | optional | Return contacts created after this timestamp. |
| created_before | string | optional | Return contacts created before this timestamp. |
/contacts
| Param | Type | Required | Description |
|---|---|---|---|
| external_id | string | optional | External contact ID used to map the contact to another system. |
| string | required | The contact email address. | |
| first_name | string | optional | The contact first name. |
| last_name | string | optional | The contact last name. |
| tags | array | optional | Tags attached to the Sendmator contact. |
| custom_fields | object | optional | Custom contact fields keyed by field name. |
| metadata | object | optional | Additional contact metadata returned by Sendmator or provided by the caller. |
/contacts/{contact_id}
| Param | Type | Required | Description |
|---|---|---|---|
| contact_id | string | required | Sendmator contact ID. |
/contacts/{contact_id}
| Param | Type | Required | Description |
|---|---|---|---|
| contact_id | string | required | Sendmator contact ID. |
| external_id | string | optional | Updated external contact ID. |
| string | optional | Updated contact email address. | |
| first_name | string | optional | Updated contact first name. |
| last_name | string | optional | Updated contact last name. |
| tags | array | optional | Tags attached to the Sendmator contact. |
| is_active | boolean | optional | Updated active status for the contact. |
| custom_fields | object | optional | Custom contact fields keyed by field name. |
| metadata | object | optional | Additional contact metadata returned by Sendmator or provided by the caller. |
/contacts/{contact_id}
| Param | Type | Required | Description |
|---|---|---|---|
| contact_id | string | required | Sendmator contact ID. |