Phonon Central Documentation
  • What is Phonon Central?
  • Getting Started
    • Signing Up And Getting Started
      • Create a New Account
      • Account Details
    • KYC Process
    • Billing Details
  • CONFIGURATIONS/SETUP
    • DIDs
    • Email
    • SMS
    • Agent Group
    • Agents
      • SIP Based Calling on Mobile
      • Dynamic Agents
      • Direct Dial Agents
  • ESSENTIAL COMPONENTS
    • Flows
    • Queues
    • Whitelist
    • Reports
    • Transactional Messaging
    • Prompts
    • Disposition
  • How to design a campaign
    • Outbound Dialer
      • All About Attempts
      • 1:1 Calling
    • Inbound IVR and Call Distributor
      • How to initiate an Inbound Campaign
    • Outbound Multicast
      • Manual Outbound Calling
  • Flow Designer Widgets
    • Play
      • Using Text-to-Speech
    • Record
    • Multi Play
    • Decision
    • Operations
      • General Operation
      • String Manipulation
      • Number Manipulation
      • Date And Time Manipulation
      • Supported Formats
    • Webhook
      • Custom Webhooks
    • Make Call
      • Make Call for Dialers
    • Store Variable
    • Time Condition
    • SMS
    • Emails
    • Counter
    • Hangup
    • Transfer Call
    • Agent Connect
    • On Remote Hangup
    • On Flow Complete
  • Advanced Configurations
    • Short Links
    • Grammar
    • Cloud
    • NLP Engine
    • Webhook
      • Custom Webhooks
    • Flow Variables
    • Post Call Webhook
  • How to start a campaign
    • Outbound Multicast
      • How to trigger an Outbound flow
        • Trigger using API
        • SFTP File Upload
  • INTEGRATIONS
    • Amazon AWS - TTS/Poly
    • Google - STT & DialogFlow
    • IBM Watson
  • RELEASE NOTES
    • Release Notes
    • To Do
  • TROUBLESHOOTING/FAQs
    • FAQs
    • Trouble Shooting
      • Widget Error Key Codes
  • Support Interface
    • User Accounts
    • Accessing Client Accounts
Powered by GitBook
On this page

Was this helpful?

  1. Advanced Configurations

Post Call Webhook

Sample Format for Post Call Webhook:

{
  "callDetails" : [ {
    "calleeNumber" : "918000374228",
    "connectTime" : "2020-05-05T15:57:10.578+05:30",
    "didNumber" : "912268460946",
    "duration" : "47",
    "endTime" : "2020-05-05T15:57:10.625+05:30",
    "hangupCause" : "16",
    "incoming" : false,
    "startTime" : "2020-05-05T15:56:58.276+05:30"
  } ],
  "keys" : [ {
    "name" : "$flow.key.variable",
    "value" : "अभिनन्दन"
  }, {
    "name" : "$flow.key.isTTSUsed",
    "value" : true
  } ],
  "phonon-uuid" : "d0d3b7f7-6c37-4714-93f8-f46aa1d8f442",
  "recordingUrls" : [ {
    "recordedFileName" : "call_163_1923_+912268460946_+918000374228_1588674430554.gsm",
    "recordedFilePublicPath" : "https://central-test-recording.s3.amazonaws.com/callrecords/163/call_163_1923_%2B912268460946_%2B918000374228_1588674430554.gsm?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20200505T102711Z&X-Amz-SignedHeaders=host&X-Amz-Expires=86400&X-Amz-Credential=AKIAJAVTO5KTOHGAIHWA%2F20200505%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Signature=83af4697e0c7d305e7bba31d857f025eaf4232562c4d0820dc9920d4d1b42bee"
  } ]
}
PreviousFlow VariablesNextOutbound Multicast

Last updated 4 years ago

Was this helpful?