Skip to content
Start a Free 14-Day Trial

Webhooks

Use Apptoto webhooks to trigger automated actions whenever key events occur in your account.

Webhooks let you connect Apptoto to the rest of your workflow. Whenever something happens in Apptoto — an appointment is created, a participant confirms, a booking is made — Apptoto can automatically send a notification, fire an HTTP request to your own systems, or send a message to any phone number or email address you choose. ​

A webhook in Apptoto has two parts:

  • Trigger — the event you want Apptoto to watch for (e.g., “participant confirmed”)
  • Action — what Apptoto does when that event fires (send an SMS, send an email, or POST data to a URL)

You can attach multiple actions to a single trigger, and you can create as many triggers as you need.

Get an SMS or email the moment a participant cancels, confirms, or needs to reschedule — so you can act immediately without checking the dashboard.

Example: Send a text to your front desk number every time a participant replies “Cancel.”

TriggerActionResult
Participant confirmedSend emailStaff gets notified of the confirmation
Participant not comingSend SMSFront desk receives a cancellation alert
Booking request completedHTTP POSTNew booking data pushed to your CRM
Message failedSend emailYou’re alerted when a reminder couldn’t be delivered
Participant added to stop listHTTP POSTYour system is updated with the opt-out

Navigate to Settings > Integrations, then click the Webhooks section under “Advanced Integration Options.” From there you can add, edit, enable, disable, and delete both triggers and actions.