6.0.4
Last updated
Last updated
messageId added to the context.getWebhookUrl()
. This fixes scenarios such as the one shown in the picture below. In this scenario, a Continuity Scope webhook component (RequestApprovalEmail) is used behind Each component. All messages coming from the Each component have the same correlationId, but a different messageId. When a webhook arrives to the RequestApprovalEmail, the messageId and correlationId is used to find the exact scope and the flow can continue to the SendChannelMessage with the correct context (data/variables).
Admins can now see the sharedWith property of a flow. In the previous versions, the sharedWith
property was available only to the owner of the flow. Now, a user with admin scope can see/edit that property too. This allows different admin users to manage Integration templates and mainly who are the templates published to.
Enable customFilter override in the appmixer.ui.FlowManager
widget:
https://docs.appmixer.com/appmixer/appmixer-sdk/ui-and-widgets/flow-manager
New SDK method appmixer.api.authenticateWithEmailAndPassword(email, password)
https://docs.appmixer.com/appmixer/appmixer-sdk/api-module#api.authenticatewithemailandpassword
The POST /variables API endpoint did not work correctly for components that had outPorts defined completely using schema.
https://docs.appmixer.com/appmixer/building-connectors/manifest/outports