Giphy

Display random GIF in the War Room (e.g. !giphy hello). Powered By Giphy.

Utilities · Giphy

Details

IDGiphy
ProviderShutterstock
CategoryUtilities
From Version5.0.0
Supported ModulesAgentix XSIAM

README

giphy


Display random GIF in the War Room (e.g. !giphy hello)

Base Command

giphy

Input

Argument Name Description Required
tag The GIF tag to limit randomness by. Optional
as-json Returns the response as JSON. Possible values are: true, false. Optional

Context Output

There is no context output for this command.

Configuration parameters

  • url — Giphy URL (required)
  • apikey — API Key
  • apikey_creds

Commands (1)

  • giphy

    Display random GIF in the War Room (e.g. !giphy hello)

commonfields:
  id: Giphy
  version: -1
name: Giphy
display: Giphy
system: true
category: Utilities
provider: Shutterstock
description: Display random GIF in the War Room (e.g. !giphy hello). Powered By Giphy.
configuration:
- display: Giphy URL
  name: url
  defaultvalue: http://api.giphy.com/v1/gifs/random
  type: 0
  required: true
- display: API Key
  name: apikey
  defaultvalue: ""
  type: 4
  hidden: true
  required: false
- displaypassword: API Key
  hiddenusername: true
  name: apikey_creds
  type: 9

  required: false
script:
  script: ''
  type: javascript
  commands:
  - name: giphy
    arguments:
    - name: tag
      default: true
      description: The GIF tag to limit randomness by.
    - name: as-json
      auto: PREDEFINED
      predefined:
      - "true"
      - "false"
      description: Returns the response as JSON.
    description: Display random GIF in the War Room (e.g. !giphy hello)
tests:
- No tests
fromversion: 5.0.0