Early bird discounts live! Claim your offer

project.resource.linked

An existing Telegram chat is linked to a project as a resource.

When this fires

A creator links a Telegram channel, group, or supergroup from inside the bot's RequestChat flow. This creates the resource row — no project.resource.created precedes it.

Required ability

project-resource:view — token must carry this at mint time to subscribe an endpoint to this event.

Payload

{
  "id": "evt_01HX...",
  "type": "project.resource.linked",
  "created_at": "2026-05-18T10:05:00Z",
  "api_version": "2026-05-01",
  "project_id": "7f3d1c92-8b45-4e6a-9d21-5c8e0a4b6f13",
  "data": {
    "project_id": "7f3d1c92-8b45-4e6a-9d21-5c8e0a4b6f13",
    "resource_id": "b73c5f21-9d80-4a6e-8215-4f70ce13a9d6",
    "type": "channel",
    "title": "Research Premium Lounge",
    "chat_id": "e41a9b06-2c78-4f3d-95b2-08d7c1a5e934"
  }
}

Field reference

FieldTypeNotes
idstring ULIDUnique event id, prefixed evt_. Use for idempotent processing.
typestringAlways project.resource.linked for this event.
created_atISO 8601 timestampServer-side emission time.
api_versionstringWebhook API contract version.
project_idstring UUIDProject this event belongs to.
data.project_idstring UUIDMirrors top-level project_id.
data.resource_idstring UUIDResource identifier.
data.typeenum: channel | group | supergroupTelegram chat type at link time.
data.titlestringTelegram-side chat title at link time.
data.chat_idstring UUIDUUID of the Subscriby telegram_chats record, not Telegram's numeric chat id.

Caveats

  • Re-linking a chat after an unlink creates a new resource row — the project.resource.linked you receive carries a different resource_id than the earlier project.resource.unlinked, and the unlinked row remains behind with chat_id: null.
  • manual resources cannot be linked; they have no underlying chat.

How is this guide?

On this page

Subscriby is a product designed by you — for you.

No boardroom full of executives deciding what we ships next. Our roadmap always shaped by you with your feedback.

Share feedback or a request