Integrations
Embed Standwick risk scores anywhere. No coding required. Choose the integration that fits your workflow.
Website Widget
๐ One line. Any website.
Add a floating "Risk Score" button to any website. Visitors click, enter metrics, and get instant Standwick scores. Works on WordPress, Wix, Squarespace, custom HTML โ anything.
Copy this line into your page's <head> or <body>:
Google Sheets
๐ Pull scores into your spreadsheet
Use =STANDWICK("domain", A1, B1, C1)
in any cell to get live risk scores. Score multiple rows at once from the Standwick menu.
Setup takes 2 minutes:
- Open Google Sheets โ Extensions โ Apps Script
- Delete any existing code and paste the Standwick script
- Replace
YOUR_API_KEYwith your Standwick API key - Click Save, return to your sheet, and use the formula
Copy the full script above into Apps Script. The Standwick menu appears after you reload your sheet.
Zapier
โก Connect to 5,000+ apps
Trigger Standwick analyses from Google Forms, Airtable, Typeform, or any app in Zapier's library. Send results to Slack, Gmail, or spreadsheets automatically.
Webhook configuration:
URL: https://standwick.com/api/v1/analyze
Method: POST
Headers:
Content-Type: application/json
JSON Body:
"domain": "revenue_leakage",
"metrics": {
"churn_rate_increase": 12.5,
"conversion_rate_decline": 8.0
}
}
Use Zapier's "Webhooks by Zapier" app. Map fields from your trigger app to the JSON body. Response includes severity_label, severity_score, root_cause, and primary_signal.
Requirements
All integrations require a Standwick account with an active API subscription. API usage is billed at $0.05 per call. Generate your API key in Settings. See the full API documentation for complete endpoint reference.