ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
app/(protected)/sales/rencontres/forms/meeting-schema
MeetingMail
Interface MeetingMail
interface
MeetingMail
{
id
:
string
;
subject
:
string
;
status
:
MeetingMailStatus
;
sentAt
?:
string
;
bodyPreview
?:
string
;
recipientsTo
:
string
[]
;
recipientsCc
?:
string
[]
;
recipientsBcc
?:
string
[]
;
sender
?:
{
id
:
string
;
name
:
string
;
email
:
string
}
;
}
Index
Properties
id
subject
status
sent
At?
body
Preview?
recipients
To
recipients
Cc?
recipients
Bcc?
sender?
Properties
id
id
:
string
subject
subject
:
string
status
status
:
MeetingMailStatus
Optional
sent
At
sentAt
?:
string
Optional
body
Preview
bodyPreview
?:
string
recipients
To
recipientsTo
:
string
[]
Optional
recipients
Cc
recipientsCc
?:
string
[]
Optional
recipients
Bcc
recipientsBcc
?:
string
[]
Optional
sender
sender
?:
{
id
:
string
;
name
:
string
;
email
:
string
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
subject
status
sent
At
body
Preview
recipients
To
recipients
Cc
recipients
Bcc
sender
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...