Make.com (formerly Integromat) is a powerful visual automation platform that can seamlessly connect with Manyreach's API to streamline your cold email workflows. This integration allows you to automatically import prospects, trigger campaigns, and manage your outreach processes through Make's intuitive drag-and-drop interface.
Log in to your Manyreach dashboard
Navigate to Account Settings in the left sidebar
Click on the API tab in the top menu
Copy your API Key from the display field (it will look like: ca5b617f-cd7a-412b-628f-10c628b579db)
Important Note: Keep your API key secure and never share it publicly. If you suspect it's been compromised, use the Reset API Key button to generate a new one immediately.
Log in to your Make.com account
Click Create a new scenario
Choose your trigger app (like Google Sheets, Webhooks, or Form submissions)
Add a new module by clicking the + button
Search for HTTP and select Make a request
Click on the HTTP module to open its settings
Configure the basic settings:
Head over to Setting > API or Click here
URL: Enter the Manyreach API endpoint based on the task you wish to perform (e.g.,
https://app.manyreach.com/api/prospects/crm/add/bulk?apikey={your_apikey}
Method: Select the appropriate method (GET, POST, PUT, DELETE)
Click the Run once button in the bottom toolbar
Check the execution details for each module
Look for green checkmarks indicating successful execution
Verify the data appears correctly in your Manyreach dashboard
Review any error messages in the execution log
Pro Tip: Use Make.com's Data Store feature to temporarily store prospect information before sending it to Manyreach in batches, which helps avoid API rate limits.
Once your basic connection works, create sophisticated workflows:
Lead Qualification Pipeline: CRM updates → Make.com → Manyreach prospect segmentation
Event-Triggered Outreach: Webinar registrations → automatic email sequence launch
Response Management: Manyreach webhook → Make.com → CRM update and task creation
Multi-Touch Campaigns: Social media engagement → email outreach → LinkedIn connection
Remember: Make.com is case-sensitive with header names. Ensure you use exactly apikey (lowercase) for the header name, not ApiKey or API-Key.
Important Note: When sending JSON data in POST requests, add another header: Content-Type: application/json to ensure Manyreach processes your data correctly.
Double-check your API key is copied exactly (no extra spaces or characters)
Verify the header name is apikey (all lowercase)
Confirm your API key hasn't been reset recently in Manyreach
Check the API endpoint URL for typos
Ensure you're using the correct base URL: https://app.manyreach.com/api/v1/
Verify the specific endpoint exists in Manyreach's API documentation
Implement delays between API calls using Make.com's Sleep module
Consider batching multiple prospects into single API calls
Use Make.com's error handling to retry failed requests after a delay
Verify your JSON payload structure matches Manyreach's requirements
Check that required fields like email addresses are properly formatted
Ensure campaign IDs exist before trying to add prospects to them
Pro Tip: Use Make.com's Webhook module to receive real-time notifications from Manyreach when prospects reply or take specific actions. This creates truly responsive automation workflows.
Bingo! Enjoy the make automations with Manyreach