And now I'm curious if something happened over the long Labor Day holiday in the U.S., as once again, I find myself in a position where work I did last week isn't working now. This webhook is sending to some basic code, example below:
import azure.functions as func
import logging
import requests
import json
from pprint import pprint
def main(req: func.HttpRequest) -> str:
jsonString = req.get_json()
logging.error("Webhook JSON:")
logging.error(pprint(jsonString))
What gets printed out is nothing. Or more specifically: None.
No changes from last week, when this happily printed out the json sent from the webhook. I'm finding the AGOL webhooks really flaky.
Edit - Figured I'd add this screenshot, in case anyone could see if I've screwed something up more fundamentally, here.
--
Roger Asbury
Analyst/Programmer - Fairbanks North Star Borough