How to award points for posting events.

How do I award points to users for posting events? This is not one of the standard categories that you can award points for in Administration.

  • There isn't an out-of-the-box automation for awarding points based on event creation, but you can build one in Automation Studio based on similar automations for other content creation. This is the same way that other points are awarded. 

    For example, take a look at the "When a blog post is posted automation". It handles the BlogPost.AfterCreate and BlogPost.AfterUpdate events. Instead your automation would handle the Event.AfterCreate and Event.AfterUpdate events.