Get your dream built 10x faster
/ai-build-errors-debug-solutions-library

How to Fix 'Invalid connection — please reauthorize app' in Make (Integromat)

Explore step-by-step solutions to resolve the 'Invalid connection — please reauthorize app' issue in Make (Integromat).

Book a Free Consultation
4.9
Clutch rating 🌟
600+
Happy partners
17+
Countries served
190+
Team members
Matt Graham, CEO of Rapid Developers

Book a call with an Expert

Stuck on an error? Book a 30-minute call with an engineer and get a direct fix + next steps. No pressure, no commitment.

Book a free consultation

What is Invalid connection — please reauthorize app in Make (Integromat)

 

Understanding "Invalid connection — please reauthorize app"

 
  • Definition: The phrase "Invalid connection — please reauthorize app" in Make (Integromat) is a system-generated message indicating that the established link between Make and an external application or service is no longer recognized as valid.
  • Functionality Context: In Make, connections serve as secure channels that allow different apps to communicate, exchange data, and trigger automated workflows. Each connection is a container for the authentication information needed to access an external service.
  • Impact on Automation: When this message appears, it acts as a signal that ongoing workflows relying on the connection will not be able to perform their intended operations until they possess a verified and active connection.
  • Concept Clarification: A connection in this context refers to the underlying bridge built between Make and another service. It includes credentials such as tokens or keys that affirm the identity and access permissions of the involved parties.

 

The Structure Behind a Connection in Make

 
  • Unique Identification: Each connection is often identified by a unique ID that ties it to a specific app instance within Make. This helps in managing and tracking the interactions between different services.
  • Authorization Details: The connection holds the necessary details—such as an OAuth2 token, API keys, or other authentication data—that verify its legitimacy when attempting to interact with an external service.
  • Status Indicator: One of the key properties of a connection is its status. When the status becomes marked as "invalid," it signifies that the connection can no longer be used for secure and authorized communication.

 

Example of a Connection Configuration in Make

 
{
  "connectionId": "abc123xyz",
  "appName": "ExampleService",
  "authorization": {
    "type": "OAuth2",
    "accessToken": "yourAccessTokenHere",
    "expiry": "2023-12-31T23:59:59Z"
  },
  "status": "invalid" // Indicates that the connection is now flagged as invalid
}

 

Role within an Automation Scenario

 
  • Data Integrity: A valid connection ensures that data is securely transferred between Make and the external application. An invalid connection hinders this secure data flow.
  • System Reliability: Validated connections are critical for maintaining reliable automation workflows. They act as a guarantee that each app interaction adheres to the prescribed security and authentication measures.
  • Operational Continuity: Without a valid connection, scheduled or trigger-based tasks within a scenario will be unable to interact with the external service, which directly affects the seamless execution of the automation.

 

Book Your Free 30-Minute Call

If your app keeps breaking, you don’t have to guess why. Talk to an engineer for 30 minutes and walk away with a clear solution — zero obligation.

Book a Free Consultation

What Causes Invalid connection — please reauthorize app in Make (Integromat)

Expired Credentials

 

This issue occurs when the token or key used to authenticate your connection has surpassed its valid duration. In Make (Integromat), credentials are issued with an expiration time to keep your data secure, and when they expire, the connection stops working until you reauthorize.

Revoked Permissions

 

This happens when access rights previously granted to the app are manually removed or revoked. With Make (Integromat), if the service provider decides to withdraw permissions or if you accidentally modify the access settings, the app loses authorization and needs to be reconnected.

Incorrect Authentication Settings

 

This cause refers to mismatched or wrongly entered authentication details such as API keys, OAuth tokens, or secret keys. Since Make (Integromat) relies on accurate configuration for safe communication between apps, any error in these settings renders the connection invalid.

Permission Scope Mismatch

 

This issue arises when the permissions granted during the initial setup do not match the necessary scope required by the app. In Make (Integromat), if the app needs broader access than provided, the connection becomes invalid, requiring a reauthorization with the correct scope settings.

API Changes or Deprecation

 

This error can occur if the connected service updates or deprecates its API endpoints, altering the expected data format or access requirements. In Make (Integromat), these changes mean that the app’s stored connection details no longer comply with the service's updated API, leading to an invalid state.

Session Timeout or Inactivity

 

This represents the situation where the established connection has been idle for too long, resulting in a session timeout. In Make (Integromat), prolonged inactivity triggers a security measure that automatically ends the session, and reauthorization is needed to resume data exchanges.

How to Fix Invalid connection — please reauthorize app in Make (Integromat)

 

