realtime_subscribe
Subscribe to real-time changes on a table, receiving notifications for insert, update, delete, or all events. Use optional filters to target specific rows.
Instructions
Subscribe to real-time changes on a table
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event | No | Event type (INSERT, UPDATE, DELETE, or * for all) | * |
| table | Yes | Table name to subscribe to | |
| filter | No | Filter expression (e.g., "id=eq.1") |