Joomla!

Joomla! is a free and open-source content management system (CMS) for publishing web content. It is built on a model–view–controller web application framework that can be used independently of the CMS that allows you to build powerful online applications.

Go to site
Explore
/
Apps
/
Joomla!

Joomla! API Integrations

Build and run workflows using the Joomla! API. Use 1000s of source-available triggers and actions across 1000+ apps. Or write custom code to integrate any app or API in seconds.

Overview

As one of the most popular content management systems, Joomla! offers a wide range of features and capabilities. With the help of the Joomla! API, you can extend the functionality of the CMS even further.

Here are some examples of what you can build using the Joomla! API:

  • Custom components
  • Modules
  • Plugins
  • Templates
  • Language packs
  • Editions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    joomla: {
      type: "app",
      app: "joomla",
    }
  },
  async run({steps, $}) {
    
    return await axios($, {
      url: `${this.joomla.$auth.joomla_host_domain}/api/index.php/v1/users`,
      headers: {
        "X-Joomla-Token": `${this.joomla.$auth.api_key}`,
      },
    })
  },
})
Create Article with Joomla! API on New Requests (Payload Only) from HTTP / Webhook API
HTTP / Webhook + Joomla!
 
Try it
Create Article with Joomla! API on New Message from Discord API
Discord + Joomla!
 
Try it
Create Article with Joomla! API on New Message In Channels from Slack API
Slack + Joomla!
 
Try it
Create Article with Joomla! API on New Message in Channel from Discord Bot API
Discord Bot + Joomla!
 
Try it
Create Article with Joomla! API on New Submission from Typeform API
Typeform + Joomla!
 
Try it
Create Article with the Joomla! API

Create an article. See the docs here

 
Try it
Update Article with the Joomla! API

Update an article. See the docs here

 
Try it

Authentication

Joomla! uses API keys for authentication. When you connect your Joomla! account, Pipedream securely stores the keys so you can easily authenticate to Joomla! APIs in both code and no-code steps.

To connect your Joomla! account with Pipedream,

  1. Go to your Super User profile in your Joomla 4 Installation and activate then copy the API key
  2. Paste your custom Joomla! host domain below (for example, https://myjoomlahost.com