Back to Nodes

Ghostsign

Last updated May 20, 2026

n8n community nodes for Ghostsign programmatic APIs hosted on Supabase Edge.

100 Weekly Downloads
1,297 Monthly Downloads

Included Nodes

Ghostsign
Ghostsign Actions

Description

n8n-nodes-ghostsign

Ghostsign (proposal & e‑signature workflows on Supabase Edge) integrations for n8n — programmatic keys (gclive) plus the Supabase apikey header. English‑only strings follow verified community‑node conventions.

Install

Community nodes (Settings → Community nodes):

n8n-nodes-ghostsign

Alternatively npm install n8n-nodes-ghostsign into a custom Docker image alongside n8n’s installation instructions.

If install spins then errors with “Class could not be found”, n8n may still have stale files under the community‑nodes folder. Stop n8n, remove nodes/node_modules (and orphaned package.json/package-lock.json at that level per n8n host notes), restart, and install again. Docker: wipe …/.n8n/nodes/ contents for the container user accordingly.

Credential

Use Ghostsign API credential (only asks for):

| Field | Purpose |
| — | — |
| API key | Ghostsign programmatic key (gclive); scopes must match chosen operations |

The Supabase project URL and publishable apikey header are bundled with the package and are not editable in the credential form.

Mis-scoped keys return 403. 429 may include Retry-After — add Wait / Retry for batch mail (ghostsign-send-for-signature, ghostsign-resend-finalize-email).

Nodes

Ghostsign

Calls POST …/ghostsign-api (op in JSON body) — workspaces, templates, proposals, previews, signer configuration.

Ghostsign Actions

Named Edge helpers: signing invites, signing reminders (pending signers only), finalized PDF emails, proposal review send/cancel, ghostsign-ai-fill, ghostsign-project-chat, previews, embeddings, SMTP tests, template ingest/clone/draft publish, workspace clone, and SMTP/webhook upserts.

Upstream docs

Development

npm ci
npm run lint
npm run build
npm run dev   # local n8n with this package linked

Publishing

See PUBLISHING.md for npm/GitHub Actions release steps (NPM_TOKEN vs Trusted Publishing, semver tags, and provenance).