curl --request POST \
--url https://api.hubapi.com/automation/v2/workflows/{workflowId}/enrollments/contacts/{email}{
"status": "<string>",
"message": "<string>",
"correlationId": "<string>"
}Enroll a contact (email) into workflowId.
curl --request POST \
--url https://api.hubapi.com/automation/v2/workflows/{workflowId}/enrollments/contacts/{email}{
"status": "<string>",
"message": "<string>",
"correlationId": "<string>"
}Was this page helpful?