events.iterate.com

Event type

events.iterate.com/telegram/created

Birth certificate for this Telegram webhook router.

Payload schema

configobject

Immutable connection coordinates.

connectionstring

The named bot connection this router serves — the {connection} segment of its own /integrations/telegram/{connection} stream path.

Raw JSON schema
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "type": "object",
  "properties": {
    "config": {
      "type": "object",
      "properties": {
        "connection": {
          "type": "string",
          "description": "The named bot connection this router serves — the {connection} segment of its own /integrations/telegram/{connection} stream path."
        }
      },
      "required": [
        "connection"
      ],
      "description": "Immutable connection coordinates."
    }
  },
  "required": [
    "config"
  ]
}