Create your first scheduled job in under 2 minutes
POST
request to https://scheduler.booper.dev/api/broadcast
with the channel
field of the request body set to "discord"
, and the content
field set to whatever message we want to broadcast.
--data-raw
) we simply define the HTTP method
, url
, body
, and set it to run in 30 seconds with the schedule_in
parameter:
@booper/scheduler
package:
GET
request to https://scheduler.booper.dev/api/ping
.
repeat_every
field set to [5, 'minutes']
:
Run on a recurring schedule
:
@booper/scheduler
package:
repeat_every
field: