Activate a trigger in a flow.
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.
Breaking changes to the V1 API
Unlike the V1 API , the V2 API does not wrap the POST body in
msg.payloadnormsg.paramsin the designer. Instead, the post body will be available on themsg.dataobject. Metadata about the request can be accessed onmsg.metadata.
Check the Permissions
In order to activate the trigger, the trigger service's UUID must be in the flow's
message.fromwhitelist. Generally, the Octoblu Designer will manage the Whitelist for the user. See the Meshblu whitelist documentation for more information.
