webhook.yaml 440 B

12345678910111213141516171819
  1. ---
  2. # Kestra Webhook Template
  3. # ---
  4. #
  5. # This template is a simple webhook trigger that can be used to trigger a task execution.
  6. #
  7. # usage:
  8. # curl http://your-kestra-instance/api/v1/executions/webhook/your-namespace/your-task-id/your-secret-key
  9. id: webhook
  10. namespace: # your-namespace
  11. tasks:
  12. # - your-tasks
  13. triggers:
  14. - id: webhook
  15. type: io.kestra.core.models.triggers.types.Webhook
  16. key: # your-secret-key, keep this secret!