Rich Text Body
Last updated
{
"type": "paragraph",
"content": [
{
"type": "text",
"text": "Your message here"
}
]
}{
"type": "text",
"marks": [
{
"type": "link",
"attrs": {
"href": "https://www.circle.so",
"target": "_blank"
}
}
],
"text": "https://www.example.com"
}{
"type": "mention",
"attrs": {
"sgid": "BAh7CEkiCGdpZAY6BkVUSSI7Z2lkOi8v..." // User's SGID
}
}{
"type": "hardBreak"
}{
"body": {
"type": "doc",
"content": [
// Content nodes
]
},
"attachments": [
"eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaH..." // Signed ID from direct upload
]
}{
"body": {
"type": "doc",
"content": [
{
"type": "paragraph",
"content": [
{
"type": "text",
"text": "Hello "
},
{
"type": "mention",
"attrs": {
"sgid": "BAh7CEkiCGdpZAY6BkVUSSI7Z2lkOi8v..."
}
},
{
"type": "text",
"text": ", please check "
},
{
"type": "text",
"marks": [
{
"type": "link",
"attrs": {
"href": "https://www.circle.so",
"target": "_blank"
}
}
],
"text": "this link"
}
]
}
]
},
"attachments": [
"eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaH..."
]
}