انتقل إلى المحتوى

Supabase: insert row

هذا المحتوى غير متوفر بلغتك بعد.

The Supabase: insert row Point template inserts a row into a Supabase table through your project’s REST API, using a service role key.

This point authenticates with its own service role key — it doesn’t use any account-level integration configured elsewhere in Settings.

Configure the point

Anchor link to
  1. Drag Supabase: insert row from the Integrations section of the left panel onto the canvas.
  2. Double-click the point and enter a Step Name.
  3. In Project host, enter your project’s host from its URL, for example abcdefghij.supabase.co. Don’t include https:// or a trailing slash — Pushwoosh adds https:// and the API path itself.
  4. In Service role key, enter the key from Project Settings > API > service_role. It’s stored masked, like a webhook secret header, and Supabase never returns it back to Pushwoosh.
  5. In Table, enter the target table’s name.
  6. In Columns, add the column name mapped to the value to write — see key/value fields.
  7. Click Save.

After the step runs, the new row’s id is available in later steps as attribute supabase_row_id — use it the same way you’d use a Webhook response attribute, for example to set a Tag with Update user profile.

A failed request drops the traveler from the journey — see Errors and failed requests.