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

  1. 1In Zapier, create a new Zap and choose Webhooks by Zapier as the trigger. Select Catch Hook — no need to pick a child key.
  2. 2Add an Action step. Search for Webhooks by Zapier again and choose POST.
  3. 3Configure the POST action as described below, then test. Meridian returns the completion in the response.

Webhook POST configuration

URLhttps://meridian.getnimbus.net/api/v1/chat/completions
MethodPOST
Content-Typeapplication/json
HeadersAuthorization: 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.