Zapier

Zapier

Zapier allows quick, low-code automation for teams and creators.

✅ Using Uniport with Zapier Webhooks

  1. Create a Zap with Webhooks by Zapier (POST)

  2. Set:

    • URL: https://api.uniportai.site/v1/chat/completions

    • Headers: Authorization: Bearer YOUR_UNIPORT_API_KEY

  3. Use a JSON payload similar to:

jsonCopyEdit{
  "model": "claude-3-sonnet",
  "messages": [
    {"role": "user", "content": "Generate an Instagram caption for this product"}
  ]
}
  1. Pass the response to Gmail, Slack, Airtable, etc.

Last updated