Ignisign
Electronic signature platform for signature requests, signers, documents, webhook endpoints, and application authentication.
Tailored to esignature workflows that authenticate per environment, attach documents to signature requests, manage signers, and configure webhook endpoints.
Sign in to connect Ignisign
Sign in to connect an account and start using Ignisign in your apps.
Example Use Cases
These are example ways Snow can use Ignisign when building apps with you. This list is meant to show examples, not document every possible capability. Connecting an account does not make Snow run these automatically on its own.
Cancel (close) a signature request to terminate it. This uses the Ignisign /close endpoint which permanently cancels the signature workflow. Use this when you need to abort a signature request that is in DRAFT or IN_PROGRESS status. This operation is idempotent - calling it on an already cancelled request returns success without error.
Tool to create a new signer. Use when onboarding a signer to an application environment after selecting a signer profile.
Tool to create a new webhook endpoint for an application. Use after obtaining application ID and environment to register for event notifications.
Tool to delete a specific document by its ID. Use when you need to permanently remove a document after processing is complete.
Permanently deletes a signature request from Ignisign by its ID. This action is irreversible and removes the signature request along with all associated data. The signature request ID can be obtained from the IGNISIGN_INIT_SIGNATURE_REQUEST action or IGNISIGN_GET_SIGNATURE_REQUESTS action.
Tool to revoke/delete a signer from an Ignisign application environment. This action permanently revokes the signer's access and is idempotent (can be called multiple times on the same signer). Use when you need to remove a signer after confirming their signer ID.
Delete a webhook endpoint by its ID. After deletion, returns the list of remaining webhook endpoints configured for the application environment. Use this tool when you need to remove a webhook that is no longer needed or to clean up unused webhooks. The webhook ID can be obtained from the create webhook or list webhooks endpoints.
Tool to retrieve the global context of an application. Use when you need configuration and environment settings for a given app.
Tool to retrieve document metadata by ID. Use when you need detailed information of a specific document after obtaining its ID.
Tool to determine missing inputs needed for a signer in a specific signature profile. Use after selecting a signature profile and signer to identify required fields.