Create a copy of an existing automation with a new name. The cloned automation will be in a stopped state.
Security
bearerAuth
POST
curl -i -X POST \
https://leadgen.grinfi.io/flows/api/flows/clone \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"flow_uuid": "string",
"name": "Campaign Q2 - Copy",
"flow_workspace_uuid": "string"
}'Cloned automation.
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" }