Message with Header
New: This message type now supports Markdown and @mentions!
The header (head
) is the top most text displayed on a chatbot message.
To see the style options reference the Full JSON Schema below.
Example
Example’s JSON
{"head": {"text": "I am a header"}}
Full JSON Schema
{"type": "object","properties": {"head": {"type": "object","required": ["text"],"properties": {"text": {"type": "string"},"style": {"type": "object","properties": {"color": {"type": "string","format": "Hex"},"bold": {"type": "boolean"},"italic": {"type": "boolean"}}}}}}}
Need help?
If you're looking for help, try Developer Support or our Developer Forum. Priority support is also available with Premier Developer Support plans.