Dad Jokes (icanhazdadjoke) · Example Payload

Slack Response

Dad JokesHumorComedyRandomJokesSlackDiscord

Slack Response is an example object payload from Dad Jokes (icanhazdadjoke), with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

attachmentsresponse_typeusername

Example Payload

Raw ↑
{
  "attachments": [
    {
      "fallback": "My dog used to chase people on a bike a lot. It got so bad I had to take his bike away.",
      "footer": "icanhazdadjoke.com | <https://icanhazdadjoke.com/j/R7UfaahVfFd>",
      "text": "My dog used to chase people on a bike a lot. It got so bad I had to take his bike away."
    }
  ],
  "response_type": "in_channel",
  "username": "icanhazdadjoke"
}