curl --request POST \
--url https://api.boostgpt.co/v1/bot/email/reply \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"project_id": "<string>",
"bot_id": "<string>",
"email_id": "<string>",
"content": "<string>"
}
'{
"success": true,
"message": "<string>"
}Send a manual reply to an email
curl --request POST \
--url https://api.boostgpt.co/v1/bot/email/reply \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"project_id": "<string>",
"bot_id": "<string>",
"email_id": "<string>",
"content": "<string>"
}
'{
"success": true,
"message": "<string>"
}Was this page helpful?