Add email to SendGrid unsubscribe when SMS tagged
This action will add an email address to a SendGrid unsubscribe group, or to the global unsubscribe list, so it stops receiving mail.
Developer info
- API endpoint slug
- sendgrid.add_to_suppression_list
- Filter code method
- Sendgrid.addToSuppressionList.skip(string?: reason)
- Runtime method
- runAction("sendgrid.add_to_suppression_list", {})
Action fields
Email address Text input > Other
- Label
- Email address
- Helper text
- The address that should stop receiving mail.
- Slug
- email_address
- Required
- true
- Can have default value
- true
- Filter code method
- Sendgrid.addToSuppressionList.setEmailAddress(string: email_address)
Unsubscribe group Dropdown list
- Label
- Unsubscribe group
- Helper text
- Leave blank to add the address to the global unsubscribe list (stops all mail). Choose a group to suppress only that group's mail.
- Slug
- unsubscribe_group
- Required
- false
- Can have default value
- false
