Skip to main content
Dropbox Sign logo

Dropbox Sign

Send and manage Dropbox Sign (HelloSign) e-signature requests and templates. Exposes 26 actions covering the full API surface the agent needs - read and write.

What it can do

MethodWhat it does
dropboxsign_get_accountGet authenticated account profile - GET /account.
dropboxsign_update_accountUpdate account settings (callback URL, locale) - POST /account.
dropboxsign_list_signature_requestsList signature requests - GET /signature_requests.
dropboxsign_get_signature_requestGet one signature request - GET /signature_requests/{id}.
dropboxsign_send_signature_requestSend a signature request - POST /signature_requests/send.
dropboxsign_send_with_templateSend a signature request using a template - POST /signature_requests/send_with_template.
dropboxsign_cancel_signature_requestCancel a signature request - POST /signature_requests/{id}/cancel.
dropboxsign_remind_signature_requestRemind a signer to sign - POST /signature_requests/{id}/remind.
dropboxsign_download_signature_requestDownload signed documents - GET /signature_requests/{id}/download.
dropboxsign_download_final_copyDownload final copy (combined PDF) - GET /signature_requests/{id}/final_copy.
dropboxsign_search_signature_requestsSearch signature requests by query - GET /signature_requests/search.
dropboxsign_list_templatesList templates - GET /templates.
dropboxsign_get_templateGet one template details - GET /templates/{id}.
dropboxsign_update_templateUpdate template settings - POST /templates/{id}.
dropboxsign_delete_templateDelete a template - DELETE /templates/{id}.
dropboxsign_create_unclaimed_draftCreate an unclaimed draft - POST /unclaimed_drafts/create.
dropboxsign_list_unclaimed_draftsList unclaimed drafts - GET /unclaimed_drafts.
dropboxsign_get_unclaimed_draftGet one unclaimed draft - GET /unclaimed_drafts/{id}.
dropboxsign_delete_unclaimed_draftDelete an unclaimed draft - DELETE /unclaimed_drafts/{id}.
dropboxsign_list_team_membersList team members - GET /team_members.
dropboxsign_add_team_memberAdd a member to the team - POST /team_members/add.
dropboxsign_remove_team_memberRemove a member from the team - POST /team_members/remove.
dropboxsign_request_embedded_signRequest embedded signing view - GET /embedded/sign_request/{id}.
dropboxsign_request_embedded_templateRequest embedded template initiation - GET /embedded/template_sign/{id}.
dropboxsign_get_api_appGet API app settings - GET /api_app.
dropboxsign_update_api_appUpdate API app settings - POST /api_app.

How to get credentials

This connector uses an API key / token. Create one in the provider dashboard, then paste it into FlyMyAI:

Fields to fill in FlyMyAI

FlyMyAI fieldWhere it comes from
DROPBOXSIGN_API_KEYDropbox Sign - Settings - API - copy your API key.

Troubleshooting

  • 401 Unauthorized / 403 Forbidden - the token is wrong, expired, or missing a required scope - regenerate it.
  • 429 Too Many Requests - you hit the provider rate limit; retry after a short backoff.
  • Unexpected 4xx on writes - double-check required fields; the agent confirms before write actions.
We love our partners - FlyMy.AI builds with the best. Thanks, Dropbox Sign!