Hook into a Survey?

Hello!

I am looking for an event that would fire when a player completes a survey on something like SurveyMonkey that would allow me to reward a player for filling out a survey. Does anyone have any ideas of how to do this?

Yes, just listen for the SurveyMonkeySurveyCompletedEvent :wink:

It looks like SurveyMonkey has an API for getting responses, so you could just set a task to run this every so often and reward the player accordingly when you get a new response.

1 Like

Thank you very much!

It look’s like SurveyMonkey’s API has a webhooks feature, where it will send data to a URL you specify when particular events (such as someone filling out a survey) happen.

Looks like you beat me too it :stuck_out_tongue: