Reply to an email
POST
https://api.plusvibe.ai/api/v1/unibox/emails/reply
Unibox
IMPORTANT: To ensure your reply appears in the same email thread, it’s recommended to include “Re: ” in the subject line, for example: “Re: Original Subject Line”.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.plusvibe.ai/api/v1/unibox/emails/reply?workspace_id' \
--header 'x-api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"reply_to_id": "66b9d78ff91fabf920f6964d",
"subject": "Re: Summer Promotion Campaign",
"from": "sender@account.com",
"to": "client@example.com",
"body": "Please see the video link attached.",
"cc": "cc@example.com",
"bcc": "bcc@example.com"
}'
Response Response Example
200 - Example 1
{
"status": "success",
"id": "66b9d78ff91fabf920f6964d"
}
Request
Query Params
workspace_id
string
required
Default:
Example:
65f3c92d3dbe5dbb35374a9a
Header Params
x-api-key
string
required
Default:
Example:
your-api-key
Body Params application/json
Responses
Modified at 2025-05-26 13:43:22