1-877-548-3001 Sign in About Contact
Developer

GET

/api/analytics/chat/bot_funnels

Chat bot funnels statistics

Scope:

client

or

operator

Request Parameters

Query

A

date_from

required

The date to start the search from. Must be in YYYY-MM-DD format

A

date_to

required

The date to end the search at. Must be in YYYY-MM-DD format

Response

Schema

{}

payload

The bot funnels data

[]

{}

A

funnel

The bot funnel text

A

live_help_bot

The the type of the live help bot

A

path_hash

The id associated with the bot path taken

A

resulted_in_chat

The count of times this bot interaction resulted in a chat

A

times_taken

The amount of times this bot funnel was used

A

status

The system response status. Will be ok or error

curl

example request

1

curl -H "Authorization: Bearer {{Oauth Token}}"

2

https://developer.livehelpnow.net/api/analytics/chat/bot_funnels\?date_from\=2021-04-01\&date_to\=2021-04-30

example response

      
        

1

 {

2

   "payload": [{

3

     "funnel"

: "Thank you for reaching out and your interest in LiveHelpNow Help Desk Suite! Do you have an existing LiveHelpNow account? » Can you please provide LiveHelpNow username or an Account # here please » Can you please provide your name? » Can you please provide your email? » How can we help today? ",

4

     "live_help_bot"

: "JumpLogic",

5

     "path_hash"

: "2A06020AAA6DC46BBFEA57B20082525A957D9DB9",

6

     "resulted_in_chat"

: 102,

7

     "times_taken"

: 118

8

   }],

9

   "status": "ok"

10

 }