Not attached

The new URL address, which has been created, has to be then registered manually by the user. Basically, the user copies the URL address and pastes it to the webhook's settings of the web service.

The added value of not attached webhook is the existence of an interface and the fact, that the user is notified there is an instant trigger available.

If your app will be approved by Make, there will be a manual on how to register the webhook available in the app's docs.

Unless there is a reason (read below), the connection should not be connected to the webhook.

Examples of reasons, why not attached webhooks should have a connection connected:

  • an RPC is used in parameters in the webhook

  • an RPC is used in the instant trigger

  • an additional call is executed in the instant trigger (for example a call that retrieves data for the record ID)

Last updated