company logo

Help center

Go to Manyreach
All collectionsAPI & IntegrationsHow to Connect Make.com to Manyreach Using API Integration

How to Connect Make.com to Manyreach Using API Integration

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.

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.

Step 1: Get Your Manyreach API Key

  1. Log in to your Manyreach dashboard

  2. Navigate to Account Settings in the left sidebar

  3. Click on the API tab in the top menu

  4. 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.

Step 2: Create a New Scenario in Make.com

  1. Log in to your Make.com account

  2. Click Create a new scenario

  3. Choose your trigger app (like Google Sheets, Webhooks, or Form submissions)

  4. Add a new module by clicking the + button

  5. Search for HTTP and select Make a request

Step 3: Configure the HTTP Module

  1. Click on the HTTP module to open its settings

  2. 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)

Step 4: Test Your Connection

  1. Click the Run once button in the bottom toolbar

  2. Check the execution details for each module

  3. Look for green checkmarks indicating successful execution

  4. Verify the data appears correctly in your Manyreach dashboard

  5. 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.


Step 6: Build Advanced Automation Scenarios

Once your basic connection works, create sophisticated workflows:

  1. Lead Qualification Pipeline: CRM updates → Make.com → Manyreach prospect segmentation

  2. Event-Triggered Outreach: Webinar registrations → automatic email sequence launch

  3. Response Management: Manyreach webhook → Make.com → CRM update and task creation

  4. Multi-Touch Campaigns: Social media engagement → email outreach → LinkedIn connection

Common Mistakes to Avoid

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.

Troubleshooting Common Issues

"401 Unauthorized" Error

  • 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

"404 Not Found" Error

  • 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

"429 Too Many Requests" Error

  • 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

Data Not Appearing in Manyreach

  • 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



Did this answer your question?
😞
😐
😁