Push trigger
trigger
Trigger a workflow by sending an HTTP request to a Relay API endpoint.
Push triggers allow you to trigger a workflow by sending a POST to https://api.relay.sh/api/events
with a workflow-specific token, for example:
export TOKEN=... # get this from the web app
curl -X POST -H "Authorization: Bearer $TOKEN" https://api.relay.sh/api/events
Read more at https://relay.sh/docs/using-workflows/using-triggers/#push-triggers