Skip to content
Open
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
6 changes: 6 additions & 0 deletions connector-api/changelog/changelog2026.md
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

issue: Wait, this is wrong file. It should go to connector-api/changelog/README.md with correct updates markup.

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Changelog 2026

## 24th April 2026

* [Integration Webhooks](../events/wh-integration.md#integration-webhooks):
* Clarified contract and description of `Requestor` field in integration created data. Documentation-only, no change to API.
18 changes: 9 additions & 9 deletions connector-api/events/wh-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,15 @@ The structure of the Data object depends on [Webhook action](wh-integration.md#w

### Integration created data

| Property | Type | Contract | Description |
| ------------- | -------------------------------------------- | -------- | ----------------------------------------------------------------------------- |
| `Enterprise` | [Enterprise](wh-integration.md#enterprise) | required | Property or chain of properties. |
| `Service` | [Service](wh-integration.md#service) | optional | Service the integration is connected to. |
| `Requestor` | [Requestor](wh-integration.md#requestor) | required | Person requesting the action or event. |
| `AccessToken` | string | required | Access token of the client application. |
| `CreatedUtc` | string | required | Creation date and time of the integration in UTC timezone in ISO 8601 format. |
| `IsEnabled` | bool | required | Whether integration is enabled. |
| `Integration` | [Integration](wh-integration.md#integration) | required | Integration data. |
| Property | Type | Contract | Description |
| ------------- | -------------------------------------------- | -------- | ------------------------------------------------------------------------------------------------------------ |
| `Enterprise` | [Enterprise](wh-integration.md#enterprise) | required | Property or chain of properties. |
| `Service` | [Service](wh-integration.md#service) | optional | Service the integration is connected to. |
| `Requestor` | [Requestor](wh-integration.md#requestor) | optional | Person requesting the action or event, if known; otherwise this property is `null`. |
| `AccessToken` | string | required | Access token of the client application. |
| `CreatedUtc` | string | required | Creation date and time of the integration in UTC timezone in ISO 8601 format. |
| `IsEnabled` | bool | required | Whether integration is enabled. |
| `Integration` | [Integration](wh-integration.md#integration) | required | Integration data. |
Comment thread
carlospalmermews marked this conversation as resolved.

### Enterprise

Expand Down
Loading