Giphy
API actions for the Giphy integration.
Giphy
Search for GIFs on Giphy to use in your workflows.
Search GIFs
Search for GIFs on Giphy that match your search terms.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
query | string | Yes | What to search for, for example 'happy dance' |
limit | number | No | Maximum number of GIFs to return |
Response
{
"count": 2,
"gifs": [
{
"id": "abc123",
"preview_url": "https://media.giphy.com/media/abc123/giphy.gif",
"title": "Funny Cat",
"url": "https://giphy.com/gifs/abc123"
},
{
"id": "def456",
"preview_url": "https://media.giphy.com/media/def456/giphy.gif",
"title": "Dancing Dog",
"url": "https://giphy.com/gifs/def456"
}
]
}