Reauthorize Your Connection

 
  • Locate the Error: In your Make dashboard, find the connection showing the "Invalid connection — please reauthorize app" error.
  • Open Connection Settings: Click on the problematic connection to open its details. You will see a button or option labeled "Reauthorize". Click it to begin the reauthorization process.
  • Follow the OAuth Wizard: A reauthorization wizard will open and redirect you to the authentication page of the connected service. Here, grant all required permissions. Once approved, you will be redirected back to Make, and the connection will update with fresh credentials.
 

Test the Reauthorized Connection with an HTTP Module

 
  • Create a Test Scenario: Open a new scenario and add the HTTP module (or any module that uses the reauthorized connection).
  • Configure Your Request: For example, if you want to ensure that the new credentials work correctly, set up an HTTP request that requires your connection’s authentication.
  • Insert Necessary Headers: In the configuration, include the authorization header if needed. This confirms that the connection is valid and operational.
 

```shell
// Sample HTTP request using curl to test your connection
curl --request GET "https://api.example.com/verify" \
--header "Authorization: Bearer YOUR_NEW_ACCESS_TOKEN" \
--header "Content-Type: application/json"
```
 

Verify and Finalize the Process

 
  • Review Scenario Logs: After running the test scenario, check the execution logs in Make. Ensure that the request runs without errors.
  • Update All Dependent Scenarios: If this connection is used across multiple scenarios, open each one and confirm that they are using the updated credentials.
  • Save and Publish: Once verification is complete and all modules run smoothly, save your changes and publish the scenarios to resume full functionality.
 

Additional Tips

 
  • Token Management: Be aware that OAuth tokens typically have an expiration time. Keep note of the expiry and reauthorize proactively if necessary.
  • Permission Scopes: Double-check that the reauthorized connection includes all permission scopes required by your scenario modules. You can usually adjust these settings during the OAuth process.
 

Schedule Your 30-Minute Consultation

Need help troubleshooting? Get a 30-minute expert session and resolve your issue faster.

Contact us

Make (Integromat) 'Invalid connection — please reauthorize app' - Tips to Fix & Troubleshooting

Reauthorize Connection in Make:

 

Tip: Refresh the existing connection to make sure that the link between Make (Integromat) and the external app is up-to-date, thereby renewing authentication tokens that may have expired.

 

Verify App Permissions and Scopes:

 

Tip: Confirm that the app’s permissions in Make (Integromat) include all the necessary scopes, ensuring a smooth and valid connection without missing access rights.

 

Remove and Reconnect the Integration:

 

Tip: Delete the current connection and create a new one to clear any potential configuration issues, resulting in a fresh and correctly authorized setup in Make.

 

Inspect API Key Validity:

 

Tip: Check that the API key or other credentials used within Make (Integromat) are current and valid, preventing any authorization errors due to outdated or revoked keys.

 


Recognized by the best

Trusted by 600+ businesses globally

From startups to enterprises and everything in between, see for yourself our incredible impact.

RapidDev was an exceptional project management organization and the best development collaborators I've had the pleasure of working with.

They do complex work on extremely fast timelines and effectively manage the testing and pre-launch process to deliver the best possible product. I'm extremely impressed with their execution ability.

Arkady
CPO, Praction
Working with Matt was comparable to having another co-founder on the team, but without the commitment or cost.

He has a strategic mindset and willing to change the scope of the project in real time based on the needs of the client. A true strategic thought partner!

Donald Muir
Co-Founder, Arc
RapidDev are 10/10, excellent communicators - the best I've ever encountered in the tech dev space.

They always go the extra mile, they genuinely care, they respond quickly, they're flexible, adaptable and their enthusiasm is amazing.

Mat Westergreen-Thorne
Co-CEO, Grantify
RapidDev is an excellent developer for custom-code solutions.

We’ve had great success since launching the platform in November 2023. In a few months, we’ve gained over 1,000 new active users. We’ve also secured several dozen bookings on the platform and seen about 70% new user month-over-month growth since the launch.

Emmanuel Brown
Co-Founder, Church Real Estate Marketplace
Matt’s dedication to executing our vision and his commitment to the project deadline were impressive. 

This was such a specific project, and Matt really delivered. We worked with a really fast turnaround, and he always delivered. The site was a perfect prop for us!

Samantha Fekete
Production Manager, Media Production Company
The pSEO strategy executed by RapidDev is clearly driving meaningful results.

Working with RapidDev has delivered measurable, year-over-year growth. Comparing the same period, clicks increased by 129%, impressions grew by 196%, and average position improved by 14.6%. Most importantly, qualified contact form submissions rose 350%, excluding spam.

Appreciation as well to Matt Graham for championing the collaboration!

Michael W. Hammond
Principal Owner, OCD Tech

We put the rapid in RapidDev

Need a dedicated strategic tech and growth partner? Discover what RapidDev can do for your business! Book a call with our team to schedule a free, no-obligation consultation. We’ll discuss your project and provide a custom quote at no cost.