Skip to main content
Webhooks enable real-time communication between Partnero and your systems. There are two types:

Outgoing Webhooks

Receive notifications when events occur in Partnero (partner sign-ups, transactions, etc.)

Incoming Webhooks

Send data to Partnero from external services (payment processors, CRMs, etc.)

When to Use Each Type

Outgoing Webhooks

Use outgoing webhooks when you want to react to events in Partnero:
  • Send welcome emails when partners sign up
  • Update your CRM when customers are created
  • Sync commission data to your accounting system
  • Trigger workflows in Zapier or Make

Incoming Webhooks

Use incoming webhooks to send data to Partnero:
  • Track payments from custom payment processors
  • Sync customer data from external systems
  • Create transactions from third-party platforms
  • Integrate with services without native Partnero support

Quick Comparison

FeatureOutgoing WebhooksIncoming Webhooks
DirectionPartnero → Your serverExternal service → Partnero
TriggerEvents in PartneroExternal events
SetupConfigure in Partnero dashboardUse Partnero webhook URLs
AuthenticationSignature verificationAPI key or program ID
Use caseReact to Partnero eventsSend data to Partnero

Getting Started

1

Choose your webhook type

Determine whether you need to receive events (outgoing) or send data (incoming).
2

Set up your endpoint

For outgoing webhooks, create an HTTPS endpoint on your server. For incoming webhooks, get your unique webhook URL from Partnero.
3

Configure and test

Set up your webhook in the Partnero dashboard and test with sample events.