← All integrations

Mailjet

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

API key2 native toolsIcon fallback
This catalogue entry describes the current repository definition. Availability, scopes, and production readiness should be confirmed during private-beta onboarding.

Native tools

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.
Request private-beta access