Prerequisites
- A Parabola flow with a webhook trigger enabled
- A Google Sheet where you want the button
Step-by-step setup
1
Get your Parabola webhook URL
- Open your Parabola flow
- Click the lightning bolt icon (triggers)
- Toggle on Webhooks
- Copy the generated webhook URL
- Make sure the flow is turned on
2
Add the Apps Script
- Open your Google Sheet
- Go to Extensions > Apps Script
- Delete any boilerplate code in
Code.gs - Paste this code:
- Replace
PASTE_YOUR_WEBHOOK_URL_HEREwith your webhook URL - Press Ctrl+S to save
3
Import the macro
- Go back to your Google Sheet
- Click Extensions > Macros > Import macros
- Find
triggerParabolaFlowand click Add function
4
Create the button
- Go to Insert > Drawing
- Create a shape and add text like “Run Parabola Flow”
- Click Save and Close
5
Assign the script
- Single click the drawing
- Click the three dots menu in the top-right corner
- Select Assign script
- Type exactly:
triggerParabolaFlow - Click OK
6
Authorize the script
The first click will prompt authorization. Click Continue, select your account, and click Allow. If you see an “unverified app” warning, click Advanced > Go to [project name].