Queue
To queue a request with NextCron, simply send a POST request to the NextCron API with a JSON payload containing the job details. The API endpoint for publishing jobs is https://api.nextcron.co/v1/publish
.
Here's an example using the Axios library in Node.js:
You'll need to replace <insert_your_api_token>
with your actual API key.
Once the request is queued, NextCron will forward it to the target URL using the same method, body, headers, and query parameters.
Last updated