supabase_invoke_function
Execute Supabase Edge Functions via POST requests to process data and trigger serverless workflows. Send data in the request body to run custom backend logic.
Instructions
[UNIFIED] Invoke a Supabase Edge Function with POST method. Pass data in the body parameter.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | ||
| function_name | Yes | ||
| body | No | ||
| headers | No |