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

An outbound call modified webhook is sent when an outbound call has changed after it has ended. For example, if you add a tag or note to an outbound call, you’d use an outbound call modified webhook to retrieve the latest version of the call with the most recent information attached. 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.

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