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

Call modified webhooks are sent when a call has changed after it’s ended. For example, if you add a tag or a note to a call after the call has ended, you’d use a call modified webhook to retrieve the latest version of the call. This webhook also contains a field called changes that notes which fields changed (like “note”, ”recording”, ”tag”). Please note, this webhook also fires when a call has been marked as spam. Call modified webhooks send 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.

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