i am using a omni channel flow in messaging for invoking bot
But still my chatbot is not routing to bot and in text preview the following error occur :
There was a problem building the bot configuration. Could not find invocable action of type flow for id 3005i0000011bbr
can anyone tell why my bot is not invoking
2 answers
The error may occur when an apex class previously had an invocable method, but no longer does.
Please also review the affected bot dialog causing the issue and ensure there are no inactive dialogs.
Or if a flow was inactive or there was a change from auto-launched to something else (e.g. screen flow).