supabase_functions_invoke
Invoke a Supabase Edge Function with a custom HTTP method, JSON body, and headers. Specify the function name to execute serverless code on demand.
Instructions
Invoke a Supabase Edge Function
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Request body (JSON) | |
| method | No | HTTP method (default: POST) | POST |
| headers | No | Additional headers to send | |
| functionName | Yes | Name of the Edge Function to invoke |