Array of integration objects.
Integration type (e.g. "telegram").
Integration configuration.
integrations[].eventTypes
Subscribed event types.
integrations[].messageTemplate
Custom message template for notifications. null if not set.
integrations[].scopeAllMonitors
Whether the integration receives events from all monitors.
integrations[].silentPush
Whether Telegram notifications are sent silently.
Event filtering rules. null if not set.
Whether the integration is active.
ISO 8601 creation timestamp.
ISO 8601 timestamp of last update.
{
"integrations": [
{
"id": "4",
"type": "telegram",
"name": "My Telegram Bot",
"config": { "chatId": "-1001234567890" },
"eventTypes": ["tweet.new", "tweet.reply"],
"messageTemplate": null,
"scopeAllMonitors": true,
"silentPush": false,
"filters": null,
"isActive": true,
"createdAt": "2026-03-01T09:00:00.000Z",
"updatedAt": "2026-03-01T09:00:00.000Z"
}
]
}