Appsettings

This page contains information on attributes and fields of appsettings.json file in your sample project.

Bot Configuration

  • To configure your bot application correctly, you need to fill the required fields in your appsettings.json file.

Fields Summary

  • AdminUsers: This field is required to use features reversed for admins. Comma seperated numbers. Ex: "90536_______,90533_______"

  • BotUrl: This field is required to publish any file from your project url. Ex: https://bot.cxperium.com

  • HookUrl: This field is required to use features such as live support, surveys, etc. Accessible from Settings/WhatsApp Number menu from https://app.cxperium.com.

  • ApiKey: This field is required to integrate CXPerium with bot engine. Accessible from Settings/Integration menu from https://app.cxperium.com.

  • ApiUrl: This field is required to integrate CXPerium with bot engine. Must be https://api.cxperium.com

  • IsActive: This field is required and must be set to true.

Last updated