Bulk Send with Template

POST https://api.hellosign.com/v3/signature_request/bulk_send_with_template

Creates BulkSendJob which sends up to 250 SignatureRequests in bulk based off of the Template specified with the template_id parameter. Note: Only available for Gold plan and higher.

Additional information can be found here.

Request Body

[{"name"=>"test_mode", "value"=>"{{test_mode}}", "datatype"=>"string"}, {"name"=>"allow_decline", "value"=>"0", "datatype"=>"number"}, {"name"=>"template_id", "value"=>":template_id", "datatype"=>"string"}, {"name"=>"title", "value"=>"Example Signature Request Title", "datatype"=>"string"}, {"name"=>"subject", "value"=>"Example Email Subject", "datatype"=>"string"}, {"name"=>"message", "value"=>"Example Email Message", "datatype"=>"string"}, {"name"=>"signing_redirect_url", "value"=>"http://www.calbears.com", "datatype"=>"string"}, {"name"=>"signer_file", "value"=>nil, "datatype"=>"null"}, {"name"=>"signer_list", "value"=>"[{\n\t\t\"signers\": {\n\t\t\t\"Client\": {\n\t\t\t\t\"name\": \"Bulk Send Signer 1\",\n\t\t\t\t\"email_address\": \"bulksign1@example.com\"\n\t\t\t}\n\t\t},\n\t\t\"custom_fields\": {\n\t\t\t\"address\": \"100 Main St.\"\n\t\t}\n\t},\n\t{\n\t\t\"signers\": {\n\t\t\t\"Client\": {\n\t\t\t\t\"name\": \"Bulk Send Signer 2\",\n\t\t\t\t\"email_address\": \"bulksign2@example.com\"\n\t\t\t}\n\t\t},\n\t\t\"custom_fields\": {\n\t\t\t\"address\": \"2421 Durant Ave.\"\n\t\t}\n\t}\n]", "datatype"=>"string"}, {"name"=>"custom_fields", "value"=>"[{\"name\": \"zip\", \"value\": \"92606\"}]", "datatype"=>"string"}, {"name"=>"ccs[ExampleCCRole][email_address]", "value"=>"cc@example.com", "datatype"=>"string"}, {"name"=>"metadata[example_key]", "value"=>"Example Metadata Value", "datatype"=>"string"}, {"name"=>"client_id", "value"=>"{{client_id}}", "datatype"=>"string"}]