I am creating a webhook to capture Mindbody events. In Mindbody, first we create a subscription to the webhook where we include the endpoint url from bubble. In Bubble, a backend workflow is setup to detect data. upon trying to create the subscription, I get an error returned saying the endpoint URL is not responding. Mindbody technical support says:
“There seems to be an issue with this URL accepting HEAD and POST requests.
Currently, webhook URLs must accept HTTPS connections using TLS v1.2 or higher. Webhook URLs must accept both POST and HEAD HTTP requests. Mindbody uses POST requests to deliver events to the URL, and HEAD requests to check the URL’s validity when creating a subscription.”
Has anyone successfully setup a webhook with Mindbody/bubble? I have been successful with other webhook enablers (zapier, etc.) using Mindbody, but Bubble is putting up a roadblock it seems.
Did you remove /initialize after you detected data? Or you was not able to initialize it at all? Bubble doesn’t accept HEAD request in backend WF actually (I think it was the case before when you set it at GET, but it doesn’t work anymore)