Skip to main content
Create an outgoing webhook
curl --request POST \
  --url https://api.coralogix.com/mgmt/openapi/latest/integrations/webhooks/v1 \
  --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"
  }
}'
{
  "id": "example_id"
}

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

id
string
required
Example:

"example_id"