Below are sample request payloads you will receive based on the webhook event types you have selected for your campaign.
PARTICIPANT_REACHED_A_GOAL
Description: When a participant unlocks a new reward
Important notes:
For double-sided rewards,two events will be sent for both referrer and referee. To discern between the two, use the data.reward.isReferrer property (the referrer will have isReferrer as true).
If you have manual reward approval enabled for your campaign, events will be sent twice: (1) when the reward is pending approval and (2) when the reward is approved. To discern between unapproved/approved rewards, use the data.reward.approved property (approved rewards will have approved as true).
{"event": "PARTICIPANT_REACHED_A_GOAL","createdAt": 1558345202613,"data": {"participant": {"id":"x9a7uu","email":"richard@piedpiper.com","firstName":"Richard","lastName":"Hendricks","notes":"","rank":9,"isWinner":true,"referralCount":11,"monthlyReferralCount":8,"prevMonthlyReferralCount":0,"shareUrl":"http://piedpiper.com?grsf=x9a7uu","impressionCount":309,"uniqueImpressionCount":285,"inviteCount":285,"shareCount":163,"createdAt":1554431962667,"referralSource":"DIRECT","fraudRiskLevel":"LOW","metadata": {"piedPiperUserId":"12a39-8aajd-1dwiq","companyName":"Pied Piper, Inc","teamSize":"1-10" },"unsubscribed":false, },"reward": {"approved":true,"conversionsRequired":1,"couponCode":"PROMO_20_OFF","createdAt":1542560101404,"approvedAt":1659474941892,"fulfilledAt":null,"description":"Win a free t-shirt when you refer a friend to sign up to Pied Piper!","imageUrl":"https://res.cloudinary.com/growsurf/image/upload/v1553218876/development/ls8shgq3qlwldljr8tl2.jpg","limit":3,"title":"Early-Bird Reward","isReferrer":true,"type":"SINGLE_SIDED","rewardId":"xlj123","id":"ccm2ue","referredId":"ad3dfa","referrerId":"x9a7uu","metadata": {"foo":"bar","amount":"$25","points":"1000" } } }}
NEW_PARTICIPANT_ADDED
Description: When a new participant is added to the campaign (includes direct signups, referrals, and participants added/imported via dashboard).