The Integrations tab connects your favourite no-code automation tools directly to Feedspace, so new customers from your CRM, e-commerce platform, or billing system are enrolled in your review request sequence automatically. Rather than building a manual HTTP request, the pre-built integration guides walk you through linking your external tool step by step.
What You Can Do
- Connect Zapier, Pabbly Connect, or Make using pre-built integration instructions
- Automatically enroll customers from thousands of apps without writing any code
- Trigger enrollment based on events like a new purchase, signup, or support ticket
- Keep your automation running 24/7 as new customers arrive from your connected tools
1. Open the Integrations Tab
- Log in to Feedspace and go to Forms in the left sidebar.
- Open the form and click the Automation tab.
- In the Who should we email? section, click Add customers.
- Select the Integrations tab.
2. Choose Your Integration Tool
Select the no-code platform you use:
- Zapier: Connect Feedspace to 7,000+ apps. Set a trigger (e.g., new customer in Shopify) and an action that adds the contact to Feedspace.
- Pabbly Connect: Build a workflow with any trigger app and use the Feedspace action to submit a testimonial or add a contact.
- Make: Create a scenario that watches for new customers in your source app and pushes them to the Feedspace contacts endpoint.
3. Follow the Integration Setup
Each integration uses the Feedspace API to add contacts. You will need your API Key and Secret Key from your workspace settings. For the Feedspace action step in any of these tools:
- Use Basic Auth — API Key as the username, Secret Key as the password.
- POST to
https://api.feedspace.io/v3/contacts with a JSON body containing name and email.
- Map the customer’s name and email from your trigger app’s data fields.
4. Test and Activate
Run a test in your integration tool to confirm a contact is successfully added to Feedspace. Check your contacts list in the Automation tab to verify the test contact appears. Once confirmed, activate your integration so it runs automatically on every new customer event.
Frequently Asked Questions
Where do I find my Feedspace API Key and Secret Key?
Go to Settings in your Feedspace workspace, then open the Automation section. Your API Key and Automation Secret Key are listed there. The Secret Key is what you use as the Basic Auth password.
What is the difference between using Integrations and the Incoming Webhook tab?
Both methods use the same Feedspace contacts API endpoint. The Integrations tab provides guided setup instructions for specific no-code tools. The Incoming Webhook tab shows the raw endpoint and authentication details for configuring any HTTP client or custom code directly.
You might also find helpful
How Do I Add Customers to My Feedspace Form Automation?
Your automation only sends emails to customers you have explicitly added. Feedspace gives you three ways to build your recipient list: one by one, via a CSV upload, or through the API. Once a customer is added, they are enrolled in your sequence and will receive emails according to the...
How Do I Send Customers to My Feedspace Form Automation via Webhook?
The incoming webhook lets any external tool enroll customers in your Feedspace form automation by sending a simple HTTP POST request. When a new customer signs up, makes a purchase, or completes any trigger event in your other tools, those tools can POST the customer’s name and email directly to...
How Do I Add Customers Manually to My Feedspace Form Automation?
Adding customers manually lets you enroll individual contacts into your Feedspace form automation one at a time. It is the right choice for targeted follow-ups after a sales call, a product demo, or any interaction where you know exactly who you want to ask for a review. No file preparation...