A collection of information to be used to initiate an email with a Contact or ContactList.
Schema
https://fdc3.finos.org/schemas/next/context/email.schema.json (github)
Type
fdc3.email
Properties
recipients
(required)
subject
type: string
Subject line for the email.
textBody
type: string
Body content for the email.
Example
{
"type": "fdc3.email",
"recipients": {
"type": "fdc3.contact",
"name": "Jane Doe",
"id": {
"email": "jane.doe@example.com"
}
},
"subject": "The information you requested",
"textBody": "Blah, blah, blah ..."
}