Skip to Content
One LassoOne LassoDocs
Open dashboard

Webhooks

Webhooks let your own systems react to what happens in Lasso, the moment it happens. Instead of polling for changes, you give Lasso a URL and it sends you each event you care about as it occurs, so you can trigger your own workflows, sync to another system, or alert your team.

How it works

You subscribe a URL to the events you want, and Lasso delivers a message to that URL whenever one of those events happens. Each delivery is signed, so your endpoint can verify it genuinely came from Lasso before acting on it.

What you can listen for

You can subscribe to events across the things that matter in a partner program, including:

  • Referral lifecycle: a referral being submitted, accepted, qualified, won, lost, and more.
  • Partners and their contacts: created, updated, or removed.
  • Payments and payouts: a payout completing or failing.

Subscribe to just the events you need, and Lasso sends only those.

Reliable by design

Webhooks are built to be dependable: if a delivery doesn’t get through, Lasso retries it, and you get a clear view of delivery health and a log of what was sent, so you can see at a glance whether your endpoint is keeping up.

See the full guide

The complete walkthrough, covering creating a subscription, the full list of events, verifying signatures, and reading delivery logs, lives in your Lasso account.

View the webhooks guide
Last updated on