Sign in

Send Signature Request with Template

documented

Creates and sends a SignatureRequest based on specified Template(s).

POST /v3/signature_request/send_with_templateSignature Requestno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.hellosign.com/v3/signature_request/send_with_template" \
  -X POST \
  -u "{{HELLOSIGN_API_KEY}}:" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -d '{"template_ids": ["{{$template_id}}"], "signers": [ {"role": "Client", "name": "{{$signer_name}}", "email_address": "{{$signer_email}}"} ], "subject": "{{$subject}}", "message": "{{$message}}", "test_mode": {{$test_mode}} }'
Send Signature Request with Template · Dropbox Sign · OpenIntegrations