Early bird discounts live! Claim your offer

project.resource.created

New resource registered under a project.

When this fires

A creator registers a new resource on the project — a Telegram channel, group, supergroup, or manual perk.

Required ability

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

Payload

{
  "id": "evt_01HX...",
  "type": "project.resource.created",
  "created_at": "2026-05-18T10:05:00Z",
  "api_version": "2026-05-01",
  "project_id": "prj_01HX...",
  "data": {
    "resource": {
      "id": "rsr_01HX...",
      "type": "channel",
      "title": "Research Premium Lounge",
      "description": "Weekly drops + live AMAs.",
      "chat_id": "-1001234567890"
    }
  }
}

Field reference

FieldTypeNotes
idstring ULIDUnique event id, prefixed evt_. Use for idempotent processing.
typestringAlways project.resource.created for this event.
created_atISO 8601 timestampServer-side emission time.
api_versionstringWebhook API contract version.
project_idstring ULIDProject this event belongs to.
data.resource.idstring ULIDResource identifier.
data.resource.typeenum: channel | group | supergroup | manualResource flavour.
data.resource.titlestringDisplay title.
data.resource.descriptionstring | nullOptional creator-supplied description.
data.resource.chat_idstring | nullTelegram chat id; null for manual perks.

Caveats

  • For Telegram-backed resources, expect project.resource.linked to follow once the bot is granted admin in the chat.
  • Manual perks (type: "manual") carry no chat id and are not linkable; they appear once on creation and once on deletion.

How is this guide?

On this page

MemberPass 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