What is Zapier?
Zapier is the automation platform most teams already use to connect their tools. You build Zaps by chaining a trigger (new email, new CRM record, new form submission) to one or more actions that do the work. Thousands of apps are supported, and no coding is required.
The EUrouter app for Zapier adds AI to that toolbox without asking you to think about API keys, base URLs, or provider SDKs. You sign in with your EUrouter account, pick an action, choose a model, and drop it into any Zap. The connection runs over OAuth, so key management stays inside EUrouter where it belongs.
Today the integration ships with two actions. Generate Response handles text generation: summaries, classifications, drafted replies, CRM notes. Create Embeddings turns text into vectors for semantic search, duplicate detection, and retrieval workflows. Both actions let you optionally select a saved routing rule from your EUrouter account, which controls provider selection and EU data requirements. Most users can leave that field blank.
Quick to integrate
A few lines of code is all it takes. Swap your base URL and you are routed through EUrouter.
1# Fields you fill in inside Zapier:
2# System Prompt (optional)
3# Prompt (required)
4# Model (required)
5# Routing Rule (optional)
6
7# Equivalent EUrouter API call:
8curl https://api.eurouter.ai/v1/chat/completions \
9 -H "Authorization: Bearer eur-..." \
10 -H "Content-Type: application/json" \
11 -d '{
12 "model": "gpt-4o",
13 "messages": [
14 {"role": "system", "content": "Reply clearly and briefly."},
15 {"role": "user", "content": "Summarize this support ticket in one sentence."}
16 ]
17 }'Get started in minutes
Follow these steps to connect your application to EUrouter.
Create an EUrouter account
You only need an active EUrouter account. Zapier connects via OAuth, so there is no API key to copy or paste.
Sign up for freeAdd EUrouter to a Zap
In the Zap editor, search for EUrouter and select it as the app for your action step.
Pick an action
Choose Generate Response for text generation tasks or Create Embeddings for search and retrieval workflows.
Sign in with OAuth
Click Sign in. A window opens and sends you to EUrouter. Approve access, and Zapier reconnects automatically.
Configure the action
Fill in the required fields (Prompt and Model, or Input and Model). Leave Routing Rule blank unless you already use saved routing rules.
Manage routing rulesWhy use Zapier with EUrouter
OAuth sign-in, no API key juggling
The EUrouter Zapier app uses OAuth. You sign in once with your EUrouter account, approve access, and Zapier handles the rest. No API keys to copy into credential fields, no rotation headaches when you rotate keys in EUrouter, no shared secrets floating around your Zapier account.
- One OAuth connection per EUrouter account
- Nothing to paste, nothing to store in Zapier's credential vault
- Revoke access from the EUrouter dashboard at any time
- New EUrouter models appear in the Model dropdown automatically
Two focused actions, not a 20-field form
Generate Response handles text generation: summaries, classifications, drafted replies, CRM notes. Create Embeddings turns text into vectors for semantic search and retrieval. Both actions expose just the fields you need. No provider JSON, no structured output gymnastics, no advanced configuration to learn before your first Zap runs.
- Generate Response: System Prompt, Prompt, Model, optional Routing Rule
- Create Embeddings: Input, Model
- Non-technical teammates can build Zaps without reading API docs
- Power users can still control routing via saved routing rules
EU-hosted AI in any Zapier workflow
Every action call routes through EUrouter's EU infrastructure. That means the AI step in your ticket triage, CRM enrichment, or content generation Zap keeps data within European jurisdiction. Pair it with a saved routing rule to lock in provider preferences, fallback behavior, or strict EU data requirements.
- All prompts and embeddings processed via EU-based servers
- Optional routing rules enforce provider and region preferences
- Full usage and cost visibility from the EUrouter dashboard
- Works with any Zapier trigger: forms, CRMs, email, webhooks, and more