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

Outbound post-call webhooks are sent after an outbound phone call has ended. The primary difference between Post Call Webhooks and Outbound Post Call Webhooks is that it is sent only after an outbound call has completed. As such, the call_type field will be set to "outbound". 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. Additional fields are returned in the JSON and GET request line because of our Legacy API; however, we encourage users to build requests using the parameters outlined in this version of our API documentation for support purposes. Outbound Call Modified

Steps to receive the Callrail Outbound Post Call 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 Outbound Post Call webhook on behalf of your application, and forwards them using the unified SDK.
  • Once the Outbound Post Call 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 Outbound post call webhooks into your application.