Skip to main content
POST
/
crm
/
transactions
/
{txnId}
/
operations
Add operation
curl --request POST \
  --url https://www.dench.com/api/v1/crm/transactions/{txnId}/operations \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "op": {}
}'
{
  "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

txnId
string
required

Body

application/json
op
object
required

A single CRM batch/transaction operation.

Response

Successful response