Interface MessagingSendStartEvent
Properties
category
category: "messaging"
clientId
clientId: undefined | string
Sanitisation Level DATA
data
data: {
message: string | {
[key: string]: unknown;
};
to: string;
}
Type declaration
Sanitisation Level PII
message: string | {
[key: string]: unknown;
}
Sanitisation Level PII
to: string
managementUserId
managementUserId: undefined | string
requestId
requestId: string
timestamp
timestamp: number