Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.boostgpt.co/v1/bot/email/read \ --header 'Authorization: Bearer <token>'
{ "email": { "uuid": "<string>", "from_address": "<string>", "to_address": "<string>", "subject": "<string>", "text_body": "<string>", "status": "<string>", "created_at": "<string>", "updated_at": "<string>" }, "conversation": [ {} ] }
Fetch a single email with its conversation history
Enter your API key
Project ID
Agent ID
Email UUID
Email with conversation
Show child attributes
Was this page helpful?