HTTP Webhooks (ChatGPT Plugin): Difference between revisions
m (Text replacement - "|name = " to "|Name = ") |
No edit summary |
||
(12 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Plugin infobox | {{Plugin infobox | ||
|image = | |image = HTTP Webhooks.jpg | ||
|Name = HTTP Webhooks | |Name = HTTP Webhooks | ||
|Platform = ChatGPT | |Platform = ChatGPT | ||
|Model = GPT-4 | |Model = GPT-4 | ||
|Category = | |Category = Web Development | ||
|Description = Allows you to write, deploy, and manage HTTP Webhooks in JavaScript, right from the chat. | |Description = Allows you to write, deploy, and manage HTTP Webhooks in JavaScript, right from the chat. | ||
|Third Party = | |Third Party = | ||
Line 12: | Line 12: | ||
|Free = | |Free = | ||
|Price = | |Price = | ||
|Available = | |Available = Yes | ||
|Working = Yes | |||
}} | }} | ||
==Guide== | ==Guide== | ||
===Example Prompts=== | ===Example Prompts=== | ||
Example prompts that utilize the plugin: | Example prompts that utilize the plugin: | ||
#Create a webhook that returns the current weather for a given location %|LOCATION|%. | |||
#Retrieve the last execution time of the webhook with the ID %|WEBHOOK_ID|%. | |||
#Create a webhook that returns the latest news headlines. | |||
#Update the webhook with the ID %|WEBHOOK_ID|% to return the user's IP address and browser information. | |||
#Retrieve event logs for the webhook with the ID %|WEBHOOK_ID|% in the past %|DAYS|% days. | |||
#Create a webhook that converts currency from one unit to another (USD to EUR, etc.). | |||
#Update the webhook with the ID %|WEBHOOK_ID|% to return a random inspirational quote. | |||
#Create a webhook that returns the latest COVID-19 updates by country %|COUNTRY|%. | |||
#Update the webhook with the ID %|WEBHOOK_ID|% to return a random fact. | |||
#List all webhooks with a specified keyword %|SEARCH_KEYWORD|% in their names or scripts. | |||
==Tips and Tricks== | ==Tips and Tricks== | ||
==Comments== | |||
<Comments /> |
Latest revision as of 00:40, 24 June 2023
HTTP Webhooks (ChatGPT Plugin) | |
---|---|
Information | |
Name | HTTP Webhooks |
Platform | ChatGPT |
Model | GPT-4 |
Category | Web Development |
Description | Allows you to write, deploy, and manage HTTP Webhooks in JavaScript, right from the chat. |
Release Date | May 31, 2023 |
Available | Yes |
Working | Yes |
HTTP Webhooks is a Plugin for ChatGPT.
Guide
Example Prompts
Example prompts that utilize the plugin:
- Create a webhook that returns the current weather for a given location %|LOCATION|%.
- Retrieve the last execution time of the webhook with the ID %|WEBHOOK_ID|%.
- Create a webhook that returns the latest news headlines.
- Update the webhook with the ID %|WEBHOOK_ID|% to return the user's IP address and browser information.
- Retrieve event logs for the webhook with the ID %|WEBHOOK_ID|% in the past %|DAYS|% days.
- Create a webhook that converts currency from one unit to another (USD to EUR, etc.).
- Update the webhook with the ID %|WEBHOOK_ID|% to return a random inspirational quote.
- Create a webhook that returns the latest COVID-19 updates by country %|COUNTRY|%.
- Update the webhook with the ID %|WEBHOOK_ID|% to return a random fact.
- List all webhooks with a specified keyword %|SEARCH_KEYWORD|% in their names or scripts.
Tips and Tricks
Comments
Loading comments...