Back to Templates
Workflow Execution Video: https://youtu.be/VV4D2aiFXsY
Before you begin, you need to gather a few key pieces of information:
https://api.telegram.org/bot<YourBOTToken>/getUpdates
. Look for the chat
-> id
value in the response.This workflow is composed of five nodes that execute in a sequence.
Schedule Trigger
HTTP Request
https://api.n2yo.com/rest/v1/satellite/visualpasses/25544/...
25544
represent the NORAD ID for the International Space Station (ISS).enter-longitude
, enter-latitude
, and enter-your-api-key
with the actual coordinates and API key you gathered during the setup.Readable
HTTP Request
node.alert
) and calculates the number of minutes until the pass begins (timeinminutes
), passing both pieces of information to the next node.If
timeinminutes
value that was calculated in the previous Code
node.
timeinminutes
less than or equal to 600
?Send a text message
Chat ID
is set to the specific chat you want the message to appear in.alert
variable created by the Code
node. This means it will send the fully formatted message about the upcoming ISS pass.