Challenge notifications allow you to get an email alert, or a webhook request as soon as someone completes a challenge in your game. Notifications pull up your player's information and send it over to the spot where you need it the most.
Email Notifications
An email will be sent to you with the following player information:
First Name
Last Name
Email
Points
Team
Group
Setting up Email Notifications
To set them up:
Click Participation Game > Challenges
Click on your Challenge's name
Click the Notifications tab
Enter the email where you want to receive the notifications
Click Update
You will receive a separate email for each challenge completed by your Players.
URL Notifications
You can set up a webhook URL for automation platforms like Zappier with the following information:
Setting up URL Notifications
To set them up:
Click Participation Game > Challenges
Click on your Challenge's name
Click the Notifications tab
Enter the URL and parameters you want to collect
${firstName}
${lastName}
${email}
${points}
${team}
${group}
${timestamp}
Click Update
Sample URL: https://hooks.sample.com/hooks/133t/?firstName=${firstName}&lastName=${lastName}&email=${email}&points=${points}&team=${team}&group=${group}×tamp=${timestamp}