Skip to main content
POST
/
crm
/
actions
/
{actionId}
/
runs
Run action
curl --request POST \
  --url https://www.dench.com/api/v1/crm/actions/{actionId}/runs \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "fieldId": "string",
  "entryId": "string"
}
'
{
  "error": {
    "message": "<string>",
    "type": "<string>",
    "code": "<string>",
    "details": "<unknown>"
  }
}

Authorizations

Authorization
string
header
required

Workspace-scoped Dench API key from workspace settings. This is the same key used by DENCH_API_KEY in sandboxes.

Path Parameters

actionId
string
required

Body

application/json
fieldId
string
required
entryId
string
required

Response

Successful response