Skip to content
On this page

Branding Customization

You can completely customize the "look and feel" of your Participant's signing experience by using Brands. Brands are created in the Control Panel found in the 'Workflow Designer > Brands' section but can be referenced and used via the API for your Participants. For more information on how to create a Brand, reference the Control Panel Help Guide found in the 'Support' section of the Control Panel after you log in.

csharp
participants = new List<object> 
               {
                   new ParticipantInsertModel()
                   {
                       FullName = "John Smith",
                       BrandName = "MyCustomBrand"
                   }
               },