Easily Integrate Partnerstack Webhooks with your application.

https://docs.partnerstack.com/docs/partnerstack-webhooks

Steps to receive Partnerstack Webhooks

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

Integrating Partnerstack Webhooks Using Javascript

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

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

Here's how it works

Supported Partnerstack Webhook Events

partnership_created

New Partner joins program

partnership_updated

Partner Key / Partner Group changed through API action

partnership_deleted

Partner removed from program

partnership_group_updated

Partner group changes

customer_created

New Customer signup tracked

customer_updated

Customer information updated (name, email, etc.)

customer_deleted

Customer is archived

transaction_created

New Transaction is tracked in program

transaction_deleted

Transaction is archived

offer_created

New Offer is created

offer_deleted

Offer is archived

lead_created

A new lead is created

lead_updated

An existing lead has been updated

lead_approved

An existing lead has been marked as approved

lead_declined

An existing lead has been marked as lead_declined

lead_status_updated

The status of an existing lead has been updated

deal_created

A new deal is created

deal_updated

An existing deal has been updated

deal_stage_update

An existing deal has had its stage updated