appwrite_execute_function
Execute Appwrite cloud functions to run server-side code for processing data, handling webhooks, or automating tasks within your application.
Instructions
[UNIFIED] Execute a function immediately.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | ||
| function_id | Yes | ||
| body | No | ||
| async_execution | No | ||
| path | No | ||
| method | No | POST | |
| headers | No |