← All features

Integrations Pro

Send community events anywhere

Jetonomy lives inside WordPress, but your business does not. Webhooks push every community event to any HTTPS endpoint the moment it happens, so Slack, your CRM, Zapier, or a data warehouse stay in sync with zero polling.

Read the full webhooks guide →

Jetonomy Pro · Integrations
  • Subscribe to 16 events across posts, replies, votes, accepted answers, members, trust levels, flags, and moderation
  • Point multiple webhooks at different URLs, each with its own subset of events
  • Sign every payload with an HMAC-SHA256 secret so your endpoint can verify authenticity
  • Send a test ping and read the HTTP response inline before you go live

The problem

Your community activity is stuck inside WordPress while your team lives in Slack, your sales data lives in a CRM, and your analytics live in a warehouse. Bridging that gap by hand means constant polling or copy-paste.

  • Subscribe to 16 events across posts, replies, votes, accepted answers, members, trust levels, flags, and moderation
  • Point multiple webhooks at different URLs, each with its own subset of events
  • Sign every payload with an HMAC-SHA256 secret so your endpoint can verify authenticity
  • Send a test ping and read the HTTP response inline before you go live
  • Read a full delivery log with response codes and bodies, backed by automatic retries on failure

Close the gap between your community and your stack

Jetonomy runs inside WordPress, but the tools your business depends on do not. Your team talks in Slack. Your customer records sit in a CRM. Your long-term analytics live in a warehouse. Webhooks connect all of it. Every time something happens in your community, Jetonomy pushes that event to any HTTPS URL you configure, in real time, with no polling and no scheduled sync to maintain.

You choose exactly what flows out. Subscribe to any combination of 16 events spanning posts, replies, votes, accepted answers, member lifecycle, trust-level changes, flags, and moderation actions. Because you can create multiple webhooks pointing at different URLs with different event subsets, one webhook can send only post events to Slack while another sends only member events to your CRM. Each payload arrives as JSON with the event name, a timestamp, your site URL, and a data object whose shape matches the event.

Signed, tested, and logged

Pushing data off-site raises two questions: can the receiver trust it, and how do you know it arrived. Webhooks answers both. Set a signing secret and Jetonomy attaches an X-Jetonomy-Signature header, an HMAC-SHA256 signature of the raw body, so your endpoint can verify each request really came from your community and reject anything that does not match.

Before a webhook ever touches production, click Send Test to fire a sample ping and read the HTTP response inline. Once it is live, a delivery log records every attempt with its timestamp, response code, and the first 500 characters of the response body, so a failure is easy to diagnose rather than a mystery. Failed deliveries retry automatically up to three times with exponential backoff, and your endpoint has a 10-second window and a 2xx response to signal success.

Wire it into the tools you already use

Because webhooks speak plain JSON over HTTPS, they connect to almost anything. Post a message to a Slack channel whenever a new topic is created. Push member.joined events into HubSpot or Salesforce to kick off a welcome sequence. Route any event through Zapier to reach thousands of apps without writing code. Or stream everything to a warehouse like BigQuery or Amplitude for retention and custom analysis.

If you configured webhooks on an older release and saw no deliveries despite real activity, update both the free and Pro plugins to 1.4.1 or later. Every event in the list fires reliably from that version on, and your existing webhooks start delivering without any reconfiguration.

Who it's for

Teams that live in Slack

Post a message to a channel the moment a new topic lands, without anyone watching the forum.

Sales and marketing ops

Push member.joined events to HubSpot or Salesforce to trigger a welcome sequence automatically.

Data and analytics teams

Stream every event to BigQuery or Amplitude for long-term retention and custom analysis.

Common questions

Which events can I subscribe to?

Sixteen. Post created, updated, and deleted; reply created, updated, and deleted; vote cast; answer accepted; member joined, left, and banned; user registered; trust level changed; flag created and resolved; and moderation action. Each webhook subscribes to any subset you choose, so you can send only what a given system cares about.

How do I know a payload really came from Jetonomy?

Set a signing secret on the webhook and Jetonomy adds an X-Jetonomy-Signature header to every request, an HMAC-SHA256 signature of the raw request body signed with your secret. Your server recomputes the signature and compares it with hash_equals before trusting the payload.

What happens when a delivery fails?

Every attempt is recorded in a per-webhook delivery log with the timestamp, HTTP response code, and the first 500 characters of the response body. Failed deliveries retry up to three times with exponential backoff at 5 minutes, 30 minutes, and 2 hours, then are marked permanently failed. Your endpoint must return a 2xx within 10 seconds or Jetonomy treats it as failed.

Can I test a webhook before pointing it at production?

Yes. Open the webhook and click Send Test. Jetonomy sends a sample ping event to your URL and shows the HTTP response code and body inline, so you can confirm the endpoint is reachable and parsing correctly before real events start flowing.

Run it on your own WordPress.

Download the free plugin, run the 5-minute wizard, and turn this feature on. No SaaS rent, your data, your domain.