npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

n8n-nodes-ghostsign

v0.1.11

Published

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

Downloads

437

Readme

n8n-nodes-ghostsign

Ghostsign (proposal & e‑signature workflows on Supabase Edge) integrations for n8n — programmatic keys (gc_live_…) 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 (gc_live_…); 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).