kustomer-client
Preparing search index...
KustomerTypes
CreateForwardByConversationData
Type Alias CreateForwardByConversationData
type
CreateForwardByConversationData
=
{
body
?:
{
app
?:
"gmail"
|
"postmark"
;
attachments
?:
{
contentLength
:
number
;
contentType
:
string
;
id
:
string
;
name
:
string
;
}
[]
;
body
?:
string
;
channel
:
"email"
;
customer
?:
string
;
from
?:
{
email
:
string
;
name
?:
string
}
;
payload
?:
{
[
key
:
string
]:
unknown
}
;
replyTo
?:
string
;
sendAt
?:
string
;
status
?:
"draft"
|
"sent"
|
"failed"
;
subject
?:
string
;
template
?:
string
|
null
;
to
?:
{
email
:
string
;
name
?:
string
}
[]
;
}
;
path
:
{
id
:
string
}
;
query
?:
never
;
url
:
"/conversations/{id}/forwards"
;
}
Index
Properties
body?
path
query?
url
Properties
Optional
body
body
?:
{
app
?:
"gmail"
|
"postmark"
;
attachments
?:
{
contentLength
:
number
;
contentType
:
string
;
id
:
string
;
name
:
string
;
}
[]
;
body
?:
string
;
channel
:
"email"
;
customer
?:
string
;
from
?:
{
email
:
string
;
name
?:
string
}
;
payload
?:
{
[
key
:
string
]:
unknown
}
;
replyTo
?:
string
;
sendAt
?:
string
;
status
?:
"draft"
|
"sent"
|
"failed"
;
subject
?:
string
;
template
?:
string
|
null
;
to
?:
{
email
:
string
;
name
?:
string
}
[]
;
}
path
path
:
{
id
:
string
}
Type declaration
id
:
string
Unique ID of the conversation.
Optional
query
query
?:
never
url
url
:
"/conversations/{id}/forwards"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
path
query
url
kustomer-client
Loading...
Unique ID of the conversation.