Codefresh Steps: Reusable Code for Common Operations
This page provides code you can use to perform common operations in the Codefresh CI/CD platform.
9.3K

Call a custom webhook webhook

Notify any webook URL with any custom request body.

arguments

  • WEBHOOK_BODY - body of http request
  • WEBHOOK_PASSWORD - User password
  • WEBHOOK_TOKEN - token for authorization
  • WEBHOOK_URL - server url
  • WEBHOOK_USERNAME - User name
    TestPlugin:
  type: webhook
  arguments:
    WEBHOOK_URL: 'http://example.com/api/endpoint'
    WEBHOOK_BODY: body

  
github.com
Andrii Shaforostov
Aug 1, 2023