curl --request PUT \
--url https://api.coralogix.com/mgmt/openapi/3/integrations/webhooks/v1 \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"data": {
"emailGroup": {
"emailAddresses": [
"example@coralogix.com"
]
},
"name": "my_webhook",
"type": "UNKNOWN",
"url": "slack.webhook.com"
},
"id": "example_id"
}
'{}No description available
curl --request PUT \
--url https://api.coralogix.com/mgmt/openapi/3/integrations/webhooks/v1 \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"data": {
"emailGroup": {
"emailAddresses": [
"example@coralogix.com"
]
},
"name": "my_webhook",
"type": "UNKNOWN",
"url": "slack.webhook.com"
},
"id": "example_id"
}
'{}API key authentication
Show child attributes
"example_id"
The response is of type Update outgoing webhook response · object.
Was this page helpful?