Invite to sign template
documentedInvite recipients to sign a template.
POST /template/{template_id}/inviteTemplatesno implementation yet0 runsNo 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.signnow.com/template/{{$template_id}}/invite" \
-X POST \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"from": "{{$sender_email}}", "subject": "{{$subject}}", "message": "{{$message}}", "to": [ { "email": "{{$recipient1_email}}", "role": "{{$recipient1_role}}", "order": 1, "reassign": "0", "decline_by_signature": "0", "reminder": {{$recipient1_reminder}}, "expiration_days": {{$recipient1_expiration}} } ], "cc": [{{$cc_emails}}], "on_complete": "document_and_attachments" }'"}