Skip to content

Make (Integromat)

Connect Spectra.fm to Make (formerly Integromat) to trigger screenshot generation from any of Make’s 1,000+ app integrations.

In Make, create a new scenario and add an HTTP module.

SettingValue
URLhttps://api.spectra.fm/project/YOUR_PROJECT_ID/export
MethodPOST

Click Add a header and configure:

NameValue
X-API-KeyYour Spectra.fm API key
Content-Typeapplication/json

Choose Raw body type and enter your export configuration:

{
"combinations": [
{"locale": "en", "theme": "light"},
{"locale": "en", "theme": "dark"}
]
}
  1. Notion - Watch Database Items
  2. HTTP - Export screenshots with Spectra.fm
  3. Slack - Send notification with export link
  1. Airtable - Watch Records
  2. HTTP - Export screenshots with Spectra.fm
  3. Email - Send export results
  1. Schedule - Every Monday at 9am
  2. HTTP - Export screenshots with Spectra.fm
  3. Google Drive - Upload exported files

Use Make’s data mapping to dynamically set values:

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