Mikes Notes
This could be useful for prototyping and testing third-party integration.
Resources
What is Webhook.site?
Webhook.site is a tool for building software that not only use webhooks but other types of communication, either by allowing developers to inspect the data that's being sent via a webhook, but also helps users create workflows that respond to and interact with webhooks from various systems.
When visiting Webhook.site, users instantly get a free, unique, random URL and e-mail address. Everything that's sent to these addresses are shown instantly. With this, users can test and debug Webhooks and HTTP requests, as well as create workflows using the Custom Actions graphical builder or WebhookScript, a simple scripting language, to transform, validate and process HTTP requests in a variety of ways – without setting up and maintaining your own infrastructure.
Webhook.site has been a registered corporation since August 2020.
...
Webhook.site generates free, unique URLs and e-mail addresses and lets you see everything that’s sent there instantly.
When you upgrade to a Webhook.site account, limitations are removed and more features are included:
- Create advanced workflows that run on incoming requests, emails and DNSHooks with Custom Actions
- Transform data with JSONPath, Regex
- Forward data to other endpoints and APIs
- Run scripts with JavaScript and WebhookScript
- Built-in integrations: Google Sheets, Excel, Slack, HubSpot, Dropbox, SFTP, HTTP, Email, push notifications, and more
- Support for databases: MySQL/MariaDB, Postgres, MSSQL
- URLs never expire and can be managed in Control Panel or via API
- History of up to 10.000 requests and emails per URL
- Data is protected in your account
- Create Web cronjobs and uptime monitors using Schedules
Code
Your unique URL
https://webhook.site/d7f5b171-7d1f-42ca-9da3-46cb05752617
Your unique email address
d7f5b171-7d1f-42ca-9da3-46cb05752617@emailhook.site
Your unique DNS name
*.d7f5b171-7d1f-42ca-9da3-46cb05752617.dnshook.site
Proxy to localhost with Webhook.site CLI
whcli forward --token=d7f5b171-7d1f-42ca-9da3-46cb05752617
Copy to clipboard
No comments:
Post a Comment