Easily Integrate the CallRail Post-Call Webhook Webhook into your application using Javascript, Ruby, and other frameworks.

The post-call webhook executes immediately after an inbound phone call has completed. It contains the full data about the call. This webhook sends the call object in the POST body, formatted as JSON as specified in the call endpoint. See Retrieving a Single Call for details. For legacy purposes some additional fields are returned in the JSON and in the GET request line, but new implementations are strongly encouraged not to rely upon parameters other than the ones currently documented. Call Modified

Steps to receive the Callrail Post-Call Webhook Webhook

  • Sign up for your free Hooky account.
  • Create a new Webhook Source, and select callrail. This will be the endpoint that receives the Callrail Post-Call Webhook webhook on behalf of your application, and forwards them using the unified SDK.
  • Once the Post-Call Webhook webhook is received from Callrail, you'll see the payload under the Live Logs section of your webhook source.
  • Next, follow the examples below to integrate the Hooky SDK in Ruby or Javascript, and start receiving webhooks.
Save countless hours integrating Post-call webhook webhooks into your application.