Mailjet
EmailUsername & passwordcredential probe
Mailjet transactional email through Send API v3.1, SMS through the v4 SMS API, and the v3 REST contact, contact-list and message resources.
OCNORA ships 17 typed Mailjet operations and 1 trigger. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run. Anything not covered by a typed node reaches https://api.mailjet.com through the HTTP node with the same credential.
Triggers 1
- EventStart a run on a Mailjet message event (bounce, open, click, unsub…).trigger.mailjet_event
Operations 17
- Create ContactAdd a contact to the account by email address.mailjet.create_contact
- Create Contact ListCreate a new contact list on the account.mailjet.create_contact_list
- Get ContactFetch one contact by its Mailjet id or by its email address.mailjet.get_contact
- Get Contact PropertiesRead the custom property values stored against one contact.mailjet.get_contact_data
- Get MessageFetch the delivery record of one message by its Mailjet message id.mailjet.get_message
- Get Message HistoryList the delivery events recorded for one message — queued, sent, opened, clicked, bounced and so on.mailjet.get_message_history
- List Contact ListsList the contact lists on the account with their subscriber counts.mailjet.list_contact_lists
- List ContactsList the account's contacts, optionally only those on one list.mailjet.list_contacts
- List MessagesList the messages Mailjet has processed for the account.mailjet.list_messages
- List SMS MessagesList the SMS messages sent from the account, newest first.mailjet.list_sms
- Manage Contact's ListsSubscribe or unsubscribe one contact across one or more contact lists in a single call.mailjet.manage_contact_lists
- Add or Remove One List ContactAdd, remove or unsubscribe one contact on a list, creating the contact when Mailjet has not seen the address before.mailjet.manage_list_contact
- Bulk Manage List ContactsQueue a batch of contacts to be added to, removed from or unsubscribed from one list. Mailjet processes this asynchronously and answers with a job id.mailjet.manage_many_contacts
- Send EmailSend a transactional email through Send API v3.1, either from inline text and HTML or from a stored template with its variables filled in.mailjet.send_email
- Send SMSSend one SMS through Mailjet's v4 SMS API, using the SMS token on the connection rather than the email API key.mailjet.send_sms
- Update ContactChange a contact's name or its campaign exclusion. Mailjet does not allow the email address itself to be edited.mailjet.update_contact
- Update Contact PropertiesSet custom property values on one contact. Only the properties named are touched; the rest keep their current values.mailjet.update_contact_data
Run your first Mailjet workflow today.
Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.