This is a cloud function based webhook that is being using to get webhook calls from RapidPro to capture different analytical data point.
git clone https://github.com/DostEducation/RP_IVR_analytics.git
cd RP_IVR_analytics
python -m venv venv
source ./venv/bin/activate
pip install -r requirements-dev.txt
cp .env.example .env
.env
file for your environment.pre-commit install
functions_framework --target=webhook --debug
GNU Affero General Public License v3.0