Skip to main content
POST
/
api
/
marketplace
/
{id}
/
import-to-automations
Import SMS template to multiple automations
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>"
  ]
}
'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Body

application/json
automationIds
string[]
required
Required array length: 1 - 50 elements

Response

Template imported to all automations

Generic response envelope. Endpoint-specific fields are intentionally open.