workflows.fit
Back to n8n workflows
n8n templateFreeBy bangank36

Backup Squarespace code injections to Github

This workflow backup Squarespace website header and footer injections into Github How It Works The Squarespace injections are fetched when an URL is placed Setup Instructions First, edit HTTP Request's URL to put your...

DevelopmentCore NodesManual TriggerSplit In BatchesSchedule TriggerSticky Note
Loading interactive preview...

Template notes

This workflow backup Squarespace website header and footer injections into Github

How It Works The Squarespace injections are fetched when an URL is placed

Setup Instructions First, edit HTTP Request's URL to put your Squarespace site URL there

Next, to configure the Github, update the Globals node with the following values:

- repo.owner – Your GitHub username - repo.name – The name of your GitHub repository storing the workflows - repo.path – The folder path within the repository where workflows are stored For example, if your GitHub username is john-doe, your repository is named n8n-backups, and injections are stored in a squarespace-backup/ folder, you would set:

- repo.owner → john-doe - repo.name → n8n-backups - repo.path → squarespace-backup/

Each site's injections will be added into seperate folder ![n8n template Squarespace injections backup.png](fileId:992)

Required Credentials GitHub API – Access to your repository