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

Add announcement that new person has been added to people database #93

Closed pastorhudson closed 6 years ago

pastorhudson commented 6 years ago

Webhook will be needed for this

pastorhudson commented 6 years ago

I have a prototype of this working. I also added pcowebhook.py which will parse webhooks coming in on /pco/webhook. They can then be handled by different functions in pcowebhook.py.

pastorhudson commented 6 years ago

It has been running successfully for a few days and has been notifying us when new profiles are created. It’s pretty neat because it has helped us catch douplicates the moment they are created.

pastorhudson commented 6 years ago

This has been implemented in #96