Skip to content

boldsign/csharp-samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BoldSign API CSharp demo examples

Demostrates how to use BoldSign signing service. This sample uses ASP.NET Core web app.

NuGet Version NuGet Downloads API Demo

Scenarios covered

This repository includes the below list of code examples using the BoldSign APIs:

Prerequisites

  1. Signup for BoldSign trial
  2. Install BoldSign API’s NuGet package with the following command.
dotnet add package BoldSign.Api
  1. Acquire needed BoldSign app credentials from here. Authentication - Help Center - BoldSign
  2. Now you have all the prerequisites ready to start embedding BoldSign API.

Steps to run samples

  1. Open the Startup.cs file, and add your API key acquired from the BoldSign Web App in the ApiClient, by replacing the "APIKey".
  2. To run the Send document from template sample, create a template from the web app with text field by naming SignerName, and SignerEmail. Add the copied template ID, in the sample template ID text box.
  3. To run the Embed signing process within your app, Redirect to signing page from your app and Embed send document within your app sample, create a template from the web app with text field by naming SignerName, SignerAddress, SignerState, SignerPostalCode. Copy the template ID from the web app once the template has been created. Add the copied template ID, in the sample template ID text box.

Useful Resources

Contact Us

Any feedback or queries? Please feel free to contact our support team or mail to support@boldsign.com.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published