In this guide, we can get conversation history for a fixed period of time.
Currently here Uploading Data Source for url.
The API endpoint for uploading data sources to your chatbot is: https://backend.chatfly.co/api/chat/history/{bot_id}/{date_from}/{date_to}/{order}
Make sure to replace {bot_id}
, {date_from}
, {date_to}
, {order}
with the your bot information.
To get list url, you need to send a GET request to the API endpoint with a params request. Here’s an example params request:
Here’re example command sto uploading data sources using the ChatFly API:
Replace token
with your token access.
Response examples like this:
In this guide, we can get conversation history for a fixed period of time.
Currently here Uploading Data Source for url.
The API endpoint for uploading data sources to your chatbot is: https://backend.chatfly.co/api/chat/history/{bot_id}/{date_from}/{date_to}/{order}
Make sure to replace {bot_id}
, {date_from}
, {date_to}
, {order}
with the your bot information.
To get list url, you need to send a GET request to the API endpoint with a params request. Here’s an example params request:
Here’re example command sto uploading data sources using the ChatFly API:
Replace token
with your token access.
Response examples like this: