10 Gamma Templates
Description
You can now use Gamma to create presentations and social media carousels, using your own custom branded template, then post them automatically on social media!
Platforms
Templates
https://drive.google.com/drive/folders/1D-0ymRpDDAH0yV9FrYf2Uy2p5B7HeVa6?usp=sharing
Tutorials
Use Cases
Repurpose AI meeting notes into education carousels
Convert long and short-form videos into carousels
Convert Google testimonials into social posts
Daily industry news recap carousel
Overview
Here’s how the automation works:
Check Google Sheet daily
Create carousel using Gamma template
Convert carousel from PDF to PNG images using CloudConvert
Post carousel to social platforms using Blotato
Update item’s “Posted” status in Google sheet
Setup Accounts
1. Sign up for:
Gamma.app
CloudConvert.com
Blotato.com
2. Generate API Keys:
Gamma API Key: https://gamma.app/settings/api-keys
CloudConvert API Key: https://cloudconvert.com/dashboard/api/v2/keys
Blotato API Key: https://my.blotato.com/settings/api
3. Ensure you have “Verified Community Nodes” enabled in your n8n Admin Panel
4. Open n8n Settings and install nodes:
@blotato/n8n-nodes-blotato
@gammatech/n8n-nodes-gamma
@cloudconvert/n8n-nodes-cloudconvert
5. Create CREDENTIALS for Blotato, Gamma, and CloudConvert
6. Connect your Google Drive to n8n
Setup Workflow
1. Copy this sample Google Sheet … and configure SETUP 1.
Do NOT change columns, unless you know what you’re doing
2. SETUP 2: Connect Gamma credential & input Gamma template ID
3. SETUP 3: Connect CloudConvert credential
4. SETUP 4: Connect Blotato credential and select social media account to post to
5. Execute workflow and check to see your posts:
Blotato API Dashboard: https://my.blotato.com/api-dashboard
Blotato Calendar: https://my.blotato.com/queue/schedules
Tips & Tricks
While testing: enable only 1 social platform, and deactivate the rest for testing purposes. You can also use the option "Scheduled Time" while testing, so that posts are scheduled in the future, not posted immediately.
After the workflow finishes, check your social media account for the final post.
If successful, then enable another social media node, and continue testing.
Troubleshooting
the API Dashboard is your best friend
go to Blotato and click the ORANGE BUTTON in the bottom right corner to send me a message
Other helpful links:
n8n Notes
The Make and n8n templates are IDENTICAL IN LOGIC. However, n8n requires more setup installing verified community nodes.
Unfortunately, the n8n nodes for Gamma and CloudConvert are limited (e.g. Gamma node lacks PDF export), so I resort to raw HTTP calls.
Make Notes
n/a
Zapier Notes
n/a
Last updated