From d6d5300f21ec269251b5fee032a4bf56ead9ee26 Mon Sep 17 00:00:00 2001 From: marinahand <72418033+marinahand@users.noreply.github.com> Date: Mon, 18 Dec 2023 07:45:35 -0700 Subject: [PATCH] Update hook-trigger.md --- docs/_build/triggers/hook-trigger.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/_build/triggers/hook-trigger.md b/docs/_build/triggers/hook-trigger.md index 657a7ec6..3600e87e 100644 --- a/docs/_build/triggers/hook-trigger.md +++ b/docs/_build/triggers/hook-trigger.md @@ -61,9 +61,9 @@ Zapier includes a `targetUrl` when making this request. You need to store the ta Your app's event system would determine which stored subscriptions should be invoked when an event occurs in your app, posting to the corresponding stored `targetUrl`. -The webhook URL can be accessed via `{{bundle.targetUrl}}`. +The webhook URL can be accessed via {% raw %}`{{bundle.targetUrl}}`{% endraw %}. -For example, for Gitlab's API `url` is used as the key for the `{{bundle.targetUrl}}` value that contains the webhook URL to send data to. +For example, for Gitlab's API `url` is used as the key for the {% raw %}`{{bundle.targetUrl}}`{% endraw %} value that contains the webhook URL to send data to. ![](https://cdn.zappy.app/8b7941e3092850bd7edf331cb78b5659.png) @@ -113,4 +113,4 @@ To test the REST Hook trigger, [build a Zap in the editor](https://platform.zapi ## 5. Define your output -Define sample data and output fields following [the guide](https://platform.zapier.com/build/sample-data). \ No newline at end of file +Define sample data and output fields following [the guide](https://platform.zapier.com/build/sample-data).