Three majestic panthers — PantheraHive x Zapier

PantheraHive × Zapier

Connect your PantheraHive ecosystem to 7,000+ apps. Automate workflows, sync data, and trigger actions — no code required.

Powered by PantheraHive API Keys • Zapier Webhooks • REST API
Checking connection…
Verifying API key and integration health

Your API Keys

Create keys to authenticate Zapier or any external integration. Keys are shown only once — store them safely.

NameKey PrefixScopesStatusCreated
Loading keys…

Zapier Setup Guide

Follow these steps to connect PantheraHive to Zapier in under 5 minutes.

Create an API Key above

Click "Create Key", give it a name like "Zapier Production", and select the read + write scopes. Copy the key immediately — it's only shown once.

Open Zapier and Create a Zap

Go to zapier.comCreate Zap. For the trigger, select "Webhooks by Zapier" → "Catch Hook". Copy the webhook URL Zapier gives you.

Connect PantheraHive

Create a Zapier integration below. Paste the Zapier webhook URL. PantheraHive will POST events (workflow completions, credit changes, etc.) directly to your Zap.

Test the Connection

Click "Test" next to your integration. Zapier will receive a test payload. Configure your Zap actions (send email, update spreadsheet, notify Slack, etc.).

For Polling Triggers (Advanced)

Use "Webhooks by Zapier" → "GET" and point it at https://pantherahive.com/api/workflows with header Authorization: Bearer YOUR_API_KEY. Zapier will poll for new data every 1–15 minutes.

Available Triggers & Actions

These are the endpoints Zapier (or any integration) can use via your API key.

Trigger New Workflow Run

Fires when a workflow completes or fails. Includes run ID, status, duration, and credits used.

GET /api/workflows
Fields: id, name, status, creditsUsed, duration, completedAt

Trigger Credit Balance Change

Fires when credits are purchased, spent, or transferred. Great for budget alerts.

GET /api/credits/transactions
Fields: type, amount, balance, description, timestamp

Trigger New Event

Fires on any ecosystem event — app installs, recipe runs, errors, etc.

GET /events
Fields: event, source, data, timestamp

Action Run a Workflow

Trigger a PantheraHive workflow programmatically from any Zapier-connected app.

POST /api/workflows/execute
Fields: templateId, params, priority

Action Create Contact

Push contacts into the CRM from lead forms, spreadsheets, or SaaS tools.

POST /api/contacts
Fields: name, email, phone, company, tags

Action Send Notification

Broadcast a notification to your PantheraHive dashboard or connected Slack channel.

POST /api/integrations/trigger
Fields: event, data.message, data.channel

Your Integrations

Active webhook & Zapier connections. Test or disconnect at any time.

Loading integrations…