Overview
Create a new scheduled event that will execute once at the specified time.Parameters
string
required
The full URL of the webhook endpoint to call. Must be a valid HTTP/HTTPS URL.
string
default:"POST"
HTTP method to use for the webhook request. Options:
GET, POST, PUT, PATCH, DELETE, HEAD, OPTIONS. Defaults to POST.string
required
ISO 8601 timestamp when the event should execute. Must be in the future.
object | null
Custom headers to include in the webhook request. Object with string keys and values.
object | null
Payload to send with the webhook request. Can be any JSON-serializable object.
object | null
Retry configuration for failed webhook attempts.
Response
Event
required
The created event object.
Errors
ValidationError: Ifscheduled_atis in the past or invalid, or if webhook URL is invalidUnauthorizedError: If API key is invalid or missing