Skip to main content

Integration Guide

This guide provides code examples for creating jobs and handling webhooks in popular programming languages. Each example demonstrates how to:
  1. Create a job via the QuedUp API.
  2. Handle the webhook in your application.

Node.js (Express)

1. Setup Webhook Handler

2. Create Job

Python (Flask)

1. Setup Webhook Handler

2. Create Job

Go (net/http)

1. Setup Webhook Handler

2. Create Job