Skip to main content
POST
/
automations
/
{id}
/
pause
Pause an automation
curl --request POST \
  --url https://api.sendrealm.com/automations/{id}/pause \
  --header 'Authorization: Bearer <token>'
{
  "status": 123,
  "error": {
    "code": "<string>",
    "message": "<string>",
    "details": null
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

Response

Automation paused