External actions
Last updated
Last updated
The "External Actions" feature empowers users to trigger and execute actions and processes in external systems, outside of fulfillmenttools. This includes functionalities such as sending consumer emails, adjusting payments, and other order-related processes.
The primary goal of this feature is to facilitate seamless communication with third-party systems. Users can define the capabilities and functionalities of external actions by utilising our API and seamlessly integrating our platform with other systems.
There are currently two types of external actions available: "LINK
" and "FORM
" (actually there is also a third one "COMMENT
" - but this will be taken up at the end of this article).
With the "LINK
" type, users can attach a link or deeplink to an process, enabling users to execute processes in the linked external system manually.
On the other hand, the "FORM
" type allows you to define a modal where users can input data. Upon confirmation, an external event is triggered, enabling the execution of further processes (this must be done by a connector).
Executing an external action is logged and displayed in our order history, providing users with visibility into the actions taken throughout the order workflow.
Nice to know:
You can add multiple external actions to an process.
You can group external actions so they can be assigned to a theme
The user who triggered such an external action is displayed at the order history page on the right side. It looks like this
*the username who triggered the external action is pixelated
It is possible to create a subscription to receive events when executing an external action. You will be informed when the action has been executed, e.g. by clicking on a link.
Next to the two above mentioned external actions LINK
and FORM
there is also a third one called COMMENT
.
When adding such a external action to a process it does not create another entry in the three dot menu. The purpose of this action is not to trigger an action to an external system but to receive info from such a system.
There are 2 ways to add info
- you can add information to a process
- you can add information to a process but relate it to another external action like FORM
Adding information to the process without relation to another external action allows you to add some general information to the process which might be important for fulfillment. An example would be: A CRM system added information about the consumer-segment which informs a user that this order might be handled in a specific way.
If you want to add information which relates to another external action you have the possibility to store "the answer" / "reaction" of the triggered system and connect it to the technicality of the external action.
An example would be: You created an external action from type "FORM"
which triggers a payment system in order to reduce the paid amount by 10%. The payment system itself now might inform you that the 10% was successfully reduced. In this case it would make sense that this information is not only connected to the process but connected directly to the external action FORM of this process which was originally responsible for the trigger "payment adjustment".
Those additional information are then displayed in the order history on the right hand side.
To get a deeper insight into how to create a subscription, follow the instructions from the Tutorial.