Close menu
Explore Plans
Mobile menu Close menu
SendGrid

Recipient unsubscribed

This trigger fires when a recipient unsubscribes from your SendGrid emails.

Developer info

API endpoint slug
sendgrid.recipient_unsubscribed

Trigger fields

Category Text input > Other

Label
Category
Helper text
Leave blank to fire on every unsubscribe. Enter a category to only fire for emails you tagged with that category when sending.
Slug
category
Required
true
Can have default value
true

Ingredients

Recipient email The email address of the recipient who unsubscribed.

Slug
recipient_email
Filter code
Sendgrid.recipientUnsubscribed.RecipientEmail
Type
String
Example
alex@example.com

Unsubscribe group The ID of the unsubscribe group, when the unsubscribe was group-specific; blank for a global unsubscribe.

Slug
unsubscribe_group_id
Filter code
Sendgrid.recipientUnsubscribed.UnsubscribeGroupId
Type
String
Example
1234

Occurred at When the unsubscribe occurred.

Slug
occurred_at
Filter code
Sendgrid.recipientUnsubscribed.OccurredAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06+05:00