HTTP Webhooks
Allows you to write, deploy, and manage HTTP Webhooks in JavaScript, right from the chat.
This plugin is perfect for developers who want to streamline their workflow and automate tasks. With HTTP Webhooks, you can easily write, deploy, and manage webhooks in JavaScript right from your chat. Create, edit, list, and delete webhooks with unique URLs. Each webhook has a name and script, which gets executed when the webhook URL is triggered. Say goodbye to manual webhook management and hello to more time and energy focused on your projects.
How to
Comments (0)
API docs
Learn how to use HTTP Webhooks effectively! Here are a few example prompts, tips, and the documentation of available commands.
Example prompts
-
Prompt 1: "List all the webhooks I have created."
-
Prompt 2: "Create a new webhook with the name 'Weather Alert' and the script to send a notification when it's raining."
-
Prompt 3: "Get the details of a specific webhook by its ID."
-
Prompt 4: "Update the script of a webhook with ID '1234' to send a POST request to an external API."
-
Prompt 5: "Delete a webhook with ID '5678' from my list of webhooks."
Features and commands
Feature/Command | Description |
---|---|
getWebhooks | This command retrieves a list of all the webhooks you have created. It returns the webhook ID, name, and URL. |
createWebhook | This command allows you to create a new webhook. You need to specify the name and script for the webhook. |
getWebhook | This command retrieves the details of a specific webhook by its ID. It returns the webhook ID, name, URL, and script. |
updateWebhook | This command allows you to update the script of a webhook with a specific ID. You need to provide the webhook ID and the updated script. |
deleteWebhook | This command allows you to delete a webhook from your list. You need to provide the webhook ID. |
getWebhookScript | This command retrieves the script code of a webhook by its ID. It returns the script code as a JSON object. |