Conga Product Documentation

Welcome to the new doc site. Some of your old bookmarks will no longer work. Please use the search bar to find your desired topic.

Custom Code Development

This section describes creating a custom code project. You can create a custom code project using either Visual Studio 2022 Community or Visual Studio Code. Creating a custom code project involves:

  • Installing NuGet Templates: Install the NuGet templates from the NuGet feed onto your local machine.
  • Creating a Project: Use a relevant template to create a new callback and service hook project.
  • Building a Project: Once your callback and serviceHook project is developed locally and built without errors, a zip file is automatically generated at the project path. This zip file is ready to be pushed to the import API for deployment on the Conga Advantage Platform.

Prerequisites