Make (Integromat)
Connect Spectra.fm to Make (formerly Integromat) to trigger screenshot generation from any of Make’s 1,000+ app integrations.
1. Create a New Scenario
Section titled “1. Create a New Scenario”In Make, create a new scenario and add an HTTP module.
2. Configure the HTTP Module
Section titled “2. Configure the HTTP Module”| Setting | Value |
|---|---|
| URL | https://api.spectra.fm/project/YOUR_PROJECT_ID/export |
| Method | POST |
3. Add Headers
Section titled “3. Add Headers”Click Add a header and configure:
| Name | Value |
|---|---|
X-API-Key | Your Spectra.fm API key |
Content-Type | application/json |
4. Set Request Body
Section titled “4. Set Request Body”Choose Raw body type and enter your export configuration:
{ "combinations": [ {"locale": "en", "theme": "light"}, {"locale": "en", "theme": "dark"} ]}Example Scenarios
Section titled “Example Scenarios”Trigger on Notion Update
Section titled “Trigger on Notion Update”- Notion - Watch Database Items
- HTTP - Export screenshots with Spectra.fm
- Slack - Send notification with export link
Trigger on Airtable Record
Section titled “Trigger on Airtable Record”- Airtable - Watch Records
- HTTP - Export screenshots with Spectra.fm
- Email - Send export results
Scheduled Weekly Export
Section titled “Scheduled Weekly Export”- Schedule - Every Monday at 9am
- HTTP - Export screenshots with Spectra.fm
- Google Drive - Upload exported files
Dynamic Values
Section titled “Dynamic Values”Use Make’s data mapping to dynamically set values:
{ "combinations": [ {"locale": "{{1.locale}}", "theme": "{{1.theme}}"} ]}Next Steps
Section titled “Next Steps”- View the full API documentation
- Get your API key at app.spectra.fm/settings/api-keys