Easily Integrate Getpostman Webhooks with your application.

https://documenter.getpostman.com/view/6740351/S17oxppy

Steps to receive Getpostman Webhooks

  • Sign up for your free Hooky account.
  • Create a new Webhook Source, and select Getpostman. 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 Getpostman, 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 Getpostman webhooks into your application.

Integrating Getpostman Webhooks Using Javascript

Integrating Getpostman 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 Getpostman Webhooks Using Ruby

Integrating Getpostman 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 Getpostman Webhook Authentication

Here's how it works

Supported Getpostman Webhook Events

contact.create

Triggered when a contact is created

contact.delete

Triggered when a contact is deleted

contact.update

Triggered when a contact is updated

contact.form.submit

Triggered when a form is submitted

contact.message.click

Triggered when a link is clicked in an email or a SMS

contact.message.open

Triggered when an email, a voicemail or a SMS is opened

contact.message.reply

Triggered when a reply of a SMS is received

contact.message.status

Triggered for any status update of a message (delivered, undelivered, ...)

contact.optout.create

Triggered when a contact unsubscribe or is disabled

contact.optout.delete

Triggered when a contact re-subscribe or is re-enabled