How It Works
- Create an incoming webhook in Partnero
- Send sample data to the Test URL
- Map the incoming fields to Partnero fields
- Use the Production URL to send live data
Creating an Incoming Webhook
1
Go to Incoming Webhooks
Navigate to Program Settings → Incoming Webhooks and click Create an incoming webhook.
2
Copy your URLs
You’ll receive two URLs:
- Test URL - Send sample data here first. No data is created in your account.
- Production URL - Send real data here once mapping is configured.
3
Send test data
Send a sample JSON payload to your Test URL:
4
Select an action
Choose what you want to do with the incoming data:
- Create a partner (Affiliate programs)
- Create a customer
- Create a transaction
5
Map the fields
Partnero parses your sample data and shows all available field paths. Map them to the required fields:
6
Save and go live
Save your webhook configuration. Start sending real data to your Production URL.
Available Actions
Create a Partner
Available for Affiliate programs. Creates a new partner in your program.Create a Customer
Creates a new customer linked to a partner.
For Refer-a-Friend programs, you can also specify:
- Referring customer key/email/ID
Create a Transaction
Records a sale or purchase.Example: Complete Flow
1. Your external app sends order data:
3. Partnero automatically:
- Finds or creates the customer
- Links them to the partner with key
PARTNER123 - Creates the transaction
- Calculates commission
Tips
Field mapping is flexible—Partnero can extract values from nested JSON objects like
customer.email or order.details.total.