community.event.rsvp.checked_in
Generated from COPE public event contracts. Do not edit this page by hand.Fires when a member is checked in as attending an event.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
A member was checked in at a community event.
Generated from COPE public event contracts. Do not edit this page by hand.Fires when a member is checked in as attending an event.
| Field | Value |
|---|---|
| Encoding | CloudEvents 1.0 structured JSON |
| Delivery | At least once |
| Idempotency | Use the CloudEvents source + id tuple, or COPE idempotency_key when available. |
| Source | cope.community |
| Subject pattern | event:<identifier> |
| Category | Events |
| Availability | Available in the public webhook reference. |
| Schema title | community.event.rsvp.checked_in v1 payload |
| Schema ID | https://schemas.cope.com/events/community.event.rsvp.checked_in/v1 |
| Field | Required | Type | Allowed Values | Description |
|---|---|---|---|---|
checked_in | no | boolean | - | - |
community_id | yes | string | - | - |
event_id | yes | string | - | - |
user_id | yes | string | - | - |
{
"data": {
"community_id": "example_id",
"event_id": "example_id",
"user_id": "example_id"
},
"datacontenttype": "application/json",
"dataschema": "https://schemas.cope.com/events/community.event.rsvp.checked_in/v1",
"id": "community.event.rsvp.checked_in:example",
"idempotency_key": "community.event.rsvp.checked_in:example",
"source": "cope.community",
"specversion": "1.0",
"subject": "event:example",
"time": "2026-05-05T12:00:00.000Z",
"type": "community.event.rsvp.checked_in"
}
Was this page helpful?