Message format
Message structure
FDC3 Action buttons
Examples
{
"type": "fdc3.chat.initSettings",
"message": {
"type": "fdc3.message",
"text": {
"text/markdown": "\n\n Rich text example: \n\n Bullet points:\n - bullet 1 \n - bullet 2 \n\n Text in *italic* \n\n Text in **bold** \n\n Link: [Symphony](https://www.symphony.com)"
}
},
"members": {
"type": "fdc3.contactList",
"contacts": [
{
"type": "fdc3.contact",
"id": {
"email": "[email protected]"
}
}
]
}
}Last updated
Was this helpful?