signatures

Add Ignisign to your AI agent

IgniSign is a comprehensive electronic signature platform that enables users to sign, send, and manage documents securely online.

Things your agent can do in Ignisign
32

Things your AI can do in Ignisign

Your FormWise AI can handle any of these in Ignisign — on its own, without you needing to click a button.

  • Ignisign API Authentication

    Popular

    Tool to authenticate an application over Ignisign API and retrieve a JWT. Use when obtaining a bearer token before making other API calls.

  • Cancel Signature Request

    Popular

    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.

  • Initialize Document

    Popular

    Tool to initialize a document for a signature request. Use when linking a new document to an existing signature request after creating that request.

  • Create Signer

    Popular

    Tool to create a new signer. Use when onboarding a signer to an application environment after selecting a signer profile.

  • Create Webhook Endpoint

    Popular

    Tool to create a new webhook endpoint for an application. Use after obtaining application ID and environment to register for event notifications.

  • Get application context

    Popular

    Tool to retrieve the global context of an application. Use when you need configuration and environment settings for a given app.

  • Get Document Information

    Popular

    Tool to retrieve document metadata by ID. Use when you need detailed information of a specific document after obtaining its ID.

  • Get Missing Signer Inputs

    Popular

    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.

  • Get Signature Request Details

    Popular

    Tool to retrieve detailed information for a specific signature request. Use after creating or listing a signature request to inspect its details.

  • Get Signature Request Document

    Popular

    Tool to retrieve the document associated with a specific signature request. The action downloads the original file of a document. Provide `documentId` to select a specific document or omit to use the first available document of the request.

  • Get Signature Requests

    Popular

    Retrieves a paginated list of signature requests for a specific Ignisign application and environment. Use this to list all signature requests (drafts, in-progress, completed, cancelled) in an application. Each signature request can have associated documents and signers. Returns pagination metadata to iterate through large result sets. Note: The app_env parameter must match your API key's environment scope.

  • Get Signed Document

    Popular

    Tool to download the signed document (signature proof) for a signature request. The action will: 1) Resolve the first documentId from the signature request details. 2) Try v4: GET /documents/{documentId}/signatures/PDF_WITH_SIGNATURES 3) Fallback v3: GET /v3/documents/{documentId}/signature-proof 4) Final fallback: GET /documents/{documentId}/file (original file)

Show 20 more things it can do
  • Get Signer Input Constraints

    Popular

    Tool to get signer input constraints. Use when you need to know which fields are required from signers for a given signer profile.

  • Get Signer Inputs

    Popular

    Retrieves the inputs provided by a specific signer for a signature request. Returns field values the signer has submitted (e.g., firstName, lastName, email). Use this after a signer has been added to a signature request to fetch their profile information. The signer must be associated with the specified signature request.

  • Get Signer Profile

    Popular

    Retrieve detailed information about a specific signer profile by its ID. Use this to get profile settings including integration mode, authentication methods, and associated signers. First use 'Get Signer Profiles' to list available profile IDs.

  • Get Signer Profiles

    Popular

    Retrieve all signer profiles for a specific Ignisign application environment. Use this tool to list all configured signer profiles that define how signers interact with signature requests. Each profile specifies integration mode (BY_SIDE, EMBEDDED, or MACHINE_TO_MACHINE), authentication methods, and other settings. Returns profile IDs which can be used when creating signers or signature requests.

  • Get Webhooks

    Popular

    Retrieves all webhook endpoints configured for a specific Ignisign application environment. Returns the list of webhooks including their URLs, descriptions, and creation timestamps. Use this to audit existing webhook integrations or verify webhook configurations.

  • Initialize Ignisign Signature Request

    Popular

    Initialize a new signature request in Ignisign. This is the first step in creating a signature workflow. After initialization, you can add documents (IGNISIGN_CREATE_DOCUMENT), assign signers (IGNISIGN_CREATE_SIGNER), and publish the request (IGNISIGN_PUBLISH_SIGNATURE_REQUEST) to start the signing process.

  • List Documents

    Popular

    Tool to retrieve documents linked to a signature request. The action works by calling the signature request context endpoint and extracting its documentIds, then fetching each document detail.

  • Provide Document Content Data JSON

    Popular

    Provides JSON content to an existing document in Ignisign. Use this action after creating a document with IGNISIGN_CREATE_DOCUMENT to attach structured JSON data that will be associated with a signature request. The JSON content is stored and can be used for document generation or data binding in signature workflows.

  • Provide Document Content File

    Popular

    Tool to provide file content for a document. Use after creating a document to attach its file content.

  • Provide Document Content Private File

    Popular

    Provides private document content by submitting its SHA-256 hash to IgniSign. Use this after creating a document with IGNISIGN_CREATE_DOCUMENT when the document content should remain private (not uploaded). The hash proves document integrity without exposing its contents. The document status will change to 'PROVIDED' upon success.

  • Publish Signature Request

    Popular

    Tool to publish a draft signature request. Use after adding all documents and signer details to the draft.

  • Search Signers

    Popular

    Tool to search for signers within an application environment with pagination support. Use after obtaining application ID and environment. Requires a non-empty filter string to search by name, email, or external ID. Use '*' to match all signers. Supports page and pageSize parameters to paginate through large result sets.

  • Update Document Information

    Popular

    Tool to update document metadata. Use when you need to change a document's label, description, or external identifier after creation.

  • Update Signature Request

    Popular

    Tool to partially update a signature request in DRAFT state. Use when you need to modify draft request metadata before sending.

  • Update Signer

    Popular

    Updates an existing signer's profile assignment. Use this to change which signer profile a signer is associated with. The signer must already exist in the application environment. Requires: app_id (from Get Application Context), signer_id (from Create Signer or Search Signers), and signer_profile_id (from Get Signer Profiles).

  • Update Webhook Endpoint

    Popular

    Tool to update an existing webhook endpoint. Use when you have a webhook ID and want to modify its destination URL or description. Example: Update the URL of webhook `68e7adc882353ea4e072bdbe` to `https://example.com/webhook`.

  • Delete Document

    Tool to delete a specific document by its ID. Use when you need to permanently remove a document after processing is complete.

  • Delete Ignisign Signature Request

    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.

  • Delete Signer

    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 Webhook Endpoint

    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.

