Skip to main content
Test an outgoing webhook
curl --request POST \
  --url https://api.coralogix.com/mgmt/openapi/5/integrations/webhooks-test/v1 \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "data": {
    "awsEventBridge": {
      "detail": "<string>",
      "detailType": "detail_type",
      "eventBusArn": "arn:aws:events:us-east-1:123456789012:event-bus/default",
      "roleName": "role_name",
      "source": "source"
    },
    "name": "my_webhook",
    "url": "slack.webhook.com"
  }
}
'
{
  "failure": {
    "displayMessage": "example_display_message",
    "errorMessage": "example_error_message",
    "statusCode": 400
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.coralogix.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key authentication

Body

application/json

Request for testing an outgoing webhook configuration.

data
Outgoing webhook input data · object

Outgoing webhook input data.

Response

Response containing the results of an outgoing webhook test.

failure
Test outgoing webhook failure · object
required

Failure.