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 BounceRemove one address from the bounces list so Mailgun will deliver to it again.mailgun.delete_bounce
- Delete ComplaintRemove one address from the complaints list so Mailgun will deliver to it again.mailgun.delete_complaint
- Delete UnsubscribeRemove one address from the unsubscribes list so Mailgun will deliver to it again.mailgun.delete_unsubscribe
- Fetch Events PageFollow a paging cursor from a previous events page and return the next page of the same query.mailgun.fetch_events_page
- List BouncesList the hard-bounced addresses recorded for the domain, newest first.mailgun.list_bounces
- List ComplaintsList the addresses that reported spam recorded for the domain, newest first.mailgun.list_complaints
- List DomainsList the sending domains on the Mailgun account with their state.mailgun.list_domains
- List EventsQuery 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 UnsubscribesList the addresses that unsubscribed recorded for the domain, newest first.mailgun.list_unsubscribes
- Send MessageSend one message through the Mailgun messages endpoint, with optional CC/BCC, a stored template, tags, scheduled delivery and attachments.mailgun.send_message
- Validate AddressCheck 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.