6.0.4
What's new
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
sharedWithproperty 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.FlowManagerwidget:https://docs.appmixer.com/appmixer-sdk/ui-and-widgets/flow-manager

New SDK method
appmixer.api.authenticateWithEmailAndPassword(email, password)https://docs.appmixer.com/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

Last updated
Was this helpful?
