From cd32475bb064af652d1f707d9b854836f8359c38 Mon Sep 17 00:00:00 2001 From: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Tue, 15 Apr 2025 12:27:20 -0400 Subject: [PATCH] docs: add video link for triggering flows (#7615) * docs: add video guide for triggering flows with Composio payloads in webhook documentation * Apply suggestions from code review * Apply suggestions from code review Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> --------- Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> --- docs/docs/Develop/webhook.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/docs/Develop/webhook.md b/docs/docs/Develop/webhook.md index 80f36b270..5590c2d8d 100644 --- a/docs/docs/Develop/webhook.md +++ b/docs/docs/Develop/webhook.md @@ -48,4 +48,6 @@ You have successfully parsed data out of an external JSON payload. By passing the event trigger data payload directly into a flow, you can also parse the event data with a chain of components, and use its data to trigger other events. +## Trigger flows with Composio webhooks +Now that you've triggered the webhook component manually, follow along with this step-by-step video guide for triggering flows with payloads from external applications: [How to Use Webhooks in Langflow](https://www.youtube.com/watch?v=IC1CAtzFRE0). \ No newline at end of file