cURL
curl --request POST \ --url https://api.embedreach.com/api/automations \ --header 'Content-Type: application/json' \ --data ' { "duplicate": true, "source_id": "<string>", "name": "<string>", "description": "<string>" } '
{ "success": true, "message": "<string>" }
Create a new tenant automation in the draft state
If using a platform scoped JWT, you can pass in a header to impersonate a specific tenant to impersonate the request as.
true
The ID of the automation to duplicate
The name of the automation
A description for the automation
Status 200 response
Show child attributes