Events Reference
Below are sample request payloads you will receive based on the webhook event types you have selected for your program.
PARTICIPANT_SUBMITTED_REWARD_FORM
PARTICIPANT_SUBMITTED_REWARD_FORM{
"event": "PARTICIPANT_SUBMITTED_REWARD_FORM",
"createdAt": 1558345202613,
"data": {
"id": "prfs_def678",
"participantId": "x9a7uu",
"participantEmail": "[email protected]",
"rewardId": "crew_xlj123",
"status": "UNREVIEWED",
"formData": {
"linkedinPostUrl": "https://linkedin.com/posts/sarah_s-my-review-of-pied-piper-8195769799870726145-Sr9b"
},
"participant": {
"id": "x9a7uu",
"email": "[email protected]",
"firstName": "Richard",
"lastName": "Hendricks",
"notes": "",
"rank": 9,
"isWinner": true,
"loyaltyActionCount": 11,
"monthlyLoyaltyActionCount": 8,
"prevMonthlyLoyaltyActionCount": 0,
"createdAt": 1554431962667,
"loyaltyActionSource": "DIRECT",
"fraudRiskLevel": "LOW",
"fraudReasonCode": "UNIQUE_IDENTITY",
"metadata": {
"piedPiperUserId": "12a39-8aajd-1dwiq",
"companyName": "Pied Piper, Inc",
"teamSize": "1-10"
},
"unsubscribed": false,
},
"reward": {
"conversionsRequired": 1,
"couponCode": "LI_25_GIFT",
"createdAt": 1542560101404,
"description": "Make a LinkedIn post mentioning Pied Piper",
"subdescription": "Post must be less than 1 week old from date of submission",
"instructions": "<div><p><strong>Helpful tips:</strong></p><ul><li>Talk about how you used to do things before using Pied Piper</li><li>Mention specific ROIs (e.g, time saved, revenue generated)</li></ul></div>",
"cta": "Get $25",
"submissionType": "URL",
"submissionExampleUrl": "https://linkedin.com/posts/sarah_s-my-review-of-pied-piper-8195769799870726145-Sr9b",
"submissionFormUrl": "https://linkedin.com/shareArticle",
"submissionFormFields": [
{
"key": "linkedinPostUrl",
"label": "Your LinkedIn Post URL",
"placeholder": "Enter your LinkedIn Post URL here",
"type": "text",
"isRequired": true,
"isVisible": true
}
],
"submissionFormButtonText": "Submit",
"submissionFormMessages": {
"required": "is required",
"reCaptchaRequired": "You must pass the reCAPTCHA verification.",
"success": "Thanks! We have received your response.",
"error": "There was an error. Please try submitting again.",
"alreadySubmitted": "You already submitted this form."
},
"imageUrl": "https://res.cloudinary.com/loyaltysurf/image/upload/v1553218876/production/ls8shgq3qlwldljr8tl2.jpg",
"limit": 1,
"isUnlimited": true,
"numberOfWinners": 3,
"title": "LinkedIn Post Mention",
"id": "crew_xlj123",
"metadata": {
"foo": "bar",
"amount": "$25",
"points": 1000
}
},
"campaign": {
"id": "ct8f71",
"name": "Pied Piper Advocate Program",
"currencyISO": "USD",
"rewards": [
{
"id" : "crew_xlj123",
"title": "LinkedIn Post Mention",
"conversionsRequired": 1,
"couponCode": "LI_25_GIFT",
"description": "Make a LinkedIn post mentioning Pied Piper",
"subdescription": "Post must be less than 1 week old from date of submission",
"instructions": "<div><p><strong>Helpful tips:</strong></p><ul><li>Talk about how you used to do things before using Pied Piper</li><li>Mention specific ROIs (e.g, time saved, revenue generated)</li></ul></div>",
"limit": 1,
"isUnlimited": true,
"limitDuration": "IN_TOTAL",
"numberOfWinners": 3,
"cta": "Get $25",
"submissionType": "URL",
"submissionExampleUrl": "https://linkedin.com/posts/sarah_s-my-review-of-pied-piper-8195769799870726145-Sr9b",
"submissionFormUrl": "https://linkedin.com/shareArticle",
"submissionFormFields": [
{
"key": "linkedinPostUrl",
"label": "Your LinkedIn Post URL",
"placeholder": "Enter your LinkedIn Post URL here",
"type": "text",
"isRequired": true,
"isVisible": true
}
],
"submissionFormButtonText": "Submit",
"submissionFormMessages": {
"required": "is required",
"reCaptchaRequired": "You must pass the reCAPTCHA verification.",
"success": "Thanks! We have received your response.",
"error": "There was an error. Please try submitting again.",
"alreadySubmitted": "You already submitted this form."
},
"imageUrl": "https://res.cloudinary.com/loyaltysurf/image/upload/v1553218876/production/ls8shgq3qlwldljr8tl2.jpg",
"metadata": {
"foo": "bar",
"amount": "$25",
"points": 1000
}
}
]
}
}
}PARTICIPANT_REACHED_A_GOAL
PARTICIPANT_REACHED_A_GOALNEW_PARTICIPANT_ADDED
NEW_PARTICIPANT_ADDEDPARTICIPANT_FRAUD_STATUS_UPDATED
PARTICIPANT_FRAUD_STATUS_UPDATEDCAMPAIGN_ENDED
CAMPAIGN_ENDEDLast updated
Was this helpful?