LOCK
Zapier with Meridian
Connect Meridian to 7,000+ apps via Zapier webhooks. Trigger AI completions from any event in your stack.
Setup — 3 minutes
- 1In Zapier, create a new Zap and choose Webhooks by Zapier as the trigger. Select Catch Hook — no need to pick a child key.
- 2Add an Action step. Search for Webhooks by Zapier again and choose POST.
- 3Configure the POST action as described below, then test. Meridian returns the completion in the response.
Webhook POST configuration
| URL | https://meridian.getnimbus.net/api/v1/chat/completions |
| Method | POST |
| Content-Type | application/json |
| Headers | Authorization: Bearer <your-api-key> |
| Body | {
"model": "meridian-1",
"messages": [
{
"role": "user",
"content": "{{zapier_trigger_data}}"
}
]
} |
API key
Generate your key in the Meridian dashboard. Keys are scoped to your organization and never leave our infrastructure.
Security note
Zapier stores your API key encrypted at rest. Meridian enforces TLS 1.3 on all endpoints. Rotate keys from the dashboard anytime.