Thoughtly · Example Payload

Thoughtly Call Contact Example

Voice AIChat AIConversational AIAI AgentsOutbound CallingInbound CallingLead ConversionSMSWhatsAppCRMTelephony

Thoughtly Call Contact 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/contact/call",
    "headers": {
      "x-api-token": "tk_live_••••",
      "team_id": "team_••••",
      "Content-Type": "application/json"
    },
    "body": {
      "contact_id": "cnt_01HXY...",
      "interview_id": "agt_01HZ...",
      "metadata": {
        "campaign": "spring-outbound",
        "source": "hubspot",
        "lead_score": "82"
      }
    }
  },
  "response": {
    "status": 200,
    "body": {
      "data": {
        "call_id": "call_01J0...",
        "status": "queued",
        "interview_id": "agt_01HZ...",
        "contact_id": "cnt_01HXY..."
      },
      "error": null
    }
  }
}