cURL
curl --request PATCH \ --url https://api.embedreach.com/partner/automation-templates/{id}/status \ --header 'Content-Type: application/json' \ --data ' { "status": "active" } '
{ "success": true, "message": "<string>", "data": { "template": "<unknown>" } }
Update the status of an automation template (must belong to authenticated partner)
active
deactivated
dry_run
Status 200 response
Show child attributes