Skip to content

Zapier

Use Zapier’s Webhooks to connect Spectra.fm with 5,000+ apps and automate your screenshot workflow.

In Zapier, create a new Zap with your preferred trigger app.

Search for Webhooks by Zapier and select Custom Request.

SettingValue
MethodPOST
URLhttps://api.spectra.fm/project/YOUR_PROJECT_ID/export
KeyValue
X-API-KeyYour Spectra.fm API key
Content-Typeapplication/json

Choose Raw and enter:

{
"combinations": [
{"locale": "en", "theme": "light"},
{"locale": "en", "theme": "dark"}
]
}
  1. Trigger: Trello - New Card in List
  2. Action: Webhooks - POST to Spectra.fm
  3. Action: Slack - Send Channel Message

New Shopify Product → Generate Marketing Assets

Section titled “New Shopify Product → Generate Marketing Assets”
  1. Trigger: Shopify - New Product
  2. Action: Webhooks - POST to Spectra.fm
  3. Action: Email - Send notification
  1. Trigger: Schedule - Every Week
  2. Action: Webhooks - POST to Spectra.fm
  3. Action: Google Drive - Upload File

New GitHub Release → Generate App Store Screenshots

Section titled “New GitHub Release → Generate App Store Screenshots”
  1. Trigger: GitHub - New Release
  2. Action: Webhooks - POST to Spectra.fm
  3. Action: Slack - Send notification to #releases

Reference data from your trigger using Zapier’s field mapping:

URL:

https://api.spectra.fm/project/{{project_id}}/export

Data:

{
"combinations": [
{"locale": "{{locale}}", "theme": "{{theme}}"}
]
}