Thoughtly · Example Payload

Thoughtly Subscribe Webhook Example

Voice AIChat AIConversational AIAI AgentsOutbound CallingInbound CallingLead ConversionSMSWhatsAppCRMTelephony

Thoughtly Subscribe Webhook Example is an example object payload from Thoughtly, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "POST",
    "url": "https://api.thoughtly.com/webhooks/subscribe",
    "headers": {
      "x-api-token": "tk_live_••••",
      "team_id": "team_••••",
      "Content-Type": "application/json"
    },
    "body": {
      "type": "NEW_RESPONSE",
      "url": "https://example.com/hooks/thoughtly/call-complete"
    }
  },
  "response": {
    "status": 200,
    "body": {
      "data": {
        "id": "wh_01J1...",
        "type": "NEW_RESPONSE",
        "url": "https://example.com/hooks/thoughtly/call-complete",
        "created_at": "2026-05-24T15:31:00Z"
      },
      "error": null
    }
  }
}