Cross-Provider Workflow
Mindee Document Extraction to Airtable and Email
Version 1.0.0
Extract a document with Mindee, store it in Airtable, then email a confirmation.
Providers Orchestrated
Workflows
extract-store-notify
Parse a document with Mindee, store it in Airtable, then email a receipt.
Enqueues a document for extraction with Mindee, records the returned inference identifier in Airtable, and sends a confirmation email via SendGrid.
1
extract-document
$sourceDescriptions.mindeeApi.Enqueue_Extraction_Product_Inference_v2_products_extraction_enqueue_post
Enqueue the document for extraction with Mindee.
2
store-record
$sourceDescriptions.airtableApi.createRecords
Create an Airtable record referencing the extraction job.
3
email-confirmation
$sourceDescriptions.sendgridApi.SendMail
Email a confirmation that the document was received.
Source API Descriptions
openapi
openapi