GIPHY Make integrationAutomate GIPHY with Make.
Need the right GIF to show up in your workflow without hunting for it? The GIPHY Make integration gives you 7 modules: 5 actions and 2 searches. This page shows marketers and community managers how to link an API key and build a first scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What can the GIPHY Make integration do for you?
The GIPHY Make integration lets a Make scenario (the automation you build, a chain of modules) look up, pick and upload GIFs and stickers through your GIPHY API key. Each module is one brick of that chain, and the app gives you seven of them, with no code to write.
A GIF picked from a word. A new message lands in your chat tool or a row is added to a sheet, and Translate a Word To a Gif/Sticker turns one keyword from it into a matching GIF you can post back. Good for playful replies in a community channel.
A feed of what is trending. List Trending Gifs/Stickers returns the content GIPHY currently ranks as the most engaging, and Get a Gif pulls the full details of any one of them by its ID. A social team can drop that list into a sheet for inspiration.
Your own GIFs published without the browser. Upload a Gif sends a GIF or video file of up to 100MB to GIPHY.com, straight from a file another app handed to the scenario.
What the app does not do: it has no trigger, so GIPHY never starts a scenario by itself. Something else has to kick it off, either Make's scheduling or a module from another app. For any endpoint the listed modules skip, Make an API Call reuses the same connection. The same app often exists as an n8n node too; the n8n vs Make comparison lays out the differences. New to the editor? The Make training starts from zero, and Make pricing explains how operations are counted.
How do you connect GIPHY to Make?
- 01
Get an API key from GIPHY
You need an active GIPHY developer account. Open the Developer Dashboard, click Create an API Key and copy the key shown on screen. Keep it at hand: Make asks for it in the next step.
- 02
Add a GIPHY module and create the connection
In your scenario, add any GIPHY module and click Create a connection. A connection is your GIPHY account linked to Make once, then reused by every GIPHY module. The Connection name field is optional; a clear label helps when you run several keys.
- 03
Paste the key and save
Enter the API key you copied, or follow the instructions Make displays in the window, then confirm. The module now shows your connection and you can fill in its fields.
Build your first scenario with GIPHY
GoalWhen the scenario runs on its schedule, GIPHY lists trending GIFs and Make fetches the full details of each one.
- 01
Create the scenario
From the Scenarios page, create a new scenario and click the + to add the first module. Search for GIPHY by name.
- 02
Start with List Trending Gifs/Stickers
Pick List Trending Gifs/Stickers and select your connection. As a search module it can return several bundles, each bundle being one GIF passed on to the next module.
- 03
Add Get a Gif
Click the + on the right of the first module, choose Get a Gif, and map the ID coming from the trending list into its ID field. Make runs it once per bundle.
- 04
Test with Run once
Click Run once. Make executes the scenario one time, and you can open each module to read the bundles it received and check the GIF details.
- 05
Schedule it and switch it on
Open the clock on the first module to set the schedule, every 15 minutes by default, then switch the scenario on. Each module run on a bundle counts as one operation on your plan.
What each GIPHY module does
GIPHY gives you 7 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Get a Gif
ActionIn Make“Gets the details of a Gif by ID.”
You get the full record of one GIF when you already know its ID, so later modules can reuse its details without searching again.
Get a Random Gif/Sticker
ActionIn Make“Returns a single random Gif or Sticker related to the tag. If no tag is specified, the Gif or Sticker returned is completely random.”
This module hands back one surprise GIF or sticker tied to a tag you choose, which keeps automated posts from looking repetitive.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
With this one you can reach any endpoint of the GIPHY API through the connection you already set up, covering what the six other modules leave out.
Translate a Word To a Gif/Sticker
ActionIn Make“Translates or Converts a word or phrase to the perfect Gif or Sticker using GIPHY's special sauce algorithm.”
Give it a word or a short phrase and it returns the single GIF or sticker GIPHY judges the best match, chosen by its own algorithm.
Upload a Gif
ActionIn Make“Uploads a Gif or video files upto 100MB programmatically on GIPHY.com.”
Your own animations reach GIPHY.com without a manual upload: the module sends a GIF or video file straight from the scenario.
List Trending Gifs/Stickers
SearchIn Make“Retrieves a list of the most relevant and engaging content each and every day.”
Here you receive the content GIPHY currently ranks as the most relevant and engaging, as a batch of bundles you can store or filter.
Search Gifs/Stickers
SearchIn Make“Searches all GIPHY gifs or stickers for a word or phrase.”
Search the whole GIPHY library for a word or phrase and get back every matching GIF or sticker, ready to filter or pick from.
Need help automating GIPHY with Make?
A person reads every message.