Mailjet integration (Marketing). Imported from open-connector.
https://api.mailjet.com/v3/REST/contact
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | Limit the number of returned contacts. Mailjet allows at most 1000. |
| offset | integer | optional | Define a starting point from which to return contacts. |
| campaign | integer | optional | Return only contacts targeted by this campaign ID. |
| contactsList | integer | optional | Return only contacts that are part of this contact list ID. |
| isExcludedFromCampaigns | boolean | optional | When true, return only contacts excluded from marketing campaigns. |
| sort | string | optional | Mailjet sort directive, such as Email ASC. |
/contact/{contactId}
| Param | Type | Required | Description |
|---|---|---|---|
| contactId | integer | required | The Mailjet contact ID. |