Automations

Duplicate an automation

Create a copy of an existing automation you own — same audience, config, and schedule — as a NEW automation in the STOPPED state. The copy never sends until it is explicitly started in the portal. Requires read_write scope and an Idempotency-Key.

post/automations/{automation_id}/duplicate

Path parameters

automation_idinteger required

Headers

Idempotency-Keystring nullable
X-Created-Viastring nullable

Response

Successful Response

dry_runboolean
side_effectsobject nullable

Backend side-effects, e.g. {'crm_group_created': 'uuid-...'} for sample_request creates.

Changes

No recorded changes to this endpoint across all 6 revisions of this API.