Obtain an API key or OAuth token with the opportunities readonly scope and keep credentials secure
Grant Zapier access to the Minut Smart Home Sensor account and set proper permissions so the app can read and write opportunities as defined by the API scope
GET /opportunities/search for listing and filtering opportunities; GET /opportunities/:id to retrieve a single opportunity; GET /opportunities/pipelines to list all pipelines; POST /opportunities to create a new record; PUT /opportunities/:id to update an existing record; PUT /opportunities/:id/status to update status; DELETE /opportunities/:id to remove an opportunity; required scope opportunities.readonly with read access and opportunities.write for create update and delete operations.
Trigger new sensor event such as motion or contact and create an opportunity in Opportunities API
Create the opportunity, set initial stage and owner in the Opportunities API
POST /opportunities with payload from Minut data
name, minut_event_id, source, pipeline, stage
Trigger on status change in pipeline or sensor alert
Update the opportunity status via PUT /opportunities/:id/status
PUT /opportunities/:id/status
id, status, updated_at
Trigger when new sensor data arrives
Append a note or update fields on the existing opportunity
PUT /opportunities/:id
id, notes
Zero code automation that builds workflows in Zapier without writing code
Real time sync of sensor data to opportunities and pipelines
Smart field enrichment adds Minut context to each opportunity
A quick glossary of terms used in this guide including endpoints scopes and no code automation concepts
A URL path and HTTP method used to access a specific function of the API
A secure method for granting access without sharing passwords
A way for apps to receive real time data updates
Building integrations with tools like Zapier without writing code
Automatically enrich opportunities with Minut sensor context to improve qualification
Send follow up reminders when sensor shows activity
Centralize sensor data in opportunities dashboard
Choose Minut Smart Home Sensor as the trigger and Opportunities API as the action
Map fields like name source and minut_id to the Opportunities payload
Run a test and turn on the Zap for live automation
The Opportunities API scope opportunities.readonly allows read access to opportunities data. For creating or updating records, you may need additional scopes like opportunities.write. Ensure tokens have the least privilege necessary
No code is required to get started using Zapier as a connector. You can set triggers and actions visually to move data between Minut and Opportunities API
For a basic connection, you should enable GET /opportunities/search, GET /opportunities/:id, and POST /opportunities. Add PUT /opportunities/:id to update records as needed
Use HTTPS, OAuth tokens, and restricted scopes. Zapier stores credentials securely and supports token rotation
Yes. Field mappings are configurable in Zapier where you map Minut sensor data to the appropriate fields in Opportunities
Use Zapier test runs and live data to verify triggers, actions, and field mappings; check logs if something fails
Rate limits depend on your plan. Check the API documentation or your developer portal for exact limits and backoff guidance
Due to high volume, we will be upgrading our server soon!
Complete Operations Catalog - 126 Actions & Triggers