{% extends "threebot/workflow/detail_base.html" %} {% block inner_content %}

Hooks for this workflow

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"

{% for hook in hooks %} {% endfor %}
Your personal URL Worker Parameter List
{{ hook.worker }} {{ hook.param_list }}

Add Hook

{% endblock %}