The provided delay value could not be parsed. The delay field must be an integer number of seconds, a relative expression that can be parsed (e.g. "+5 minutes", "+1 hour"), or an absolute datetime (e.g. "2026-01-25 05:30 pm EST").
This message indicates that the delay field in your webhook payload could not be parsed. The delay field accepts three shapes:
300 for a five minute delay)+5 minutes, +1 hour, 30 seconds, 20 mins).2026-01-25 05:30 pm EST, 2026-01-25T05:30:00-05:00).Natural-language expressions are accepted when they can be parsed and resolve to a time in the future within 24 hours (for example, next hour or noon UTC).
All relative and natural-language values must resolve to a future point in time no more than 24 hours ahead. Absolute datetimes must include a timezone.
Invalid delay example:
{
"ticker": "AAPL",
"action": "buy",
"delay": "not a date"
}
Valid delay examples:
{
"ticker": "AAPL",
"action": "buy",
"delay": 300
}
{
"ticker": "AAPL",
"action": "buy",
"delay": "+5 minutes"
}
{
"ticker": "AAPL",
"action": "buy",
"delay": "2026-01-25 05:30 pm EST"
}
If you encounter this error, please review the delay value in your payload and ensure it matches one of the accepted shapes above.
Free 7-day trial
Set-up in 3 minutes
Paper account for testing
Your browser didn't send the information this action needs.
That usually means a privacy tool, ad blocker, or other browser extension changed the page before you clicked. Nothing is wrong with your account.
What to try: allow this site in your ad blocker or privacy extension, use a private window with extensions turned off, or reload the page and try again.
Still stuck? Contact support and we can help.