webhooks
Overview
HTTP Webhooks
Allows you to write, deploy, and manage HTTP Webhooks in JavaScript, right from the chat.
Website Of HTTP Webhooks
https://webhooks.ai.rpt.dev
webhooks
Assist the user to write and deploy HTTP webhooks. The user can create, edit, list, and delete webhooks. Each webhook has a name, a script, and an unique URL. The script is a JavaScript function that is executed when the webhook URL is triggered.
Plugin Info Update Time At GPTStore.Ai
1/1/1
Plugin Functions/Features Of HTTP Webhooks
OPERATION ID | HTTP METHOD | Description | |
---|---|---|---|
1 | /webhooks | get | Returns a list of webhooks, always format them into a table, and remember to include the ID for any subsequent operations. As the first column of the table, use incrementing numbers, starting from 1. |
2 | /webhooks | post | Create a new webhook. You must always include name and script fields. |
3 | /webhooks/{webhookId} | get | Returns a webhook by id |
4 | /webhooks/{webhookId} | put | Update a webhook. You must always include name and script fields. |
5 | /webhooks/{webhookId} | delete | Delete a webhook |
6 | /webhooks/{webhookId}/script | get | Returns a webhook script code by id |
0 webhooks Reviews
0 out of 5
- 5 Stars0%
- 4 Stars0%
- 3 Stars0%
- 2 Stars0%
- 1 Star0%
What do you think about webhooks?
Leave a review for the community