cURL
curl --request POST \ --url https://your-instance.example.com/api/marketplace/{id}/import-to-automations \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "automationIds": [ "<string>" ] } '
{}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1 - 50
Template imported to all automations
Generic response envelope. Endpoint-specific fields are intentionally open.