🎬 Fetch random dog images from Dog CEO API via webhook

323 views · 🎬 Content Creation & Video

Description

This n8n template allows you to instantly fetch a random dog image from the Dog CEO API by simply sending a webhook request. It’s a fun and simple way to integrate random dog photos into your projects, whether for websites, applications, or playful automations.


🔧 How it works


👤 Who is it for?

This workflow is ideal for:

Anyone who loves dogs!


📑 Data Structure

When you trigger the webhook, you can send an empty POST request body.

The workflow will return a JSON response similar to this (the message URL will vary):

{
  "message": "https://images.dog.ceo/breeds/hound-walker/n02089867_2626.jpg",
  "status": "success"
}

⚙️ Setup Instructions


📝 Tips

🔗 Nodes Used

HTTP Request, Webhook

📥 Import

Download workflow.json and import into n8n: Workflow menu → Import from File

📖 Importing guide · 🔑 Credential setup