Call a webhook from an external plattform

In my bubble app a user can purchase some products. Those products are video courses from an external platform. To submit this order I need to call a webhook from the external plattform.
What is the best way to do it?

Thank you for your post! I recommend checking out our API Connector, which lets you connect to any service that exposes a JSON-based, RESTful web API. You can use this to add API calls to fetch data from an external service, or post data to trigger some actions on the service’s end.

This topic was automatically closed after 70 days. New replies are no longer allowed.