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- Drag Supabase: insert row from the Integrations section of the left panel onto the canvas.
- Double-click the point and enter a Step Name.
- In Project host, enter your project’s host from its URL, for example
abcdefghij.supabase.co. Don’t includehttps://or a trailing slash — Pushwoosh addshttps://and the API path itself. - 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.
- In Table, enter the target table’s name.
- In Columns, add the column name mapped to the value to write — see key/value fields.
- Click Save.
Response
Anchor link toAfter 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.