Skip to content

Commit 2bf0b90

Browse files
committed
update README.md
1 parent 1254f48 commit 2bf0b90

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

.github/workflows/s3-upload.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@ jobs:
3131
--exclude ".git/*" \
3232
--exclude ".github/*" \
3333
--exclude ".idea/*" \
34+
--exclude "README.md" \
3435
--delete

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,20 @@
1-
# integrations
1+
# integrations
2+
3+
## Template Accessibility
4+
5+
After being uploaded by the GitHub Actions workflow, the n8n templates are accessible at the following URLs:
6+
7+
- Base URL: `https://cdn.explorium.ai/integrations/n8n/`
8+
- Individual templates:
9+
- `https://cdn.explorium.ai/integrations/n8n/automate-contact-enrichment-from-hubspot-to-salesforce-using-exploriumai.json`
10+
- `https://cdn.explorium.ai/integrations/n8n/automate-hubspot-to-salesforce-lead-creation-with-explorium-ai-enrichment.json`
11+
- `https://cdn.explorium.ai/integrations/n8n/automated-ai-lead-enrichment-salesforce-to-explorium-for-enhanced-prospect-data.json`
12+
- `https://cdn.explorium.ai/integrations/n8n/automated-sales-outreach-using-event-triggered-data-with-explorium-mcp-and-slack.json`
13+
- `https://cdn.explorium.ai/integrations/n8n/enrich-company-firmographic-data-in-google-sheets-with-explorium-mcp.json`
14+
- `https://cdn.explorium.ai/integrations/n8n/search-prospects-with-natural-language-using-explorium.ai-mcp.json`
15+
16+
The repository structure is preserved in the S3 bucket, so any new templates added to the repository will be available at their corresponding path after the workflow runs.
17+
18+
## Deployment
19+
20+
Templates are automatically uploaded to the S3 bucket whenever changes are pushed to the main branch. You can also manually trigger the upload process from the GitHub Actions tab in the repository.

0 commit comments

Comments
 (0)