Create GitHub issue when MailerSend email bounces
This trigger fires when a transactional email sent via MailerSend bounces.
Developer info
- API endpoint slug
- mailersend.email_bounced
Trigger fields
Domain Dropdown list
- Label
- Which domain?
- Helper text
- Only verified MailerSend domains are listed. Webhook subscriptions are scoped per domain.
- Slug
- domain_id
- Required
- true
- Can have default value
- false
Ingredients
Message MailerSend message identifier.
- Slug
- message_id
- Filter code
- Mailersend.emailBounced.MessageId
- Type
- String
- Example
- 62f1a9d5b3e0c2001a4f1234
Recipient email Email address that bounced.
- Slug
- recipient_email
- Filter code
- Mailersend.emailBounced.RecipientEmail
- Type
- String
- Example
- missing@example.com
Subject Subject line of the bounced message.
- Slug
- subject
- Filter code
- Mailersend.emailBounced.Subject
- Type
- String
- Example
- Your receipt
Bounce type "hard" for permanent failures, "soft" for temporary ones.
- Slug
- bounce_type
- Filter code
- Mailersend.emailBounced.BounceType
- Type
- String
- Example
- hard
Bounce reason Human-readable reason MailerSend received from the remote MTA.
- Slug
- bounce_reason
- Filter code
- Mailersend.emailBounced.BounceReason
- Type
- String
- Example
- Recipient address rejected: User unknown
Bounced at When MailerSend recorded the bounce.
- Slug
- bounced_at
- Filter code
- Mailersend.emailBounced.BouncedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
