edge_invoke_function
Invoke a Supabase Edge Function with optional headers and payload to execute server-side logic on demand.
Instructions
Invoke a Supabase Edge Function
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| headers | No | Additional headers to send | |
| payload | No | Payload to send to the function | |
| function_name | Yes | Name of the edge function to invoke |