Add Dropbox Sign to your AI agent
Dropbox Sign (formerly HelloSign) offers electronic signature and document workflow solutions, simplifying how businesses collect legally binding signatures online
- Things your agent can do in Dropbox Sign
- 56
Things your AI can do in Dropbox Sign
Your FormWise AI can handle any of these in Dropbox Sign — on its own, without you needing to click a button.
Cancel Signature Request
PopularCancels an incomplete signature request. Use when you need to cancel a pending signature request that has not been completed. The operation is asynchronous and not reversible - once canceled, the signature request cannot be restored.
Create Embedded Signature Request
PopularTool to create an embedded signature request for signing in an iFrame. Use when you need to initiate a signature request that will be signed within your application rather than via email links.
Create Embedded Signature Request With Template
PopularTool to create an embedded signature request based on a template. Use when you need to initiate a new signature request for embedded signing using pre-defined templates. Returns signature request details including signing URLs for embedded iFrame integration.
Create Template
PopularTool to create a reusable template for document signing workflows. Use when you need to establish a template with pre-defined form fields, signer roles, and documents.
Get Signature Request Files as Data URI
PopularTool to download signature request files as a base64-encoded data URI. Use when you need the document content as a data URI string for embedding or transmission. Returns immediately if files are ready (status 200), or indicates if files are still being prepared (status 409).
Get Signature Request Files as File URL
PopularRetrieves a copy of the current documents and returns a JSON object with a URL to the file (PDFs only). Use this action when you need a temporary download link for signature request documents instead of downloading the files directly. The returned URL will expire after a certain time period indicated by the expires_at field.
Get Template Files as Data URI
PopularTool to retrieve template documents as base64-encoded data URI. Use when you need template files in data URI format instead of downloading binary files.
Get Template Files as File URL
PopularTool to retrieve a copy of template documents and return a JSON object with a URL to the file (PDFs only). Use this action when you need a temporary download link for template documents instead of downloading the files directly.
Send Signature Request
PopularTool to create and send a new signature request with documents. Use when you need to send documents for electronic signature. The action sends emails to all specified signers with links to view and sign the documents. Supports multiple signers, CC recipients, custom fields, form fields, and various signing options. Documents can be uploaded directly or provided via publicly accessible URLs.
Update Signature Request
PopularUpdates the email address and/or name for a specific signer on a signature request. Use this when you need to correct or update signer contact information before they complete signing. Important: This endpoint only works for signature requests created with explicit form_fields_per_document (no appended signature page). At least one of email_address or name must be provided.
Update Template Files
PopularTool to update files for an existing template. Overlays new files with the overlay of an existing template. Use when you need to replace the documents in a template while keeping the field configuration. The update is processed asynchronously; completion is communicated via callback events (template_created or template_error).
Invite User to Team
Tool to invite a user to your Team. Use when you need to add a member by email or account ID.
Show 44 more things it can do
Add User to Template
Tool to grant a specified account access to a template. Use when you need to share a template with another user after confirming template and account identifiers.
Bulk create embedded signature request with template
Tool to create a BulkSendJob for embedded templated signature requests. Use when you need to send up to 250 embedded signature requests at once via one or more templates for iFrame signing.
Bulk send with template
Tool to create a BulkSendJob for templated signature requests. Use when you need to send up to 250 signature requests at once via one or more templates.
Create Dropbox Sign Account
Tool to create a new Dropbox Sign account associated with a specified email address. Use when you need to programmatically register new users in the Dropbox Sign platform.
Create API App
Tool to create a new Dropbox Sign API App. Use when you need to register a new application for API integration. The app will have a client_id for authentication and can be configured with OAuth, callbacks, and white labeling.
Create Embedded Template Draft
Tool to create an embedded template draft. Use when initiating an embedded template workflow where users can edit the template in an iframe before finalizing it.
Create Embedded Unclaimed Draft with Template
Tool to create an embedded unclaimed draft using saved templates. Use when you need to create a draft that can be claimed and embedded in an iFrame for signature collection.
Create Report
Request creation of CSV report(s) for a specified date range. Reports are generated asynchronously and delivered via email. Available report types: user_activity (account activity), document_status (signature request status), sms_activity (SMS delivery info). You can request up to 2 report types per call. Date range can be up to 12 months, with start_date no more than 10 years in the past. Note: This feature may require a paid plan.
Create Unclaimed Draft
Tool to create an unclaimed draft that can be claimed via a unique URL. Use when you need to prepare a signature request or document send that will be finalized later by someone else through the claim URL.
Delete API App
Tool to delete an API App from your Dropbox Sign account by its client_id. Use when you need to remove an API App that is no longer needed. The API App must be owned by the requesting user.
Delete Fax
Tool to delete a fax from the system by its fax_id. Use when you need to remove a fax from Dropbox Sign. Returns success if the fax is deleted or doesn't exist.
Delete Template
Permanently deletes a template from your Dropbox Sign account by its template_id. Once deleted, the template cannot be recovered. Use this when you need to remove outdated or unused templates. Returns success if template is deleted or doesn't exist.
Download Signature Request Files
Download files for a signature request as PDF (merged) or ZIP (individual documents). Returns immediately if files are ready, or indicates if files are still being prepared (409 status).
Edit and Resend Embedded Signature Request
Tool to edit and resend an embedded signature request. Use when you need to modify and restart the embedded signing flow for an existing request.
Edit and Resend Signature Request
Edits and resends an existing non-templated signature request with updated documents, signers, or settings. Use this tool when you need to modify an already-created signature request and resend it to signers. Note: This will reset signatures - anyone who already signed will need to sign again. Important: Edit and resend operations deduct from your signature request quota. Required: You must provide either 'files' or 'file_urls' (not both) and either 'signers' or 'grouped_signers' (not both).
Edit and Resend Unclaimed Draft
Tool to edit and resend a previously created unclaimed draft. Use when you have an existing signature_request_id and want to modify the draft before reissuing.
Edit and Resend Embedded Signature Request With Template
Tool to edit and resend an embedded signature request using templates. Use when you need to update request details or recipients and resend within an embedded signing flow.
Get Dropbox Sign Account
Retrieves detailed information about a Dropbox Sign account including quotas, payment status, and settings. Use this tool to: - Check account quota limits (API requests, documents, templates remaining) - Verify account payment status (paid vs free tier) - Get account settings (SMS delivery, authentication options) - Retrieve account identifiers and contact information Requires either account_id (40-character identifier) or email_address, but not both.
Get API App
Tool to retrieve information about an API App by its client ID. Use when you need to fetch API App configuration, OAuth settings, white labeling options, or owner details.
Get Bulk Send Job
Tool to retrieve the status of a bulk send job. Use when you need up-to-date job progress and request details.
Get Current Team Membership
Tool to get the current team membership status and details. Use when you need to check if the authenticated user is part of a team and retrieve team information. Returns is_on_team False if user is not part of any team (no retries needed for this case).
Get Embedded Sign URL
Retrieves an embedded signing URL for a specific signer's signature. Use this after creating an embedded signature request to get a temporary URL that can be embedded in an iFrame for the signer to complete signing. The URL expires after 60 minutes or upon first access, but you can generate a new URL anytime using the same signature_id. Note: Requires the signature_id (per signer), not the signature_request_id.
Get Embedded Template Edit URL
Tool to generate an edit URL for embedded template editing. Use after selecting or uploading a template to allow users to modify it in an iframe.
Get Available Fax Line Area Codes
Tool to retrieve available fax line area codes for a given country, state/province, and city. Use when you need to determine which area codes are available for purchasing or provisioning a fax line in a specific location.
Get Signature Request
Retrieves the current status and complete details of a signature request by ID. Use this action to: - Check if signers have viewed, signed, or declined the request - Get signer information and signature timestamps - Access form field responses and custom field values - Retrieve URLs for document downloads and management - Monitor signature request progress and completion status Returns detailed information including signer names, emails, signing status, custom fields, response data, attachments, and signing options. Handles errors gracefully with structured error responses for invalid or non-existent signature request IDs.
Get Team Info
Retrieves information about a Dropbox Sign team, including team name, member count, and sub-team count. Use when you need to get team details. If team_id is provided, retrieves info for that specific team; otherwise retrieves info for the authenticated user's team.
Get Template
Tool to return the specified template. Use when you need to fetch full template details by ID.
Download Template Files
Tool to download documents associated with a template. Use after confirming the template is created; returns a PDF or ZIP archive of the documents.
List API Apps
Tool to list API Apps. Use when you need to retrieve a paginated list of API Apps accessible to your account.
List Bulk Send Jobs
Tool to list bulk send jobs. Use when you need to retrieve all bulk send job summaries the authenticated user can access. Supports pagination via page and page_size.
List Fax Lines
Tool to list fax lines and their properties. Use when you need to retrieve available fax lines for an account, optionally paging or including team lines.
List Faxes
Tool to list faxes and their properties. Use when you need to retrieve paginated faxes with information about transmissions and status.
List Signature Requests
Tool to list signature requests. Use when you need to retrieve paginated signature requests with optional filters.
List Sub-Teams
Lists all sub-teams belonging to a parent team with pagination support. Returns team identifiers and names for each sub-team. Use this to discover the organizational structure of teams within Dropbox Sign. Requires a valid team_id from the parent team. Returns empty list if the team has no sub-teams or if team features are not available for the account.
List Team Members
Lists all members and their roles for a specific team. Returns a paginated list of team members with their account IDs, email addresses, and roles. Requires team_id which can be obtained from LIST_TEAMS or GET_TEAM_INFO actions. Supports pagination for teams with many members.
List All Teams
Lists all Dropbox Sign teams accessible to the authenticated user, including the current team and its sub-teams. Returns team IDs and names which can be used with other team-related actions. Returns an empty list if the account doesn't have team features enabled.
List Templates
Tool to list templates. Use when you need to retrieve a paginated list of templates accessible to your account.
Generate OAuth Authorization URL
Tool to generate an OAuth authorization URL. Use before directing the user to grant access.
Release Signature Request Hold
Release a held signature request to send it to signers. Use this when a signature request was created from an unclaimed draft with hold_request=true and has been claimed but not yet sent. After releasing, the request will be sent to all designated signers.
Remove User from Template
Tool to remove an account's access to a template. Use when you need to revoke a user's permission on a template after confirming template ID and target account.
Send Request Reminder
Sends an email reminder to a signer about a pending signature request. Use this when a signer needs a reminder to complete their signature. Important constraints: - Cannot send a reminder within 1 hour of the last reminder (automatic or manual) - Cannot be used with embedded signature requests - The signature request must exist and not be completed - The email address must match a signer on the request
Update Dropbox Sign Account
Tool to update Dropbox Sign account properties and settings. Use when you need to modify callback URLs or locale settings for an account.
Update API App
Tool to update an existing API App in Dropbox Sign. Use when you need to modify API App settings such as name, callback URL, domains, OAuth configuration, branding options, or custom logo.
Verify Dropbox Sign Account
Tool to verify whether a Dropbox Sign account exists for the given email. Use when you need to check account existence before sending signature requests.
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 Dropbox Sign is connected
Onboard new clients without lifting a finger
When someone signs up, your AI greets them, sets up their next step in Dropbox Sign, and keeps the momentum going — even at 2am.
Reply to leads in seconds, not days
Your AI watches Dropbox Sign for new inquiries, answers questions in your voice, and books the call before they cool off.
Get your weekends back
Hand off the repetitive Dropbox Sign work — follow-ups, reminders, updates, simple admin — and stop being the bottleneck in your own business.
How to connect Dropbox Sign to your agent
- 1
Start using FormWise for free
Sign up in under a minute.
- 2
Find Dropbox Sign in your connected apps
Inside FormWise, go to Settings → Connected Services and look for Dropbox Sign.
- 3
Hit "Connect"
Click "Connect Dropbox Sign" and log in like you normally would. We only ask for the permissions your AI actually needs.
- 4
Tell your AI what to do in Dropbox Sign
Build a quick AI Agent (it's like writing instructions, not code), and pick the Dropbox Sign actions you want your AI to handle.
- 5
Watch it run
Send it a real-world task and watch your AI take care of Dropbox Sign for you. Tweak the wording until it feels just right.
Powered by the AI you already trust
Your Dropbox Sign 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 Dropbox Sign users had before signing up
Do I need to know how to code?
Not even a little. If you can use Dropbox Sign today, you can set this up. You'll connect Dropbox Sign, 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 Dropbox Sign 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 Dropbox Sign or delete everything any time.
What happens when Dropbox Sign updates their app?
We handle it. When Dropbox Sign 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 Dropbox Sign 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 Dropbox Sign — 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 Dropbox Sign on FormWise
Dropbox Sign (formerly HelloSign) offers electronic signature and document workflow solutions, simplifying how businesses collect legally binding signatures online
Connect Dropbox Sign once and your FormWise AI gets 56 things it can do inside it. That means your AI can handle the Dropbox Sign 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 Dropbox Sign? Take a look at sign.dropbox.com.
More signatures integrations
DocuSign
DocuSign provides eSignature and digital agreement solutions, enabling businesses to send, sign, track, and manage documents electronically
Documenso
Documenso is an open-source electronic signature platform that allows users to create, send, and sign documents digitally.

Ignisign
IgniSign is a comprehensive electronic signature platform that enables users to sign, send, and manage documents securely online.
eSignatures
eSignatures is an electronic signature platform for creating templates, sending contracts, managing signers, and tracking signing workflows.
DocuSeal
DocuSeal is a platform that provides a powerful and easy-to-use API to implement eSignature workflows, allowing users to automate document and template management processes without relying on the web interface.
CertSeal
CertSeal provides APIs for issuing and managing verifiable digital certificates, recipients, batches, designs, and webhook subscriptions.
Stop doing the Dropbox Sign 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.
