Core Concept

Webhooks

A webhook (also called a web callback or HTTP push) is a way for the Join It API to provide external services with real-time information.

Webhook Events

We've started with a handful of events that can be configured to trigger a Webhook: 

  • Memberships Created - triggered when a Membership is Created in your Join It database
  • Memberships Renewed - triggered when a Membership is Renewed in your Join It database
  • Memberships Inactive - triggered when a Membership is set to Inactive (Expired or Canceled) in your Join It database
  • Payments Created - triggered when a Payment is Created in your Join It database

Webhook Definitions

Memberships Created

When this event is triggered, the payload object will be the Memberships object.

Definition of the Membership object can be found here.

Memberships Renewed

When this event is triggered, the payload object will be the Memberships object.

Definition of the Membership object can be found here.

Memberships Inactive

When this event is triggered, the payload object will be the Memberships object.

Definition of the Membership object can be found here.

Payments Created

When this event is triggered, the payload object will be the Payments object. Definition of the Payment object can be found here.

Simplify Your Membership
If you're not already using Join It to simplify your Membership Management. The sign up now.
Start Now