The Available Message Types subpage appears on the Cloud Events Setup page. It lists all cloud event message types that are registered in the system — both built-in types and any types added by extension apps. Use this panel to review what message types are available and to download their help documentation.
| Column | Description |
|---|---|
| Name | The internal name of the message type (e.g. Customer.CreditLimit.Get). This is the value used in the type field of a cloud event message. |
| Description | A short description of what the message type does. |
| Filter Table No. | The BC table number that this message type filters on, or 0 if it applies to any table. |
| Direction | Whether the message type is Inbound (data written to BC) or Outbound (data read from BC). |
| Action | Description |
|---|---|
| Download Help | Downloads the help documentation for the selected message type as a Markdown file. The content is generated by the message type implementation itself. |