Skip to main content
Answer

Can I perform any cPanel operations with Zapier?

  • January 28, 2023
  • 2 replies
  • 554 views

Forum|alt.badge.img

Can I perform any cPanel operations with Zapier?

For example, I’d love to be able to automate these steps:

  1. Create a new subdomain.
  2. Create a new database.
  3. Create a new user.
  4. Add the user created in Step 3 with all privileges to the database created in Step 2.
  5. FTP a couple of files from a Dropbox folder to the subdomain folder created in Step 1. 

Can Zapier help with this?

Best answer by Troy Tessalone

Hi @JeffB 

Good question.

You can search the list of available public Zap apps here: https://zapier.com/apps

Each Zap app has a profile page that lists the available triggers/actions.

 

 

App APIs can be used in Zaps with the Webhhooks app: https://zapier.com/apps/webhook/help

 

cPanel/WHM API: https://api.docs.cpanel.net/cpanel/introduction

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

2 replies

Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • Answer
  • January 28, 2023

Hi @JeffB 

Good question.

You can search the list of available public Zap apps here: https://zapier.com/apps

Each Zap app has a profile page that lists the available triggers/actions.

 

 

App APIs can be used in Zaps with the Webhhooks app: https://zapier.com/apps/webhook/help

 

cPanel/WHM API: https://api.docs.cpanel.net/cpanel/introduction


Forum|alt.badge.img
  • Author
  • Beginner
  • January 28, 2023

Thanks!