5. Send embedded invite (phone sms)

POST {{url}}/v2/documents/{{document_id}}/embedded-invites

Request Body

{"invites"=>[{"email"=>"{{signer_email}}", "role_id"=>"{{role_id}}", "order"=>1, "auth_method"=>"password", "first_name"=>"first_name", "last_name"=>"last_name", "prefill_signature_name"=>"test prefill_signature_name", "force_new_signature"=>1, "signing_instructions"=>"test signing_instruction", "redirect_uri"=>"https://www.youtube.com/", "authentication"=>{"type"=>"phone", "method"=>"sms", "phone"=>"{{Phone_number}}", "sms_message"=>"Custom test message"}}]}

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
Content-Typestring