Skip to main content
POST
/
automation
/
v2
/
workflows
/
{workflowId}
/
enrollments
/
contacts
/
{email}
Enroll contact
curl --request POST \
  --url https://api.hubapi.com/automation/v2/workflows/{workflowId}/enrollments/contacts/{email}
{
  "status": "<string>",
  "message": "<string>",
  "correlationId": "<string>"
}

Path Parameters

workflowId
integer
required
email
string<email>
required

Response

Contact enrolled successfully (no body)

Last modified on December 12, 2025