App Integration
Last updated
Last updated
Each Shypyard app can set up integration with third-party services. We currently support integration to more than 30 different apps, and the list is growing quickly!
There are 3 advantages of using shypyard integration:
Event triggers: For certain third party services, adding the integration enables you to use webhook events from said service to trigger your task
Managed credentials: the credentials from integrations are store securely at rest, and you can retrieve them at runtime in order to use them for making API requests. We make it much simpler to securely manage credentials.
Managed actions (coming soon): you will be able to interact with the third-party services more easily.
click into Integrations tab, then click on Add Integration button
Here you will see a pop-up, showing a list of integrations we currently support. If the service uses O-auth for authentication, then we will use that as well.
For Shopify, you need to first create a private app for your store to get the integration credentials.
Integration name is a way to identify the integration you added. For example, if you have added 2 separate Shopify integrations, and in the code you can use the integration name to differentiate.
Don't worry! You can still add the API key/password to environment variables, and directly make HTTP requests with the service. It is a bit more cumbersome, but you are never limited by the list of integrations we offer.