Add HubSpot note when Email arrives
This action will add a note (engagement) to a contact in your HubSpot CRM.
Developer info
- API endpoint slug
- hubspot.add_note_to_contact
- Filter code method
- Hubspot.addNoteToContact.skip(string?: reason)
- Runtime method
- runAction("hubspot.add_note_to_contact", {})
Action fields
Contact email Text input > Other
- Label
- Contact email
- Helper text
- The email address of an existing contact.
- Slug
- contact_email
- Required
- true
- Can have default value
- true
- Filter code method
- Hubspot.addNoteToContact.setContactEmail(string: contact_email)
Note body Text input > Other
- Label
- Note body
- Slug
- note_body
- Required
- true
- Can have default value
- true
- Filter code method
- Hubspot.addNoteToContact.setNoteBody(string: note_body)
