Hello,
I have created a notebook in my Enterprise Notebook Server (version 11.1) that I am sending a Webhook Payload to. Notebook Server is federated with the 11.1 Portal that hosts the webhook. I have followed the information in this post, however when I run a cell that references the variable webhookPayload, just as directed, it fails, saying:
NameError: name 'webhookPayload' is not defined
I still saved the notebook with this change, the Webhook is Active and I performed an operation that would trigger the webhook. I checked the webhook history and the invoke shows as true and the result is success, but the operations in the notebook did not occur. I tested the code using an actual payload I had sent to Make, so I know the notebook has no other errors.
Does anyone know of other settings or requirements for accessing the Webhook payload in a notebook?
@KevinHibma , I'm looking at you...