YouCanBook.Me

Online scheduling tool for customer bookings. Automatically create unique virtual meeting links for meetings scheduled through YouCanBook.me. Custom availability and control. Set up custom availability, padding between appointments and appointment duration.

Go to site
Explore
/
Apps
/
YouCanBook.Me

YouCanBook.Me API Integrations

Build and run workflows using the YouCanBook.Me 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

The YouCanBook.me API allows developers to easily integrate booking and appointment-scheduling capabilities into any website or application. With the API, developers can programmatically build bookable experiences that let customers book available appointments and see a personalized, real-time view of their calendars.

The API lets developers customize the booking experience in a wide variety of ways. You can easily adjust the button design, create custom booking forms, define how and when customers will receive a booking confirmation, add additional fields, provide access to members-only appointments, and plenty more.

With the YouCanBook.me API, you can build the following:

  • Scheduling Widgets: Create widgets with simple embed codes that can be custom-styled to fit the look and feel of your website.
  • Automated Appointment Reminders: Send automated reminder emails or text messages to customers when an appointment is approaching.
  • Online Payment Portals: Link the WooCommerce or Shopify payment gateways to the YouCanBook.me API for secure online payments.
  • Messaging Integrations: Create automated messaging experiences with other providers like WhatsApp, Telegram, Facebook Messenger, and more.
  • Automated Notifications: Send automatic notifications to customers and staff when bookings are made or cancelled.
  • Calendar Connections: Connect YouCanBook.Me with 3rd-party calendaring applications, like iCalendar and Google Calendar.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    youcanbook_me: {
      type: "app",
      app: "youcanbook_me",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.youcanbook.me/v1/${this.youcanbook_me.$auth.account_id}/profiles`,
      auth: {
        username: `${this.youcanbook_me.$auth.username}`,
        password: `${this.youcanbook_me.$auth.api_key}`,
      },
    })
  },
})
Send Message (Advanced) with Discord Webhook API on New Booking from YouCanBook.Me API
YouCanBook.Me + Discord Webhook
 
Try it
Get Film with SWAPI - Star Wars API on New Booking from YouCanBook.Me API
YouCanBook.Me + SWAPI - Star Wars
 
Try it
Delete Record with Airtable API on New Booking from YouCanBook.Me API
YouCanBook.Me + Airtable
 
Try it
Send any HTTP Request with HTTP / Webhook API on New Booking from YouCanBook.Me API
YouCanBook.Me + HTTP / Webhook
 
Try it
Create Image with OpenAI (ChatGPT) API on New Booking from YouCanBook.Me API
YouCanBook.Me + OpenAI (ChatGPT)
 
Try it
New Booking from the YouCanBook.Me API

Emit new event for each new booking

 
Try it
New Cancelled Booking from the YouCanBook.Me API

Emit new event when a booking is cancelled

 
Try it

Authentication

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

Account owners can retrieve their Account ID and API key in their YouCanBook.Me settings. Navigate to Account > Password & Security. In the section Authentication and API, You can view/copy your account ID. Click the button to Generate your API key. For the username, use the email address of the account.