For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Log inTalk to sales
GuidesAPI Reference
  • Introduction
    • Getting started
  • API Reference
  • Webhooks
      • POSTCase Open
      • POSTCase Close
      • POSTCase Escalated
      • POSTCase in interim status
LogoLogo
Log inTalk to sales
WebhooksCase

Case in interim status

Payload
1{
2 "id": "string",
3 "triggeredBy": "MANUAL",
4 "createdTimestamp": 2220000000000,
5 "type": "CASE_INTERIM_STATUS_UPDATE",
6 "data": {}
7}

Occurs whenever a case status is updated to interim status (In progress, In review, On hold)

Was this page helpful?
Previous

Alert Close

Next
Built with

Headers

x-flagright-signaturestringRequired

An HMAC SHA256 signature generated using the webhook payload and a shared signing secret. This is then converted to a hex encoded string.

Payload

The payload of this webhook request is an object.
idstringRequired
Unique identifier for the event
triggeredByenumRequired
Event triggered by a user or system
Allowed values:
createdTimestampdoubleRequired315529200000-4133890801000
Time at which the event was created. Measured in ms since the Unix epoch.
typeenumRequired
Allowed values:
dataobjectRequired
accountstringOptional
Email ID associated with the event

Response

200
any
Return a 200 status to indicate that the data was received successfully.