Custom Actions/APIs
Custom web requests for your bot to use.
Last updated
Custom web requests for your bot to use.
Last updated
https://your-domain.com/path?q={{param}}{
"fieldName": "value",
"anotherField": "{{param2}}" // this can be passed in by the AI by configuring the prompt
}Invoke `custom_api_get_posts` to get the last 5 posts' <titles> and <ids>.Reply with the following in markdown:
<a bulleted list of <ids> and <titles>>