Documentation Index
Fetch the complete documentation index at: https://docs.runalloy.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
In this article, we’ll explore how to create our first integration in Alloy Embedded. For our example, we’ll build a Shopify Integration, but you can swap out Shopify for another supported app. Recall from the terminology section that integrations are made up of individual workflows centered around a single app (i.e. Shopify). When combined, a series of workflows constitutes an integration. The graphic below illustrates this relationship.
What is an Integration?
An integration is a combination of workflows centered around a Third Party App. For example, you could build a Shopify integration that has two workflows:- Workflow #1 is triggered whenever an end user places an order in your platform and then creates an order record in Shopify.
- Workflow #2 listens for new order creations in Shopify and streams them to your data warehouse
Breaking it Down
The below illustration details the flow of data within these two workflows.
- In Workflow #1, your application is the Event and Shopify is the Destination.
- In Workflow #2, Shopify is the Event and your application is the Destination.


