How to integrate GetResponse MAX with Make.com? MAX

Integrating GetResponse MAX with Make.com allows you to automate your marketing workflows seamlessly. By connecting these platforms, you can sync contacts, manage campaigns, and streamline repetitive tasks, saving time and ensuring your marketing processes run smoothly. This FAQ will guide you through the key steps and common questions to help you set up the integration efficiently.

Note: Traditional ways of connecting make.com with GetResponse will not work for your GetResponse MAX account. The GetResponse module in make.com is redirecting you to the app.getresponse.com domain, which is specific to our self-service customers. As you have your own login domain for your MAX account, the connection is done differently – through the HTTP module in Make.com.

How to integrate GetResponse MAX with Make.com

  1. Log into your Make.com account.
  2. Start creating a new scenario.
  3. Choose HTTP – Make a request from the list of modules.

    HTTP Make a request option when creating a new scenario in make.com

  4. Choose API Key as your authentication type.

    Choose API Key as your authentication method.

  5. Click on Add under Credentials and enter your API key following the requirements from our API Docs.

    Adding API key in Make.com

  6. Enter the correct API endpoint (it has to be the full URL, including the path such as /contacts, /customfields, /newsletters etc.), choose your method (GET, POST, DELETE) and add the necessary headers.

    Configuring API endpoint in make.com.

    X-Domain is your GetResponse login domain.
    X-Parent-Login is your GetResponse account login, which is only necessary if you want to create a (sub)account specific connection to, for example, GET the list of custom fields from a specific subaccount.
    Note: Make sure you are using the correct API Endpoint (PL vs COM). If you are not sure which one to use, contact our Customer Success Team.
  7. In Query parameters, you can add additional parameters to your API call if necessary.

    Adding additional query parameters in make.com.

  8. Set Body content type to application/json, Body input method to JSON string, and enter the desired Payload.

    body input and body content in make.com

    If there are any static values such as Campaign ID or Autoresponder – include them in the body. If there are any placeholders, you will be able to choose them from the list:



    This can differ based on your source module.
  9. Enable your scenario.

    Toggle to enable a new scenario in make.com

  10. Run a test. Note: To run a test with specific values, input actual data in the body instead of placeholders.

    Run Once option in make.com allowing you to run a test of your scenario.

  11. If the API call was successful, you should see ticks in both modules.

    Ticks next to both platforms mean the test was successful.

    And a response body with your desired values:

    Example response body after a successful test.