Integration configuration.
Custom message template for notifications. null if not set.
Whether the integration receives events from all monitors.
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.
{
"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"
}