All Collections
Attendee Participation Game
Game Setup
Registration Notifications for Participation Game
Registration Notifications for Participation Game

Get a notification or export player login data whenever they register!

Victor Aquino avatar
Written by Victor Aquino
Updated over a week ago

SocialPoint can send out an email notification or send out a player's registration information once they sign up for your game. Setting them up is a breeze:


Email Notifications

To get an email notification whenever a new player registers to your game:

  1. Navigate to Participation Game > Configuration

  2. Find the Registration Notifications field and turn it On

  3. 2 new fields will pop up right under Registration Notifications. Enter your email address under Notification Email

  4. Scroll down and click Update

You'll get an email every time a new player registers with their lead information:

  • First Name

  • Last Name

  • Email

  • Phone Number (if applicable)


URL Notifications

You can export Lead Data using a URL to a website or hook every time a player registers. This is useful for marketing automation, and works great with tools like Zappier.

  1. Navigate to Participation Game > Configuration

  2. Find the Registration Notifications field and turn it On

  3. Enter the URL under Notification URL

  4. Make sure you use the following parameters to get your player's information:

    1. ${firstName}

    2. ${lastName}

    3. ${email}

    4. ${phone} (if applicable)

  5. Scroll down and click Update

Once a player registers, the parameters will populate the player's information in the URL.

Did this answer your question?