Activate a trigger in a flow.
Deprecation Notice
The V1 Trigger API has been deprecated in favor of the V2 API. The V1 API will still remain functional for a while, but will eventually be removed. We will update this spot with an expected removal date when we have one.
This causes the trigger service to send a Meshblu message to the flow to tell it to trigger. If no authentication information is passed, it will send the message as the identity of the Trigger Service.
Additionally, any POST data sent will be made available to the flow.
Check the Permissions
In order to activate the trigger, the trigger service's UUID must be in the flow's
message.from
whitelist. Generally, the Octoblu Designer will manage the Whitelist for the user. See the Meshblu whitelist documentation for more information.