Skip to main content
WEBHOOK
trigger-fired
{
  "data": {
    "answer": "There are 8 planets in our solar system. In order from the Sun, they are: Mercury, Venus, Earth, Mars, Jupiter, Saturn, Uranus, and Neptune. In addition to the 8 planets, the solar system also contains 5 recognized dwarf planets: Pluto, Ceres, Haumea, Makemake, and Eris.",
    "query": "How many planets are there in our solar system?",
    "trigger_id": "550e8400-e29b-41d4-a716-446655440000",
    "trigger_name": "Planet Count"
  },
  "timestamp": "2025-02-13T12:00:00Z",
  "type": "trigger.fired"
}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Body

application/json
type
string
required

The type of the trigger notification

Example:

"trigger.fired"

timestamp
string<date-time>
required

The timestamp of the trigger notification

Example:

"2025-02-13T12:00:00Z"

data
TriggerNotificationPayload · object
required

The payload of the trigger notification

Response

Successful Response