📄️ Hello world
In this artile, I will walk you through a very simple flow function. It exposes an HTTP endpoint. You can trigger the flow function by sending an HTTP request to the endpoint, and the flow function will echo back the msg parameter in the HTTP response.
📄️ A Hello World Discord bot
In this article, I will show you how to create a flow function that responds to events from external services. This flow function is a Discord bot.
📄️ Access external web services
In this article, I will show you how to create a flow function that responds to events from external services with the webhook flows. This flow function provides a webhook. When an HTTP request is received on the webhook, the flow function makes an HTTP request to an external web service to retrieve real-time weather data for a specified city.
📄️ Create a web chat powered by ChatGPT
Coming soon