project.resource.created

A manual perk is registered under a project.

When this fires

A creator registers a manual perk on the project, from the dashboard's resource editor, POST /v1/projects/{project}/resources or the create_resource tool. A place a connector gates never arrives here: the connector links it and announces project.resource.linked instead.

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.created",
  "created_at": "2026-05-18T10:05:00Z",
  "api_version": "2026-05-01",
  "project_id": "7f3d1c92-8b45-4e6a-9d21-5c8e0a4b6f13",
  "data": {
    "resource": {
      "id": "b73c5f21-9d80-4a6e-8215-4f70ce13a9d6",
      "title": "Welcome packet",
      "kind": "manual",
      "connector": null,
      "space": null,
      "active": true
    }
  }
}

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 UUIDProject this event belongs to.
data.resource.idstring UUIDResource identifier.
data.resource.titlestringDisplay title.
data.resource.kindstringAlways manual on this event. A connector's kind (telegram:channel) appears via project.resource.linked.
data.resource.connectornullAlways null here: a manual perk lives on no connector.
data.resource.spacenullAlways null here: a manual perk is bound to no place.
data.resource.activebooleanActive flag at creation time.

The resource description is not included in the payload. Fetch it with GET /v1/projects/{project}/resources/{resource} if you need it.

Caveats

  • project.resource.linked is not a follow-up to this event — it creates its own resource row and carries a different resource_id.
  • A manual perk is bound to no place and is not linkable; it appears once on creation and once on deletion.

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