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
  1. Başlarken

Integration with Bot

This contains information on how to integrate bot engine with CXPerium.

PreviousTunnel SetupNextDeveloper Settings

Last updated 9 months ago

Getting started with CXPerium API

  • Under the Settings on the navigation bar, find the API Integration menu.

  • Generate new API Token.

  • Under the Assistant on the navigation bar, find Developer Settings menu. Copy the Address field that starts with hook.cxperium.com.

  • In the appsettings.json file, fill the required attributes that you have acquired from CXPerium. (API Key, Hook Url)

appsettings.json Settings

  • 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.

After getting the API, open the project that you have clonned from .

https://github.com/qsoft-git/CXPerium.Bot.Sample.git
API Key Generation
Developer Settings