Parameters
Send A Custom Message
Create a custom message with a JSON-serializable payload that your app knows how to render.Add Tags, Metadata, Or Reply Context
Attach app-owned tags, metadata, or aparentId when the custom message needs filtering, rendering context, or reply threading.
Rendering Guidance
- Treat
dataas an app-owned contract. - Include a type or version field such as
kindso clients can choose the renderer. - Provide a fallback renderer for unknown custom payloads.
- Keep sensitive data out of custom payloads unless your product explicitly requires it.
Related Topics
Text Message
Send plain chat content.
Reply to a Message
Send custom replies with
parentId.