OCNORA

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

  • Event
    Start a run on a Mailjet message event (bounce, open, click, unsub…).
    trigger.mailjet_event

Operations 17

  • Create Contact
    Add a contact to the account by email address.
    mailjet.create_contact
  • Create Contact List
    Create a new contact list on the account.
    mailjet.create_contact_list
  • Get Contact
    Fetch one contact by its Mailjet id or by its email address.
    mailjet.get_contact
  • Get Contact Properties
    Read the custom property values stored against one contact.
    mailjet.get_contact_data
  • Get Message
    Fetch the delivery record of one message by its Mailjet message id.
    mailjet.get_message
  • Get Message History
    List the delivery events recorded for one message — queued, sent, opened, clicked, bounced and so on.
    mailjet.get_message_history
  • List Contact Lists
    List the contact lists on the account with their subscriber counts.
    mailjet.list_contact_lists
  • List Contacts
    List the account's contacts, optionally only those on one list.
    mailjet.list_contacts
  • List Messages
    List the messages Mailjet has processed for the account.
    mailjet.list_messages
  • List SMS Messages
    List the SMS messages sent from the account, newest first.
    mailjet.list_sms
  • Manage Contact's Lists
    Subscribe or unsubscribe one contact across one or more contact lists in a single call.
    mailjet.manage_contact_lists
  • Add or Remove One List Contact
    Add, 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 Contacts
    Queue 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 Email
    Send 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 SMS
    Send 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 Contact
    Change a contact's name or its campaign exclusion. Mailjet does not allow the email address itself to be edited.
    mailjet.update_contact
  • Update Contact Properties
    Set 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.