Skip to main content
PUT
/
partner
/
automation-templates
/
{id}
Update automation template
curl --request PUT \
  --url https://api.embedreach.com/partner/automation-templates/{id} \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "version": "<string>",
  "contents": "<unknown>"
}
'
{
  "success": true,
  "message": "<string>",
  "data": {
    "template": "<unknown>"
  }
}

Path Parameters

id
string
required

Body

application/json
name
string
version
string
contents
unknown

Response

Status 200 response

success
boolean
required
message
string
data
object