Import Blink Automations from a Git Repository
This workflow is used to directly import Automations from any Git repo to an existing / new workspace with a name specified by the user. The Workflow requires your personal Blink API key ([How to obtain the API key](https://www.docs.blinkops.com/docs/Integrations/Blink/Connection%20Creation)).
icon
icon
icon
Breakdown
  1. Remove workspace name slashes & spaces.
  2. Clone the git repo specified by the user.
  3. Download the Blink CLI required to import.
  4. Create the destination workspace if it does not exist yet.
  5. Upload all Automations from the cloned repository and report success/failure for each.
  6. If the user wishes to be notified, a Slack message will be sent to selected channel.