Loophook
Searchβ¦
π
Loophook
Welcome to Loophook
π
API
Hook
Script
Schedule
Task
π
Tutorials
Schedule an Email for Later
Fetch a News Feed
Sync your Database
π
Appendix
Security
Cron
ISO-8601 Timestamp
Powered By
GitBook
Script
Run server-less Script in many languages on a Schedule.
Note: The code environment runs on CloudFlare Workers therefore has some limitations on the libraries you can use. However, this allows for a support for a wide range of languages.
You can read more here:
workers.cloudflare.com
.
post
https://api.loophook.xyz
/script
Create a script
get
https://api.loophook.xyz
/script
Read all scripts
get
https://api.loophook.xyz
/script/:id
Read a script
put
https://api.loophook.xyz
/script/:id
Update a script
delete
https://api.loophook.xyz
/script/:id
Delete a script
API - Previous
Hook
Next - API
Schedule
Last modified
1mo ago
Copy link
Contents
post
Create a script
get
Read all scripts
get
Read a script
put
Update a script
delete
Delete a script