Learn how to schedule HTTP requests with CallMeLater
Parameter | Type | Required | Description |
---|---|---|---|
targetUrl | string | ✅ | The URL to send the request to |
targetMethod | string | ✅ | HTTP method (GET, POST, PUT, DELETE, PATCH, HEAD) |
targetHeaders | object | ❌ | HTTP headers to include in the request |
targetBody | object | ❌ | Request body (for POST, PUT, PATCH) |
triggerAt | string | ✅ | ISO 8601 timestamp when to execute the request |
triggerAt
field must be a valid ISO 8601 timestamp in UTC.