Schedule an HTTP request to be executed at a specific time. Requires 1 credit per request.
API key authentication. Include your API key in the x-api-key header.
Schedule configuration
The URL to make the HTTP request to
"https://api.example.com/webhook"
HTTP method to use
GET, POST, PUT, PATCH, DELETE "POST"
When to execute the request (ISO 8601 format)
"2024-12-25T10:00:00Z"
HTTP headers to include in the request
{
"Content-Type": "application/json",
"Authorization": "Bearer token123"
}Request body (for POST, PUT, PATCH methods)
{ "message": "Hello from CallMeLater!" }