Skip to content

Add a contact to an automation

Request

Add an existing contact to an automation. The contact will enter the automation from the beginning of the sequence.

Security
bearerAuth
Path
flowUuidstringrequired

Automation UUID.

leadUuidstringrequired

Contact UUID.

POST
/flows/api/flows/{flowUuid}/leads/{leadUuid}
curl -i -X POST \
  'https://leadgen.grinfi.io/flows/api/flows/{flowUuid}/leads/{leadUuid}' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Contact added.