Hi Team,
I’m attempting to enroll a contact into a HubSpot workflow using the following API endpoint:
https://api.hubapi.com/automation/v2/workflows/{workflowId}/enrollments/contacts/{contactId}
The request consistently returns a 204 No Content response. For example, when I intentionally pass an invalid contact ID, I would expect to receive an error code, but the API still responds with 204.
In the HubSpot Admin panel, the enrollment appears to be skipped, even though the API call reports success.
Please let me know the issue.
Regards,
Aravinth