Easily Integrate Zipwhip Webhooks with your application.

https://developers.zipwhip.com/api/webhooks/

Steps to receive Zipwhip Webhooks

  • Sign up for your free Hooky account.
  • Create a new Webhook Source, and select Zipwhip. This will be the endpoint that receives webhooks on behalf of your application, and forwards them using the unified SDK.
  • Step 1
  • Step 2
  • Once a webhook is received from Zipwhip, you'll see it 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 Zipwhip webhooks into your application.

Integrating Zipwhip Webhooks Using Javascript

Integrating Zipwhip webhooks with Hooky in your Javascript based application is straight forward. Just grab the SDK, and call a function when that webhook is received.

Integrating Zipwhip Webhooks Using Ruby

Integrating Zipwhip webhooks with Hooky in your Ruby or Ruby on Rails application is straight forward. Just grab the SDK, and call a method when that webhook is received.

Configuring Zipwhip Webhook Authentication

Here's how it works

Supported Zipwhip Webhook Events

message.receive

Alerts when an incoming message is received.

message.send

Alerts when a message is sent from your number.

message.progress

Alerts when an outgoing message changes its status.

message.read

Alerts when an incoming message has been read.

message.delete

Alerts when one of your messages have been removed from the database.

optout.change

Alerts when an incoming message contains the keywords “STOP” or “UNSTOP”.