This action will add a contact to a customer list by their email.
- API endpoint slug
- google_ads.add_contact_email
- Filter code method
- GoogleAds.addContactEmail.skip(string?: reason)
- Runtime method
- runAction("google_ads.add_contact_email", {})
Action fields
- Label
- Account and List
- Helper text
- Select the desired account and list
- Slug
- customer_and_list
- Required
- true
- Can have default value
- false
- Label
- Email
- Helper text
- The email to add to the list.
- Slug
- email
- Required
- true
- Can have default value
- true
- Filter code method
- GoogleAds.addContactEmail.setEmail(string: email)