It seamlessly integrates with triggers, cron jobs (e.g., PG_CRON), and procedures, unlocking numerous possibilities. Notably, PG_NET powers Supabase's Webhook functionality, highlighting its robustness and reliability.Common use cases for the PG_NET extension include:...
allows the database to proactively notify external resources about significant events. It seamlessly integrates with triggers, cron jobs (e.g.,PG_CRON), and procedures, unlocking numerous possibilities. Notably, PG_NET powers Supabase's Webhook functionality, highlighting its robustness and reliability...
Notify about a new stage creation. Headers: Content-Type: application/json X-Webhook-Secret: your_secret_here Body example: { "id": 1, "stageNumber": 1, "milestone": "First milestone", "grantId": 1, "status": "proposed", "grant": { "id": 1, "title": "My Grant", ... }...