Changelogs
Stay up to date with the latest changes and enhancements.
Stay up to date with the latest changes and enhancements.

28. Apr 2026
Share
Overview
AI is most useful when it sits inside the rest of your automation, not as a separate manual step. The Mistral AI integration lets your workflows call Mistral language models, generate embeddings for semantic search, and analyze images — using your own Mistral API key, with the response available as a workflow variable for any later step.
This means workflows can reply to a customer in their own language, look up the closest match in a knowledge base, or pull structured data out of an uploaded receipt — without sending the contact off to a third-party tool.
About the Integration
Mistral AI is a French AI lab that builds open-weight and frontier language models. The integration ships three actions:
All three actions are premium actions
Key Benefits of Mistral AI in Workflows
How to Set Up Mistral AI
Before any Mistral AI action can run, the integration has to be connected. The connection allows your workflows to securely call Mistral using your API key.
Connect via the Workflow Builder (recommended)
Connect via Settings (alternative path)


List of Actions

List of Triggers
There are no Mistral AI triggers in this iteration. Mistral AI is currently action-only — workflows can call Mistral models from any step, but cannot be initiated by a Mistral event. Trigger support may be added in a later release.
Example: Setting Up an Action (Create Chat Completion)
This walkthrough creates an automated multilingual reply. The workflow listens for an inbound message, asks Mistral to draft a friendly response in the contact’s language, and sends it back over email.
Step 1: Add the action
Open or create a workflow. Click Add to insert a step.
Step 2: Configure the action
Step 3: Save and use the output
Example: Setting Up Analyze Image (Vision)
This example pulls structured data out of an uploaded receipt and writes it to the contact record.
Common Use Cases
Inbound message → Mistral AI Create Chat Completion → Send Email/SMS
2. Semantic FAQ matching for inbound questions
Inbound email/customer replied → Create Embeddings → Vector lookup → Send templated reply
3. Receipt and document extraction from images
Inbound webhook -> Image upload (form / inbound MMS) → Analyze Image (Vision) → Update contact Create opportunity
Frequently Asked Questions
Q: What is Mistral AI?
Mistral AI is an AI lab that develops open-weight and frontier language and vision models. The integration gives Workflows direct, governed access to those models using your own API key.
Q: Which Mistral models are available in the model dropdown?
Models from the Mistral Large, Medium, Small, Ministral and Magistral families. The list is refreshed periodically as Mistral retires legacy versions and ships new ones.
Q: Do I need a separate Mistral account?
Yes. Bring your own API key from console.mistral.ai. Inference is billed by Mistral directly based on your account tier and chosen model.
Q: Are Mistral AI actions premium workflow actions?
Yes. All three actions consume premium action credits at the standard automation rate, in addition to Mistral usage charges.
Q: Can I use workflow variables inside prompts?
Yes. Both the System Prompt and the Prompt accept inline variables — contact fields, custom fields, trigger payload values, and the outputs of earlier workflow steps.
Q: Where is the AI-generated response stored?
It is exposed as a workflow output variable on the action. Use it in messages, write it to custom fields, or pass it to downstream steps. It is not persisted as a separate record by default.
Q: What happens if Mistral returns an error or times out?
The action surfaces the error to the workflow execution log, and the workflow continues based on its configured branching. Always test the action before publishing, and add a fallback branch if reliability matters.
Q: Can the generated response be used in SMS or email messages?
Yes. The output variable can be inserted into Send SMS, Send Email, internal notifications, and any other messaging action.
Q: What is the embedding output dimension?
1024 dimensions. The vector is suitable for direct use with major vector databases. Pass it to a webhook action that writes to your vector store.
Q: What image formats does Analyze Image accept?
Standard PNG and JPEG via direct URL, including images stored in Media Storage that are referenced by file URL. Images are processed at native resolution by the underlying vision model.
Q: Are these actions production-ready?
All three actions are released as Beta. They are safe to use in live workflows; expect incremental UX changes — for example, additional models added to the dropdown — as the integration moves out of Beta.