👋 Welcome to Scheduler project planner!, ideas and features

Features and Planning

  1. Sample Schedule Payload
{
	"url": "<https://google.com>",
	"method": "POST",
	"namespace": "default",
	"params": {
		"param1": "7ef46852-7557-4667-bee7-0c271b91077e"
	},
	"headers": {
		"Authorization": "Bearer d3c8c7b77d6d457781c7809ea3ae5717",
		"some_header": "some_header_value"  
	}, 
	"body": {
		"body_key1": ["value1", "value2"]	
	},
	"schedule": {
		"start_time": 1721499831, // Unix time 
		"end_time": 172150000
		}
}
  1. Auth Supports (Basic Auth, Bearer token)
  2. TimeZone Support (Backend considers only UTC)
  3. Request Content-type Support Extending to string, form.
  4. Alerting (Gmail, Slack, Telegram)
  5. Test Button to test instantly
  6. Aggregated Results
  7. Accepting cron syntax