Skip to content

Trigger n8n URLs: List all n8n webhook URLS with Name and Trigger Buttons.

License

Notifications You must be signed in to change notification settings

sanwebinfo/trigger-webhook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trigger Webhook

Trigger n8n URLs: List all n8n webhook URLS with Name and Trigger Buttons.

Built using

  • HTML
  • Bulma CSS
  • Javascript
  • Fetch API
  • Pagination
  • PHP
  • PDO and MYSQL

Setup

  • Download or Clone the Repo
  • create env file and add the below details
USERNAME=<HTTP Auth username>
PASSWORD=<HTTP Auth Encrypted password>
DBHOST=localhost
DBNAME=xxxxxxxxxx
DBUSER=xxxxxxxxxx
DBPASSWORD=xxxxxxxxxxxxxx

Usage

  • Insert Webhook name and link to the database
INSERT INTO `webhook` (`id`, `name`, `url`) VALUES
(1,'Sample','https://n8n.example.com/webhook/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx');
  • Open website Homepage > Enter HTTP Auth username and Password
  • After Successful login you can view the table with list of webhook links with trigger button

LICENSE

MIT