HTTP Webhooks (ChatGPT Plugin): Difference between revisions
No edit summary |
No edit summary |
||
(2 intermediate revisions by one other user not shown) | |||
Line 13: | Line 13: | ||
|Price = | |Price = | ||
|Available = Yes | |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== |
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...