Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Webhook changed by #433

Merged
merged 1 commit into from
May 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions website/docs/advanced/notifications-webhooks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ ConfigCat will replace the following variables in the request body:
| **##EnvironmentId##** | ID of the Environment. |
| **##URL##** | A direct link to the Config in the _ConfigCat Dashboard._ |
| **##ChangeNotes##** | The **Mandatory notes** added to the actual changeset. |
| **##ChangedBy##** | The name and email address of the user who made the changes. |
| **##ChangeDetails##** | Details of the change in JSON format including setting name, old, new values and Targeting Rules. |
| **##ChangeDetailsTeams##** | Details of the change in MS Teams format. |
| **##ChangeDetailsSlack##** | Details of the change in Slack message format. |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ ConfigCat will replace the following variables in the request body:
| **##EnvironmentId##** | ID of the Environment. |
| **##URL##** | A direct link to the Config in the _ConfigCat Dashboard._ |
| **##ChangeNotes##** | The **Mandatory notes** added to the actual changeset. |
| **##ChangedBy##** | The name and email address of the user who made the changes. |
| **##ChangeDetails##** | Details of the change in JSON format including setting name, old, new values and Targeting Rules. |
| **##ChangeDetailsTeams##** | Details of the change in MS Teams format. |
| **##ChangeDetailsSlack##** | Details of the change in Slack message format. |

The structure of the JSON array injected into the **##ChangeDetails##** looks like the following:

Expand Down
Loading