community.reaction.toggled
Generated from COPE public event contracts. Do not edit this page by hand.Fires when a member reacts to or un-reacts from a post.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
A reaction was toggled on a post.
Generated from COPE public event contracts. Do not edit this page by hand.Fires when a member reacts to or un-reacts from a post.
| 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 | reaction:<identifier> |
| Category | Posts |
| Availability | Available in the public webhook reference. |
| Schema title | community.reaction.toggled v1 payload |
| Schema ID | https://schemas.cope.com/events/community.reaction.toggled/v1 |
| Field | Required | Type | Allowed Values | Description |
|---|---|---|---|---|
action | yes | string | - | - |
reactable_id | yes | string | - | - |
reactable_type | yes | string | - | - |
reaction_type | no | string | - | - |
user_id | yes | string | - | - |
{
"data": {
"action": "example_action",
"reactable_id": "example_id",
"reactable_type": "example_reactable_type",
"user_id": "example_id"
},
"datacontenttype": "application/json",
"dataschema": "https://schemas.cope.com/events/community.reaction.toggled/v1",
"id": "community.reaction.toggled:example",
"idempotency_key": "community.reaction.toggled:example",
"source": "cope.community",
"specversion": "1.0",
"subject": "reaction:example",
"time": "2026-05-05T12:00:00.000Z",
"type": "community.reaction.toggled"
}
Was this page helpful?