Hi everyone,
I am hoping to create a webhook to hit a workflow dispatch event (which then triggers a re-build of our Gatsby site) as per the docs here: https://docs.github.com/en/free-pro-team@latest/rest/reference/actions#create-a-workflow-dispatch-event
This endpoint requires 'ref' to be set in the body, however Prismic's Webhooks interface doesn't provide a way to send body parameters.
Is there a way to do this or do I have to set up a proxy?