← Tools Reference

Mailjet

Mailjet integration (Marketing). Imported from open-connector.

API key2 toolshttps://api.mailjet.com/v3/REST
GET
mailjet_list_contacts
List Mailjet contacts with pagination and selected public contact filters from the Email API.

/contact

6 parameters
ParamTypeRequiredDescription
limitintegeroptionalLimit the number of returned contacts. Mailjet allows at most 1000.
offsetintegeroptionalDefine a starting point from which to return contacts.
campaignintegeroptionalReturn only contacts targeted by this campaign ID.
contactsListintegeroptionalReturn only contacts that are part of this contact list ID.
isExcludedFromCampaignsbooleanoptionalWhen true, return only contacts excluded from marketing campaigns.
sortstringoptionalMailjet sort directive, such as Email ASC.
GET
mailjet_get_contact
Retrieve one Mailjet contact by contact ID.

/contact/{contactId}

1 parameter
ParamTypeRequiredDescription
contactIdintegerrequiredThe Mailjet contact ID.