Resend SignRequest Email
documentedResend the signer's invitation email for a SignRequest.
POST /signrequests/{uuid}/resend_signrequest_email/SignRequestsno 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://{{$team_subdomain}}.signrequest.com/api/v1/signrequests/{{$uuid}}/resend_signrequest_email/" \
-X POST \
-H "Authorization: Token {{SIGNREQUEST_API_KEY}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json"