Skip to main content
POST
/
api
/
contacts
/
{id}
/
execute-custom-fields
/
all
Execute custom fields across contact, conversations and applications (disabled)
curl --request POST \
  --url https://your-instance.example.com/api/contacts/{id}/execute-custom-fields/all \
  --header 'Authorization: Bearer <token>'
{
  "error": "Attachment not found",
  "message": "Attachment not found"
}

Documentation Index

Fetch the complete documentation index at: https://docs.tetherai.ca/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

410 - application/json

Endpoint is currently disabled

error
string
message
string
data
any