POST
/
api
/
communication-groups
/
{communicationGroupId}
/
{automationId}
/
reset
Reset Communication Group to Default Template
curl --request POST \
  --url https://api.embedreach.com/api/communication-groups/{communicationGroupId}/{automationId}/reset \
  --header 'Content-Type: application/json' \
  --data '{
  "type": "email"
}'
{
  "success": true,
  "message": "<string>",
  "data": {}
}

Headers

reach-tenant-id
string

If using a platform scoped JWT, you can pass in a header to impersonate a specific tenant to impersonate the request as.

Path Parameters

communicationGroupId
string
required

The id of the communication group

automationId
string
required

The id of the automation

Body

application/json

Response

200
application/json

Status 200 response

The response is of type object.