Introducing Koala Prospector! Bringing Waterfall Enrichment to Reps

Learn More!
QPilot

QPilot

Develop powerful, flexible &a; scalable integrations that work everywhere. // Create the QPilot client let qpilot = new QPilotClient(); // Get the scheduled order by ID let scheduledOrder = qpilot.getScheduledOrderById(100); if (null != scheduledOrder) { // Set the next order date let nextOrderDate = new Date(2017, 5, 1); qpilot.rescheduleOrder(scheduledOrder, nextOrderDate); } // Create the QPilot client let qpilot = new QPilotClient(); // Get the customer by email address let customer = qpilot.getCustomerByEmail("[email protected]"); if (null != customer) { // Create the scheduled order for the offer let scheduledOrder = new QPilotScheduledOrder(customer); // Add an item to the scheduled order let productId = 100; let price = 10.50; let salePrice = 5.99; let quantity = 1; scheduledOrder.addItem(productId, price, salePrice, quantity); // Make the offer to the customer qpilot.offerScheduledOrder(scheduledOrder); }

Last updated on

About QPilot

Founded

2017

Estimated Revenue

$1M-$10M

Employees

11-50

Category

Sector

Information Technology

Industry Group

Software & Services

Industry

Marketing And Advertising

Location

City

Austin

State

Texas

Country

United States
QPilot

QPilot

Find your buyer within QPilot

Tech Stack (29)

search

Programming Languages And Frameworks

Platform And Storage

Communications

Business Intelligence And Analytics

Finance And Accounting

Computer Networks

E-commerce