Webhooks provide you connection with every internet service that can send you a notification.

To interface it with Frog, you need it to be a JSON object. The method can be GET or POST.

Then on Frog, click on "Add a connection" and select webhooks.

For the title, you are free to name it as you want. If you plan to use several Teachable connections, be sure to differentiate them.

Then open a new tab on your internet browser and find the endpoint URL you want to use on your service.

Copy-paste it into Frog.

Choose the method your webhook uses (GET or POST).

In the last field, you can set the parameters you want as long as you respect a JSON syntax.

You can use variables to dynamically retrieve visits information into the payload.

To get a step by step example of how to parameter a web hook, go on the dedicated page here.