Generic Webhook
Last updated
{
"channel_name": "{{labels.cluster}} - {{labels.workload}}"
}{% if labels.env == 'ga' %}
{
"title": "{{summary}}",
"description": "{{description}}",
"comment": "this is the GA env",
"env": "{{labels.env}}"
}
{% elif labels.env == 'beta' %}
{
"title": "{{summary}}",
"description": "{{description}}",
"comment": "this is the beta env",
"env": "{{labels.env}}"
}
{% endif %}{
"key1":"value",
"key2":"value",
{% if labels.x == 'x' %}
"key3": 'x',
{% elif labels.y == 'y' %}
"key3": 'bla',
{% endif %}
"key4":"value"
}