Back to API Overview

Integration Setup Tutorial

Step 5: Clone the Example App

Clone the Example App

The example app is a runnable .NET + React integration that wires together everything from the previous steps — token exchange, sending a template, and webhook verification. Clone it, drop in your credentials, and run it locally.

git clone https://github.com/Nomasign/IntegrationExamples.git

Follow the README in the repo to configure your refresh token and run the backend and frontend.