APIs & Integrations

ss_integration
Miembro

Sending an email to the contact once a new contact is created via HubSpot API

I would like create a workflow where an email (Pre-Constructed) is sent to a contact’s mail (Welcome email etc.) once the contact is first creatd using the HbbSpot Contacts API.

Currently I am not able to trigger this based on the properties or the contact objects etc.

Please let me know how this can be achieved.

0 Me gusta
1 Respuesta 1
Dadams
HubSpot Employee
HubSpot Employee

Sending an email to the contact once a new contact is created via HubSpot API

@Anil_Koppisetti if you have a workflow set up to send that email, you can manually enroll a contact in the workflow using the API.

Enroll a contact into a workflow | Workflows API

POST /automation/v2/workflows/:workflowId/enrollments/contacts/:email - Add a contact to a workflow.

0 Me gusta