Sign in

Create sending request

documented

Create a Sending Request to specify a one-off document and recipients.

POST /public/v2/sending_requestsSending requestsno 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.rightsignature.com/public/v2/sending_requests" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"file": {"name": "{{$filename}}", "source": "upload"}, "document": {"signer_sequencing": {{$signer_sequencing}}, "expires_in": {{$expires_in}}, "name": "{{$document_name}}", "roles": [{"name": "{{$role_name}}", "signer_name": "{{$signer_name}}", "signer_email": "{{$signer_email}}"}]}, "sending_request": {}}'
Create sending request · rightsignature · OpenIntegrations