Integrations

Connect Geodocs to your workflow

Automate processes with webhooks, REST API, and automation platforms like Zapier, n8n, Pipedream, and QGIS.

Platforms & Integrations

Connect Geodocs to your favorite tools. Webhooks and API available now, automation platforms coming soon.

Available

Webhooks

Send real-time HTTP notifications to external systems when events occur in Geodocs.

Real-time eventsHMAC-SHA256
Available

REST API

Access folders, assignments, expenses, and budgets via authenticated API with personal access tokens.

Data accessAccess tokens
Available
n8n

n8n

Connect Geodocs to 500+ apps with the n8n community node. Native triggers and actions.

TriggersActions500+ apps
Coming Soon
QGIS Plugin

QGIS Plugin

Browse and load Geodocs layers directly in QGIS. MVT tiles, GeoJSON, and metadata.

Vector layersData queries
Coming Soon
Zapier

Zapier

Automate workflows by connecting Geodocs to 6,000+ apps via Zapier.

TriggersSearches6,000+ apps
Coming Soon
Pipedream

Pipedream

Code-level integration control. Ideal for developers who need custom automations.

TriggersActionsCode
Coming Soon
Make.com

Make.com

Build visual scenarios connecting Geodocs to hundreds of apps on Make.com.

TriggersActionsVisual scenarios
Coming Soon
Activepieces

Activepieces

Open-source automation. Connect Geodocs with webhook triggers and search actions.

TriggersActionsOpen-source

How It Works

Three simple steps to connect Geodocs to any tool.

1.

Create an Access Token

Generate a personal access token (PAT) in Geodocs settings. Define the permissions you need.

2.

Configure the Integration

Use the token to authenticate with the REST API, set up webhooks, or connect platforms like Zapier and n8n.

3.

Automate

Receive real-time notifications, query data, and automate workflows with 100+ tools.

Public REST API

Access Geodocs data programmatically with personal access token (PAT) authentication.

Bearer Token authentication
Pagination and search included
Workspace-scoped isolation

Endpoints

FoldersAssignmentsExpensesBudgets
# List folders via REST API
curl -H "Authorization: Bearer gdx_..." \
  https://api.geodocs.io/api/public/v1/folders
# Response
{
  "content": [{ "name": "Project Alpha", ... }],
  "total": 42,
  "page": 1,
  "size": 50
}

Start integrating today

Create your free account and connect Geodocs to the tools your team already uses.