This tutorial will guide you through setting up a simple webhook function that calls an API to retrieve information—specifically, the latest news based on a keyword using NewsAPI. Before you begin, make sure you have an account with NewsAPI and obtain your API key.Documentation Index
Fetch the complete documentation index at: https://docs.millis.ai/llms.txt
Use this file to discover all available pages before exploring further.
Define the Webhook Function
Start by defining aFunctionCall for your webhook function via the Playground or our APIs. You’ll need to specify the name, description, webhook URL, headers, and parameters required to make the API call.
Example function definition: