Docs QSoft
CXPerium Bot C#
CXPerium Bot C#
  • Özet
  • Appsettings
  • Source Code
    • File Structure
    • Building Blocks
      • Contact
      • Activity
      • Conversation
    • Services
      • Whatsapp Message
        • SendMessage
        • SendMessageWithButton
        • SendLocationMessage
        • SendLocationRequest
        • SendSurvey
        • SendSticker
        • SendMediaWithUrl
        • SendMessageWithFlow
      • Cxperium
      • Automate
        • Page 1
  • Başlarken
    • Gereksinimler
    • CXPerium Hesabı Oluşturma
    • Bot Projesini Klonlama
    • Nuget Paketleri
    • Tunnel Setup
    • Integration with Bot
      • Developer Settings
  • Hello World!
  • Project Structure
    • Channels
      • Whatsapp.cs
      • CXPerium.cs
    • Dialogs
  • Library
    • Objects
      • Activity
      • Conversation
      • Contact
    • Messages
  • Assistan Modules
    • Configuration
    • Intent
    • Localization
  • WebHook
  • Gelişmiş Özellikler
    • Using Flows
    • Using Catalogs
    • Logging & Debug
  • WhatsApp Cloud API & Cxperium Integration
  • Değişiklik Günlüğü
Powered by GitBook
On this page

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.

PreviousÖzetNextSource Code

Last updated 9 months ago