For AI agents: visit https://developers.intandem.tech/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
curl --location --request POST '/platform/v1/webhook/subscribe' \
--header 'Authorization: "Bearer API_TOKEN"'\
--header 'Content-Type: application/json' \
--data-raw '{
"event": "business_rules_bulk_import/completed",
"target_url": "URL"
}'
{
"event": "business_rules_bulk_import/completed",
"job_uid": "550e8400-e29b-41d4-a716-446655440000",
"business_uid": "j9q05nvfv12w79vl",
"status": "completed",
"rules": [
{
"uid": "br-a1b2c3d4-5678-90ef-ghij-klmnopqrstuv",
"business_uid": "biz-1234abcd-5678-90ef-ghij-klmnopqrstuv",
"content": "Always use a friendly and professional tone when communicating with clients",
"status": "active",
"source": "system",
"created_by_staff_uid": "stf-9876wxyz-5432-10ab-cdef-ghijklmnopqr",
"updated_by_staff_uid": null,
"sort_order": 0,
"metadata": null,
"created_at": "2024-12-15T10:30:00.000Z",
"updated_at": "2024-12-15T10:30:00.000Z",
"category_code": "client_facing_bot_policies"
}
]
}