# 10 Gamma Templates

### Description

You can now use [Gamma](https://gamma.app/) to create presentations and social media carousels, using your own custom branded template, then post them automatically on social media!

### Platforms

<table data-full-width="false"><thead><tr><th data-type="checkbox">n8n</th><th data-type="checkbox">Make</th><th data-type="checkbox">Zapier</th></tr></thead><tbody><tr><td>true</td><td>true</td><td>false</td></tr></tbody></table>

### Templates

<https://drive.google.com/drive/folders/1D-0ymRpDDAH0yV9FrYf2Uy2p5B7HeVa6?usp=sharing>

### Tutorials

{% embed url="<https://youtu.be/VPg0zqLnuHs>" %}

### 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](https://my.blotato.com/settings/api)
  * CloudConvert API Key: [https://cloudconvert.com/dashboard/api/v2/keys](https://my.blotato.com/settings/api)
  * 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](https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service)

### Setup Workflow

1\. Copy this [sample Google Sheet](https://docs.google.com/spreadsheets/d/1UTskvZDjeLqwriXgo3KERlYR7s4iBCLT7L_B5Xepu9c/edit?usp=sharing) … 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](https://my.blotato.com/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:

**👉** [**Blotato API Docs**](https://help.blotato.com/api)

✅ [**Troubleshoot Errors**](https://my.blotato.com/api-dashboard)

📷 [**Media Requirements**](https://help.blotato.com/api/media)

### n8n Notes

1. The Make and n8n templates are IDENTICAL IN LOGIC. However, n8n requires more setup installing verified community nodes.
2. 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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.blotato.com/api/templates/10-gamma-templates.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
