Waitwhile

Waitwhile is a virtual waitlist app and queue management platform that can be customized to work for any business.

Go to site
Explore
/
Apps
/
Waitwhile

Waitwhile API Integrations

Build and run workflows using the Waitwhile API. Use 1000s of source-available triggers and actions across 1000+ apps. Or write custom code to integrate any app or API in seconds.

Overview

With the Waitwhile API, you can create a variety of powerful customer-engagement tools to manage your business and how it interacts with customers.

The API provides the following benefits:

  • Create customer profiles
  • Schedule appointments
  • Track customer activity
  • Collect customer feedback

Here are some examples of what you can build with the Waitwhile API:

  • Customized customer experiences - Customize the booking process and include unique details that create comprehensive customer profiles.
  • Automated appointment management - Automatically manage and book appointments using the Waitwhile API.
  • Scalable customer engagement - Ensure customer engagement and increase customer loyalty with features like automated customer-engagement surveys.
  • Customized notifications - Create personalized messages to customers based on their activity and profile.
  • Customized communication - Enhance customer communication with customized email blasts, texts, and push notifications.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    waitwhile: {
      type: "app",
      app: "waitwhile",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.waitwhile.com/v2/users`,
      headers: {
        "apiKey": `${this.waitwhile.$auth.api_key}`,
      },
    })
  },
})
Add Customer Note Entry with Waitwhile API on New Requests (Payload Only) from HTTP / Webhook API
HTTP / Webhook + Waitwhile
 
Try it
Add Customer Note Entry with Waitwhile API on New Item in Feed from RSS API
RSS + Waitwhile
 
Try it
Add Customer Note Entry with Waitwhile API on New Submission from Typeform API
Typeform + Waitwhile
 
Try it
Add Customer Note Entry with Waitwhile API on Custom Events from Zoom API
Zoom + Waitwhile
 
Try it
Add Customer Note Entry with Waitwhile API on New Submission (Instant) from Jotform API
Jotform + Waitwhile
 
Try it
Add Customer Note Entry with the Waitwhile API

Add a customer note entry. See the doc here

 
Try it
Create Customer with the Waitwhile API

Create a customer. See the doc here

 
Try it
Create User Invite with the Waitwhile API

Create a user invite. See the doc here

 
Try it
Delete Customer Note Entry with the Waitwhile API

Delete a customer note entry. See the doc here

 
Try it
Export Customers with the Waitwhile API

Export Customers to CSV or JSON format. See the doc here

 
Try it

Authentication

Waitwhile uses API keys for authentication. When you connect your Waitwhile account, Pipedream securely stores the keys so you can easily authenticate to Waitwhile APIs in both code and no-code steps.

To retrieve your API keys,

  • Navigate to your Waitwhile account and sign in
  • Go to “Settings” > “API & Webhooks”