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.
Attach files and documents to outbound messages sent by Personas.
{ "to": "client@example.com", "subject": "Your contract is ready", "attachments": [ { "filename": "contract.pdf", "content": "<base64-encoded-content>", "type": "application/pdf" } ] }
Was this page helpful?