curl --request POST \
--url https://api.coralogix.com/mgmt/openapi/4/integrations/webhooks/v1 \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"data": {
"name": "my_webhook",
"slack": {
"attachments": [
{
"isActive": true,
"type": "EMPTY"
}
],
"digests": [
{
"isActive": true,
"type": "UNKNOWN"
}
]
},
"type": "UNKNOWN",
"url": "slack.webhook.com"
}
}
'{
"id": "example_id"
}No description available
curl --request POST \
--url https://api.coralogix.com/mgmt/openapi/4/integrations/webhooks/v1 \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"data": {
"name": "my_webhook",
"slack": {
"attachments": [
{
"isActive": true,
"type": "EMPTY"
}
],
"digests": [
{
"isActive": true,
"type": "UNKNOWN"
}
]
},
"type": "UNKNOWN",
"url": "slack.webhook.com"
}
}
'{
"id": "example_id"
}API key authentication
Show child attributes
"example_id"
Was this page helpful?