@unito/integration-sdk
Version:
Integration SDK
77 lines (76 loc) • 1.42 kB
JSON
{
"type": "root",
"children": [
{
"type": "paragraph",
"children": [
{
"type": "text",
"value": "Another email "
},
{
"type": "link",
"data": {
"url": "mailto:someone@example.com"
},
"children": [
{
"type": "text",
"value": "someone@example.com"
}
]
}
]
},
{
"type": "paragraph",
"children": [
{
"type": "text",
"value": "With target blank "
},
{
"type": "link",
"data": {
"url": "mailto:abc@gmail.com"
},
"children": [
{
"type": "text",
"value": "abc@gmail.com"
}
]
},
{
"type": "text",
"value": "."
}
]
},
{
"type": "paragraph",
"children": [
{
"type": "text",
"value": "My signature"
},
{
"type": "break",
"children": []
},
{
"type": "link",
"data": {
"url": "mailto:erykw@unito.io"
},
"children": [
{
"type": "text",
"value": "erykw@unito.io"
}
]
}
]
}
]
}