File processing
This functionality allows you to extract text from a file that the client sent in a dialog.
What's it for?
The client can send files in docx, pdf, rtf, txt or any other format;
The bot will be able to process the file, or pass the result from the file to other action steps.
Creating an action to extract text from a file
Go to Workflows Settings

Name of action
Display name, by which you can easily identify the desired action in the general list.
Function name
Must describe the main meaning of the action.
Only English characters and underscores are allowed (_
)
Function description
A description of what the action will do
Error message
What text will be returned to the bot when an error occurs. We recommend to put something like “An error occurred” in it
Rules for replying to a bot
Several webhooks can be called or other functions can be performed within one action.
With this setting, we have the ability to choose whether the response from the first step, the last step, or all steps will be passed to the bot.
Last updated