Execute A Manual Trigger
POST/automations/manual-triggers/execute
Execute a manual trigger within an automation to initiate subsequent conditions and actions.
tip
A manual trigger is a trigger that users can add to automation workflows and activate through user operation. It is suitable for scenarios where automation requires manual intervention to start, or for instant activation during testing and debugging.
How to add a manual trigger depends on how you create your Flow automation:
- If created on the Aqara Studio Web page, refer to: Automation - Flow - Trigger - Manual Trigger
- If created by API, add a manual trigger in your JSON script. See: JSON Automation Script Definition - Starter - Manual
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 429
- 500
Request succeeded
Request parameter error
Unauthorized or authentication expired
No permission to access
Resource not found
Request frequency too high
Internal server error