Skip to main content

Registration Notifications for Participation Game

How to pass leads to your CRM or another system when players register for your game.

Updated over 4 months 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. Click on the Notifications Tab
    ​

  3. Enter your email address under Notification Email Address

  4. 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 pass leads to your CRM or to another system 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 Zapier.

  1. Navigate to Participation Game > Configuration

  2. Click on the Notifications Tab
    ​

  3. Enter the URL in the Notification URL area

  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. Click Update
    ​

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

Did this answer your question?