Blueprint Library
Definition​
The Blueprint Library is a location for pre-made Blueprints developed by Shipyard staff. These Blueprints provide an easy way to avoid monotonous development work associated with integrations.
Library Blueprints are designed to:
- Accomplish a single common action with a single vendor
- Require minimal details and credentials to get started
- Require no coding
Library Blueprints are immediately available to every user in an organization. These Blueprints are constantly updated and monitored by our team. If you run into connection issues or general errors, contact support@shipyardapp.com
In an effort to be transparent about how our Blueprints work, we open-source the code and make it available on our GitHub. The repositories are broken up by vendor and all end in -blueprints
. If some functionality isn't working appropriately, you can open an issue in GitHub or submit a pull request with the proposed changes.
Types of Blueprints​
Blueprints are broken down into a few categories with core functionality that should be achieved. The following is a list of the integrations currently built out and the possible actions related to each category.
Databases​
Integrations​
Actions​
- Execute SQL Queries
- Store Query Results as a CSV
- Upload a CSV to a Table
Cloud Storage​
Integrations​
Actions​
- Upload Files
- Download Files
- Move or Rename Files
- Delete Files
Spreadsheets​
Integrations​
Actions​
- Download Sheet to a CSV
- Upload CSV to a Sheet
- Clear Sheet Contents
Messaging​
Integrations​
Actions​
- Send Message
- Send Message Conditionally
- Send Message w/ Attachment
Data Visualization​
Integrations​
Actions​
- Download Dashboard/View/Card/Report as File
- Refresh Dataset
- Verify Refresh Status
Data Ingestion, Transformation, Reverse ETL, and Syncing​
Integrations​
Actions​
- Execute Job
- Check Status of Job
- Download Results from Job
- Execute Job, Check Status, and Download Results (All-in-one)
3rd-Party APIs​
Integrations​
Actions​
- HTTP Request
- Download File from URL
File or Data Manipulation​
Integrations​
Actions​
- Compress Files
- Decompress Files
- Convert Files
- Compare File Contents