Skip to main content

Overview

When a connection isn’t reporting data or shows an error status, it’s almost always a credential, URL or reachability issue. This page walks through the common causes for each platform. For general problems see Common Issues.

Reading Connection Status

A connection created via API or dashboard starts inactive and becomes active after its first successful check. If it stays inactive for more than a few minutes, treat it like an error.

n8n

  • Use the full instance URL (e.g. https://n8n.example.com), not a workflow or webhook URL.
  • Make sure the URL is reachable from the public internet — a localhost or private-network address won’t work.
  • Regenerate the n8n API key and update the connection (PUT /v1/connections/ or the dashboard).
  • Confirm the key has the access n8n requires for the REST API.
  • Check the instance is up and not behind a VPN, IP allowlist or firewall that blocks Opsmatic.
  • Verify TLS certificates are valid.

Make.com

  • Recreate the Make.com API token and update the connection.
  • Confirm the token belongs to the right team.
  • Make.com is region-specific. Ensure the connection’s region matches your account’s (e.g. eu1, eu2, us1).

OpenClaw

  • Confirm the daemon is running and configured with the ingest API key generated when the connection was created.
  • The ingest key is a usage-ingestion key shown once — if it was lost, recreate the connection to get a new one.
  • A stopped daemon opens a missed_heartbeat incident. Restart it and the connection recovers on the next heartbeat.

Verifying With the API

Still Stuck?

Contact Support

If the connection still won’t come up, reach out — include the connection ID and service type.