community.points.awarded
Generated from COPE public event contracts. Do not edit this page by hand.Fires when a member is awarded points.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Points were awarded to a member.
Generated from COPE public event contracts. Do not edit this page by hand.Fires when a member is awarded points.
| 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 | points:<identifier> |
| Category | Gamification |
| Availability | Available in the public webhook reference. |
| Schema title | community.points.awarded v1 payload |
| Schema ID | https://schemas.cope.com/events/community.points.awarded/v1 |
| Field | Required | Type | Allowed Values | Description |
|---|---|---|---|---|
awarded_by | no | string | - | - |
community_id | yes | string | - | - |
missions_completed | no | integer | - | - |
points | yes | integer | - | - |
recipient_user_id | yes | string | - | - |
source_type | no | string | - | - |
streak | no | integer | - | - |
{
"data": {
"community_id": "example_id",
"points": 1000,
"recipient_user_id": "example_id"
},
"datacontenttype": "application/json",
"dataschema": "https://schemas.cope.com/events/community.points.awarded/v1",
"id": "community.points.awarded:example",
"idempotency_key": "community.points.awarded:example",
"source": "cope.community",
"specversion": "1.0",
"subject": "points:example",
"time": "2026-05-05T12:00:00.000Z",
"type": "community.points.awarded"
}
Was this page helpful?