When to use it
- Parse an invoice number and amount
- Summarize a contract or statement
- Capture fields from an application form PDF
- Route support based on document type
Typical Flow pattern
1
Ask for the document
Prompt the contact to upload a file. Save it with User Input / Get User Data.
2
Run the AI document action
Use the provider/document AI action available in your workspace (often via OpenAI or the AI tools panel). Pass the file field and a clear extraction prompt.
3
Store structured results
Save the summary or fields into custom fields (
invoice_total, doc_type, …).4
Continue safely
Confirm extracted values with the contact before charging, booking, or updating external systems.
Prompt example
Next
Files
Upload your own docs to train an Agent.
Functions & actions
Push confirmed data into your backend.