Subscribing to Events

Note: Our Events functionality is currently in Beta to Pax8 Beyond attendees only. It will be in general release starting mid July 2025.


Enhance your integrations and streamline your workflows with Pax8 Event Subscriptions. This new functionality allows you to subscribe to key events within the Pax8 platform, enabling you to build more efficient and responsive integrations. Instead of polling for updates, receive real-time notifications and retrieve detailed information only when necessary.

Event subscription management is handled within the Pax8 application.

Key features and benefits:

  • Real-time notifications: Receive immediate alerts when relevant events occur.
  • Efficient integrations: Eliminate unnecessary polling and reduce API calls.
  • Data on demand: Retrieve full event details only when needed, minimizing data transfer.
  • Improved responsiveness: React quickly to changes and updates within the Pax8 ecosystem.

To get started with Pax8 Event Subscriptions:

  1. Navigate to the Events tab in the Pax8 application: https://app.pax8.com/integrations?tab=events
  2. Create webhooks to specify the events you want to subscribe to.
  3. View and manage your active webhooks on the Connections tab: https://app.pax8.com/integrations?tab=connections

How it Works

  1. Select events: Choose the specific events you want to subscribe to within the Pax8 application.
  2. Configure webhooks: Set up webhooks to receive notifications when those events occur.
  3. Receive notifications: Your designated endpoint will receive a notification when an event is triggered.
  4. Retrieve details: Use the event notification to call the appropriate Pax8 API endpoint and retrieve the full event details.

Available Event Categories

Pax8 currently offers event subscriptions for the following categories:

  • Billing Subscription Events: Triggered when events related to billing subscriptions occur.
    • Examples: subscription/create, subscription/update, subscription/cancel
  • Invoice Events: Triggered when events related to invoices occur.
    • Examples: invoice/invoice created, invoice/invoice voided
  • Product Events: Triggered when events related to products occur.
    • Examples: product/create, product/update, product/delete

(See the full documentation within the Pax8 application for a complete list of available events and detailed information on event structures.)

By leveraging Pax8 Event Subscriptions, you can build more efficient, responsive, and data-driven integrations with the Pax8 platform.