Built for the way you actually work

No code, no engineers

Connect in a few clicks and start using your AI right away. If you can use the apps you already love, you can do this.

Sounds like you, not like a bot

Train your AI on your offer, your voice, and the way you actually talk to clients — it picks up where you leave off.

Plugs into the stack you already use

No need to rip out your CRM, your scheduler, or your email tool. Your AI works inside the apps running your business today.

Your data stays yours

Client conversations, lists, and credentials are scoped to your workspace. Nothing gets shared, sold, or used to train anyone else’s AI.

What you can do once Ignisign is connected

Onboard new clients without lifting a finger

When someone signs up, your AI greets them, sets up their next step in Ignisign, and keeps the momentum going — even at 2am.

Reply to leads in seconds, not days

Your AI watches Ignisign for new inquiries, answers questions in your voice, and books the call before they cool off.

Get your weekends back

Hand off the repetitive Ignisign work — follow-ups, reminders, updates, simple admin — and stop being the bottleneck in your own business.

How to connect Ignisign to your agent

  1. 1

    Start using FormWise for free

    Sign up in under a minute.

  2. 2

    Find Ignisign in your connected apps

    Inside FormWise, go to Settings → Connected Services and look for Ignisign.

  3. 3

    Hit "Connect"

    Click "Connect Ignisign" and log in like you normally would. We only ask for the permissions your AI actually needs.

  4. 4

    Tell your AI what to do in Ignisign

    Build a quick AI Agent (it's like writing instructions, not code), and pick the Ignisign actions you want your AI to handle.

  5. 5

    Watch it run

    Send it a real-world task and watch your AI take care of Ignisign for you. Tweak the wording until it feels just right.

Powered by the AI you already trust

Your Ignisign workflow runs on the same world-class AI used by ChatGPT, Claude, and Gemini. We handle the technical part — you just tell your AI what to do, in plain English.

  • OpenAI
  • Anthropic Claude
  • Google Gemini

Questions other Ignisign users had before signing up

Do I need to know how to code?

Not even a little. If you can use Ignisign today, you can set this up. You'll connect Ignisign, tell your AI what it should help with, and you're live. The whole thing is built for coaches, course creators, agencies, and operators — not engineers.

Will my clients know they're talking to an AI?

Only if you want them to. Your FormWise AI is trained on your voice, your offer, and the way you actually communicate — so it sounds like a thoughtful team member, not a clunky chatbot. Most people can't tell.

Can I make it sound like me?

Yes. You can give your AI examples of how you write, the questions you usually ask new clients, the way you handle objections, and the language you use about your offer. The more you give it, the more it sounds like you wrote it.

What if I want to take over a conversation?

You're always in control. You can step in at any point, take over from your AI, or stop it from sending messages until you've reviewed them. Think of it as a teammate, not a replacement.

Is my client data safe?

Yes. Your Ignisign login and client information stay scoped to your workspace. We don't sell it, we don't share it, and we don't use your data to train anyone else's AI. You can disconnect Ignisign or delete everything any time.

What happens when Ignisign updates their app?

We handle it. When Ignisign adds new features or changes how something works, we update the integration in the background. You don't have to do anything — your AI just keeps working.

How fast can I actually get this running?

Most people are up and running the same day they sign up. Connecting Ignisign takes a few minutes. Teaching your AI to handle the work the way you'd want it done is the part worth slowing down for.

What is FormWise?

FormWise is the AI agent builder for coaches, course creators, and agencies. You connect the apps you already use — like Ignisign — train your AI on your offer and voice, and let it handle the work you've been doing manually: onboarding, follow-ups, support, admin. No code, no developers, no engineering team required.

Can I sell AI agents to my clients?

Yes. A lot of FormWise users build AI assistants and sell them as part of their offer — done-for-you AI setups, white-label assistants for client businesses, custom GPTs trained on a client's brand. You can charge a setup fee, a monthly retainer, or both.

Can I embed my AI on my website or in my course?

Yes. Every AI you build in FormWise can be embedded on your site, dropped into your course platform, or shared as a standalone link. Your clients and students just open it like any other web page — no app to download, no login hoops.

Do I need to know anything about AI to use this?

No. If you can describe what you want your AI to do in plain English — "greet new clients, ask these 3 questions, book them a call" — FormWise can build it. We handle the models, the prompts, the connections. You handle the part you already know: what your business actually needs.

About Ignisign on FormWise

IgniSign is a comprehensive electronic signature platform that enables users to sign, send, and manage documents securely online.

Connect Ignisign once and your FormWise AI gets 32 things it can do inside it. That means your AI can handle the Ignisign work in your business — the messages, the updates, the follow-ups, the admin — the way you would, just faster and around the clock.

You don't need to know how any of it works under the hood. We take care of keeping the connection alive, retrying if something fails, and making sure your data only ever moves where you tell it to.

New to Ignisign? Take a look at console.ignisign.io/signup.

Stop doing the Ignisign work yourself

Hand it off to an AI assistant that sounds like you, works around the clock, and never forgets a follow-up. Free to start.