Attached
Last updated
Last updated
The new URL address, which has been created, is automatically registered to the service using procedure, and can be unregistered using procedure.
The Attach remote procedure is used to automatically attach a webhook to a remote service. Please note that you will need to detach this RPC later, and for that you will need this remote procedure’s Id.
To save the remote webhook id (in order for detach to work), you must use the response.data
collection. This collection will be available in the detach webhook remote procedure as webhook
IML variable for you to use.
The webhook
collection with webhook’s data is also accessible in regular remote procedure calls if the call is processed in the context of an Instant Trigger. For example, if you create a dynamic interface for an Instant Trigger based on parameters entered when the webhook was created.
The Detach remote procedure is used to automatically detach (delete) a webhook from a remote service when it is no longer needed. The only thing you have to do is to correctly specify the url to detach a webhook. No response processing is needed.
Please refer to to get more information about writing RPCs.