pastorhudson / pcobot

PCO Bot is a bot that integrates with the Planning Center Online API. It's built on Will Bot.
MIT License
14 stars 12 forks source link

Slack notifications for Form Submissions #118

Open pastorhudson opened 5 years ago

pastorhudson commented 5 years ago

We can use https://api.planningcenteronline.com/people/v2/forms/1745/subscriptions to get PCO ID of people who get notifications for form submissions.

Then use https://people.planningcenteronline.com/forms/' + FORM_ID + '/submissions/export.csv to check for new submissions

And finally send DM if there are new submissions including the submission content and a link to the submission.