Add SendGrid contact from new Google Sheets row
This action will add a new marketing contact in SendGrid or update an existing one, optionally adding them to a list.
Developer info
- API endpoint slug
- sendgrid.add_or_update_contact
- Filter code method
- Sendgrid.addOrUpdateContact.skip(string?: reason)
- Runtime method
- runAction("sendgrid.add_or_update_contact", {})
Action fields
Email address Text input > Other
- Label
- Email address
- Helper text
- Identifies the contact. If a contact with this email exists it is updated; otherwise it is created.
- Slug
- email_address
- Required
- true
- Can have default value
- true
- Filter code method
- Sendgrid.addOrUpdateContact.setEmailAddress(string: email_address)
First name Text input > Other
- Label
- First name
- Helper text
- Optional.
- Slug
- first_name
- Required
- false
- Can have default value
- true
- Filter code method
- Sendgrid.addOrUpdateContact.setFirstName(string: first_name)
Last name Text input > Other
- Label
- Last name
- Helper text
- Optional.
- Slug
- last_name
- Required
- false
- Can have default value
- true
- Filter code method
- Sendgrid.addOrUpdateContact.setLastName(string: last_name)
List Dropdown list
- Label
- List
- Helper text
- Optional. The marketing list to add this contact to.
- Slug
- list
- Required
- false
- Can have default value
- false
