{% extends "threebot/workflow/detail_base.html" %} {% block inner_content %}
Webhooks allow external services to perform Workflows.
Send a POST request to the provided URL to start the Workflow.
curl -X POST "your-custom-hook-url"
Your personal URL | Worker | Parameter List | |
---|---|---|---|
{{ hook.worker }} | {{ hook.param_list }} |