API by router
Email internal
List Messages Internal
Path Parameters
instance_idInstance Id
Format
uuidQuery Parameters
direction?Direction
limit?Limit
Default
50Range
1 <= value <= 200offset?Offset
Default
0Range
0 <= valueResponse Body
curl -X GET "https://loading/internal/v1/instances/497f6eca-6276-4993-bfeb-53cbbbba6f08/email/messages?direction=string&limit=50&offset=0"{}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}Send Email Internal
Send email from an agent's inbox. Proxy-key auth.
Path Parameters
instance_idInstance Id
Format
uuidcc?Cc
html_body?Html Body
in_reply_to?In Reply To
subjectSubject
Length
length <= 998text_body?Text Body
toTo
Items
1 <= itemsResponse Body
curl -X POST "https://loading/internal/v1/instances/497f6eca-6276-4993-bfeb-53cbbbba6f08/email/send" \ -H "Content-Type: application/json" \ -d '{ "subject": "string", "to": [ "string" ] }'{}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}