Skip to content
This repository was archived by the owner on Aug 9, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# HytaleSpreadsheetScript
A Hytale Spreadsheet Script which can be used over Google spreadshet and can be used over IFTTT to trigger Webhooks.
A Hytale Spreadsheet Script which can be used over Google spreadsheet and can be used over IFTTT to trigger Webhooks.
The script loads the information from the hytale website and you can check with IFTTT if a cell has been changed and automatically send a Webhook.

To create a Activity in IFTTT create a account and press "Create"
Expand All @@ -26,7 +26,7 @@ and as "Content Type" select "application/json"

the "Body" should be ```{ "username":"New Blogpost is out!", "content":"<<<{{Value}}>>>"}``` you can also choose a other username

then create your action and enable it and you are ready to recieve webhooks about hytale blogposts
then create your action and enable it and you are ready to receive webhooks about hytale blogposts

```
=IMPORTXML("https://hytale.com/news","//*[@class=""post__details__heading""]//text()") & "
Expand Down