Easily Integrate Constant contact Webhooks with your application.

https://v2.developer.constantcontact.com/docs/partnerwebhooks/webhooks_index.html

Steps to receive Constant contact Webhooks

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

Integrating Constant contact Webhooks Using Javascript

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

Integrating Constant contact 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 Constant contact Webhook Authentication

Here's how it works

Supported Constant contact Webhook Events

tier.increase

Executes when an account's billing tier is increased

tier.decrease

Executes when an account's billing tier is downgraded

account.cancel

Executes when an account is cancelled

account.disable

Executes when an account is disabled (usually due to a request for temporary suspension, compliance or payment issues)