ResourcesDocumentation

Zapier

Connecting Zapier

Connect 5000+ apps to FeedPulse AI using Zapier zaps.

1Get Your FeedPulse AI Webhook URL

Unlike other tools, FeedPulse AI generates your Webhook URL during project creation or via the Configuration Wizard.

Option A (New Project): Create a project and select "Zapier". The secure URL is shown in Step 1.
Option B (Existing Project): Click the Configure button or go to Settings to view your secure URL.

Copy the URL: https://api.feedpulseai.com/api/v1/webhook/zapier/YOUR_PROJECT_ID/YOUR_SECRET_TOKEN

2Create a Zap in Zapier

1. Log in to Zapier and click Create Zap.
2. Trigger: Choose the app where your feedback comes from (e.g., Shopify, Intercom, Airtable). Set the event (e.g., "New Order", "New Conversation").
3. Action: Search for and select Webhooks by Zapier.
4. Choose POST as the event.

3Code Examples

cURLNode.jsPython
curl -X POST https://api.feedpulseai.com/api/v1/webhook/zapier/YOUR_ID/YOUR_SECRET \ -H "Content-Type: application/json" \ -d '{ "Feedback": "Great service!", "NPS Score": 9, "Source": "Mobile App" }'

4. The Magic of Automation

Sit Back and Relax

Once your Zap is active, you don't need to do anything else.

⏰ Real-Time Processing

As soon as Zapier sends the data, FeedPulse AI accepts it instantly.

🧠 Instant Intelligence

New responses are automatically processed by our AI analysis engine. Brief your team with up-to-the-minute insights.

Zapier Tutorial