Uses the text input method, which sends raw email body text directly to the API without a file upload.Documentation Index
Fetch the complete documentation index at: https://docs.anyformat.ai/llms.txt
Use this file to discover all available pages before exploring further.
Workflow fields
| Field | Type | Description |
|---|---|---|
sender_name | string | Name of the person who sent the email |
sender_email | string | Email address of the sender |
company_name | string | Company or organization the sender represents |
inquiry_type | enum | Category of the inquiry |
urgency | enum | How urgent the request seems |
topics | multi_select | Products or areas mentioned |
summary | string | Brief summary of the email |
End-to-end
Python package + class names are provisional.
pip install anyformat-sdk and from anyformat.sdk import Client work today, but both are expected to change before the official launch — pin the version you ship with.- curl
- TypeScript
- Python
Tips
A
string field like summary with a descriptive prompt acts as a mini-summarizer, giving you a one-sentence digest alongside the extracted fields.- Write detailed
enum_optionsdescriptions to help distinguish between similar categories. “pricing” vs “demo_request” can be ambiguous without good descriptions. multi_selectcaptures all relevant topics even when an email discusses several products at once.- For
.emlor.msgfiles, use file upload instead — it preserves headers and attachments.
Next steps
Run workflow
All input methods: file upload and text
Webhooks
Use webhooks instead of polling for production email pipelines
