How to get any related list information in Zoho CRM using Deluge Script
|

How to get any related list information in Zoho CRM using Deluge Script

If you use Zoho CRM, you can actually get all the information associated with a given lead by following a simple script. In my case, I am interested in getting information about Visits for users of my BotFlo app. You can follow this method and get the information for all the related lists associated with…

How to quickly find the differences between two Dialogflow agent ZIP files
|

How to quickly find the differences between two Dialogflow agent ZIP files

I have built a tool to help you do this. Steps Go to the Unpack agent ZIP file tool in BotFlo (you must be logged in to use the tool). Suppose you want to find the difference between an older version of your Dialogflow agent and the current version. First browse and load the older…

Dialogflow Messenger df-response-received event

Dialogflow Messenger df-response-received event

I got this question on my YouTube channel recently: Hi, thanks for sharing this video! i have a question: – how i use Events JavaScript from dialogflow messenger (df-request-sent & df-response-received) I used the df-response-received event as part of my Dialogflow CX bot which helps you choose between ES, CX and Actions Builder. Here is…

A tool to automatically extract Dialogflow intents from chat logs
|

A tool to automatically extract Dialogflow intents from chat logs

I have built a tool called BotFlo Autotrain which will help you extract Dialogflow intents from your chat logs. Note: the intent extraction is based on dependency parse trees for grammar rules and such, so the tool only works for the English language. I don’t know the grammar rules for any other language. 🙂