OCNORA

Mailgun

EmailUsername & passwordcredential probe

Send mail through Mailgun, validate addresses, read the event log and manage bounce / complaint / unsubscribe suppressions.

OCNORA ships 11 typed Mailgun operations. 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.mailgun.net through the HTTP node with the same credential.

Operations 11

  • Delete Bounce
    Remove one address from the bounces list so Mailgun will deliver to it again.
    mailgun.delete_bounce
  • Delete Complaint
    Remove one address from the complaints list so Mailgun will deliver to it again.
    mailgun.delete_complaint
  • Delete Unsubscribe
    Remove one address from the unsubscribes list so Mailgun will deliver to it again.
    mailgun.delete_unsubscribe
  • Fetch Events Page
    Follow a paging cursor from a previous events page and return the next page of the same query.
    mailgun.fetch_events_page
  • List Bounces
    List the hard-bounced addresses recorded for the domain, newest first.
    mailgun.list_bounces
  • List Complaints
    List the addresses that reported spam recorded for the domain, newest first.
    mailgun.list_complaints
  • List Domains
    List the sending domains on the Mailgun account with their state.
    mailgun.list_domains
  • List Events
    Query the domain's event log — accepted, delivered, opened, failed and the rest — and return one page plus the cursor for the next.
    mailgun.list_events
  • List Unsubscribes
    List the addresses that unsubscribed recorded for the domain, newest first.
    mailgun.list_unsubscribes
  • Send Message
    Send one message through the Mailgun messages endpoint, with optional CC/BCC, a stored template, tags, scheduled delivery and attachments.
    mailgun.send_message
  • Validate Address
    Check one email address with Mailgun's validation service and return its deliverability result, risk rating and any suggested correction.
    mailgun.validate_address

Run your first Mailgun 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.