Transcripts & Webhooks

⚡ DEVELOPER NOTES

Use this page to simulate where transcripts are stored or viewed. Test your Make.com webhooks here.

Transcript Automation Test

The Voiceflow agent should send the transcript JSON payload to your n8n/Make webhook URL upon conversation end.

Example Payload Structure (JSON)

{
  "session_id": "12345-abcde",
  "timestamp": "2025-11-21T10:00:00Z",
  "user_data": {
    "name": "Jane Doe",
    "intent": "Weight Loss"
  },
  "transcript": [
    {"role": "bot", "content": "How can I help?"},
    {"role": "user", "content": "I need to book a consultation."}
  ]
}

Webhook Configuration

Active Webhook URL: [PLACEHOLDER FOR YOUR MAKE.COM URL]
Method: POST