update_integration
Update an existing integration by its ID, modifying fields like display name, status, sender binding, or metadata.
Instructions
Update an installed integration by id (partial): displayName, senderId (string or null), status (active|disabled), defaultTemplateSlug (string or null), metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Integration id. | |
| sender | No | Product/sender externalId sent as X-Drin-Sender. Required only for account-wide API keys; overrides the server's default sender. | |
| status | No | ||
| metadata | No | ||
| senderId | No | Bind to a product, or null to unbind. | |
| displayName | No | ||
| defaultTemplateSlug | No |