Flow Library
Last updated
Was this helpful?
Last updated
Was this helpful?
All of the example workflows provided in the Flow Library can be downloaded and to get started quickly.
Before importing and activating any of the example Flows, make sure to review the following requirements:
All Flows must include your V2 API Key in the final step.
You can find this in the Inveterate Dashboard under:
Integrations → API Key
All Flows will contain placeholder values (like tag names, spend thresholds, or messages) You’ll need to update these to reflect your store’s actual use case, naming conventions, and business logic.
You will need to provide the segmentId for the Free membership tier that you are enrolling customers into in the final step of these Flows. This is an alphanumeric value that can be found at the end of the URL in the Inveterate Dashboard when viewing a specific tier.
Flows that issue a static amount of credits will simply need to have the “amount” adjusted in the final step to the value you are looking to issue (ex: 10 for $10 in credits).
Caution: it is important to remember that these Flows will be issuing an additional amount of store credit than you typically offer. For example: if you typically offer 10% Credit for Orders and enable a Flow to dynamically issue 10% of an order total in credits, the member will receive 20% Credits for Orders in total: 10% from your benefit settings, and 10% from the Flow.
Flows with dynamically calculated amounts use in the final step to calculate a percentage of an order total. You will need to add the multiplier value (ex: times 0.1 to give 10% of the order value in credits) where the sample Flows currently have 0.0 as a placeholder.