Add Intercom tag when Email has hashtag
This action will add a tag to a contact in your Intercom workspace.
Developer info
- API endpoint slug
- intercom.add_tag_to_contact
- Filter code method
- Intercom.addTagToContact.skip(string?: reason)
- Runtime method
- runAction("intercom.add_tag_to_contact", {})
Action fields
Email Text input > Other
- Label
- Contact email
- Helper text
- Email address of the contact to tag.
- Slug
- Required
- true
- Can have default value
- true
- Filter code method
- Intercom.addTagToContact.setEmail(string: email)
Tag Dropdown list
- Label
- Tag
- Helper text
- Select the tag to apply.
- Slug
- tag_id
- Required
- true
- Can have default value
- false
