Skip to main content
Test an outgoing webhook
curl --request POST \
  --url https://api.coralogix.com/mgmt/openapi/latest/integrations/webhooks/v1/test \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "data": {
    "jira": {
      "apiToken": "jira_api_token",
      "email": "jira_email",
      "projectKey": "jira_project_key"
    },
    "name": "my_webhook",
    "type": "UNKNOWN",
    "url": "slack.webhook.com"
  }
}'
{
  "success": {}
}

Authorizations

Authorization
string
header
required

API key authentication

Body

application/json
data
object
required
  • Outgoing webhook input data
  • Outgoing webhook input data
  • Outgoing webhook input data
  • Outgoing webhook input data
  • Outgoing webhook input data
  • Outgoing webhook input data
  • Outgoing webhook input data
  • Outgoing webhook input data
  • Outgoing webhook input data
  • Outgoing webhook input data
  • Outgoing webhook input data
  • Outgoing webhook input data

Response

  • Test outgoing webhook response
  • Test outgoing webhook response
success
object