Skip to main content
Version: Next

Contact

A person contact that can be engaged with through email, calling, messaging, CMS, etc.

Type

fdc3.contact

Schema

https://fdc3.finos.org/schemas/next/context/contact.schema.json

Details

PropertyTypeRequiredExample Value
typestringYes'fdc3.contact'
namestringNo'Jane Doe'
id.emailstringNo'jane@mail.com'
id.FDS_IDstringNo'ABC123-E'

Example

const contact = {
type: "fdc3.contact",
name: "Jane Doe",
id: {
email: "jane.doe@mail.com"
}
}


fdc3.broadcast(contact)

See Also

Other Types

Intents

FINOS Financial Objects