File and Document Management
GIPHY
13min
the giphy modules enable you to search, upload, list, translate to word, or get a random gif/sticker in your giphy account getting started with giphy prerequisites a giphy account in order to use giphy with make, it is necessary to have a giphy account if you do not have one, you can create a giphy account at giphy com/join https //giphy com/join connect giphy to make to connect your giphy account to make you need to retrieve an api key by creating an app in the giphy developers portal log in to your giphy developers https //developers giphy com/dashboard/ account click the create an app button and the select api option confirm your selection by clicking the next step button enter the name of the app, e g make and description confirm giphy api terms and click the create app button copy the provided api key go to make and open the giphy module's create a connection dialog enter the api key you have copied in step 4 to the respective field and click the continue button to establish the connection the connection has been established you can proceed with setting up the module gif/sticker search gifs/stickers searches through all gifs and stickers for a specified term connection giphy docid\ gnbdj9tk q8icks kap6 select select whether you want to search in gifs or stickers search enter the search query term or phrase rating select the content rating if you do not specify a rating, you will receive results from all possible ratings g content that is appropriate for all ages and people pg content that is generally safe for everyone, but may require parental preview before children can watch pg 13 mild sexual innuendos, mild substance use, mild profanity, or threatening images may include images of semi naked people, but does not show real human genitalia or nudity r strong language, strong sexual innuendo, violence, and illegal drug use; not suitable for teens or younger no nudity language select the language to filter result by the unique regional content limit set the maximum number of gifs or stickers make will return during one execution cycle list trending gifs/stickers retrieves a list of the most relevant and engaging content each and every day connection giphy docid\ gnbdj9tk q8icks kap6 select select whether you want to retrieve gifs or stickers language select the language to filter result by the unique regional content limit set the maximum number of gifs or stickers make will return during one execution cycle translate a word to a gif/sticker converts words and phrases to the perfect gif or sticker using giphy's special sauce algorithm connection giphy docid\ gnbdj9tk q8icks kap6 select select whether you want to convert a word to the gif or sticker search term enter the word or phrase you want to convert to the gif/sticker weirdness enter the weirdness value from 0 to 10 the higher the value, the weirder the result get a random gif/sticker returns a single random gif or sticker related to the word or phrase entered if no tag is specified, the gif or sticker returned is completely random connection giphy docid\ gnbdj9tk q8icks kap6 select select whether you want to return the gif or sticker tag enter the tag to filter results by a specified tag rating select the content rating if you do not specify a rating, you will receive results from all possible ratings g content that is appropriate for all ages and people pg content that is generally safe for everyone, but may require parental preview before children can watch pg 13 mild sexual innuendos, mild substance use, mild profanity, or threatening images may include images of semi naked people, but does not show real human genitalia or nudity r strong language, strong sexual innuendo, violence, and illegal drug use; not suitable for teens or younger no nudity get a gif retrieves gif details by specified id connection giphy docid\ gnbdj9tk q8icks kap6 gif id enter or map the id of the gif you want to retrieve details about upload a gif uploads animated gifs or video files connection giphy docid\ gnbdj9tk q8icks kap6 upload a gif select whether you want to upload a file from the url or provide a file using a previous module (or manually entered data) giphy accepts animated gifs or video files up to 100mb source image url enter the url of the file you want to upload source file map the file you want to upload from the previous module (e g http > get a file or google drive > get a file ), or enter the file name and file data manually username enter your assigned username (required for approved apps only) tags add tags to be applied to the uploaded file other make an api call allows you to perform a custom api call connection giphy docid\ gnbdj9tk q8icks kap6 url enter a path relative to https //api giphy com e g /v1/gifs/search note for the list of available endpoints, refer to the giphy api documentation method select the http method you want to use get to retrieve information for an entry post to create a new entry put to update/replace an existing entry patch to make a partial entry update delete to delete an entry headers enter the desired request headers you don't have to add authorization headers; we already did that for you query string enter the request query string body enter the body content for your api call example of use list from the folder the following api call returns the first 10 trending gifs url /v1/gifs/trending query string key limit value 10 find the result in the module's output under bundle > body > data in our example, 10 gifs were returned