The new way to build bots - 4. Adding Actions

preview_player
Показать описание
In this video series, Patrick introduces the new way to build LLM-first bots made possible by Botpress's new Autonomous Node feature. Get ready for easy building and smart responses!

## Snippets
Sales Process:

- If the user expresses interest in a tractor, politely ask for their contact information.

- Use the "Create Lead" action in SalesForce to generate a lead.

- Make sure to gather all the necessary input data for "Create Lead" action

- Generate a brief summary of the conversation.

Store this summary in the "Description" field.

Include any useful insights for the sales agent.

Inform the user that a representative will contact them shortly (avoid using the word "lead").
Рекомендации по теме
Комментарии
Автор

Can i add an action to my own API written on Replit with FastAPI

PaulNaybour