Shopware - New record trigger

The New record trigger runs when a new object record, such as a customer, is created. It checks for new events once every polling interval.

Input

Input fieldDescription
ObjectSpecify the object to monitor events for.
Trigger poll intervalSpecify how frequently to check for new events.
When first started, this recipe should pick up events fromWhen you start the recipe for the first time, it picks up trigger events from this specified date and time. Leave empty to get events created one hour ago.

Output

The output schema depends on the selected object. Use the output fields to map datapills to downstream steps.

For example, if you select the Order object, the output includes the following:

Output fieldDescription
IDThe unique identifier of the order.
ActiveIndicates whether the order is active or not.
Customer numberThe unique number of customer who placed the order.
CompanyThe company that placed the order.
EmailThe email address of the company/customer that placed the order.

Last updated: