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