• Resolved sergesys

    (@sergesys)


    How can I make it so that at the end of a chat the content is sent to an external web hook of mine?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Val Meow

    (@valwa)

    Hey @sergesys! 👋

    There are multiple ways to do that:

    1. You can use the AI Engine filters to handle it manually.

    2. You can use Function Calling if you want the chatbot to handle it automatically.

    Most of your needs can be managed using either the AI Engine’s internal API or Function Calling if it’s chatbot-specific.

    This does require some technical knowledge. If you need help developing a custom solution, feel free to contact freelancers with AI Engine experience or check for examples in the documentation.

    Thread Starter sergesys

    (@sergesys)

    Thanks for the explanation, could you tell me which event should I use to intercept the end from the chat and implement in function calling? Thanks again

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Send chat contet to web hook’ is closed to new replies.