Activate an automation so it begins processing contacts and executing outreach steps on its schedule.
Security
bearerAuth
PUT
curl -i -X PUT \
'https://leadgen.grinfi.io/flows/api/flows/{flowUuid}/start' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Automation started.
When true, tasks use each sender profile's own schedule instead of the flow schedule.
Response
{ "uuid": "a1b2c3d4-e5f6-7890-abcd-ef1234567890", "public_uuid": "string", "team_id": 0, "name": "DACH CTO Outreach", "flow_workspace_uuid": "string", "flow_version_uuid": "string", "use_sender_schedule": true, "schedule": { "timezone": "Europe/Berlin", "use_lead_timezone": false, "timeblocks": [ … ] }, "description": "string", "priority": 0, "status": "on", "is_public": true, "user_id": 0, "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z" }