Trigger flows with webhooks
Add a Webhook component to your flow to trigger it with external requests.
To connect the Webhook to a Parser component to view and parse your data payload, do the following:
@@ -61,6 +61,8 @@ Replace YOUR_FLOW_ID with your flow ID.You should see a string of parsed text, like ID: 12345 - Name: alex - Email: alex@email.com.
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.
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.