Skip to content
Recued
Menu
← Back to recipes

Cancel an Acuity appointment

by recued-core v1

Approval-gated Acuity appointment cancellation workflow. It reads one appointment and its payments for context, then cancels that appointment through recued-core.acuity.appointment.cancel. It does not delete appointments, delete clients, mutate calendars, reschedule, block time, or call arbitrary endpoints. Acuity does not support un-canceling a canceled appointment.

How it works 6 steps

Inspect the data fetches, transforms, gates, and output this recipe runs.

Process (6 steps)
appointment ?
payments_raw ?
payments default
Apply default
payment_count count
Count items in payments
canceled ?
card to_summary
Format results as a summary card
Settings 6 configurable

Configurable at install. Defaults shown — change them anytime in Recued.

acuity setting =
skip email setting = false
cancel note setting =
mark no show setting = false
appointment id setting = 0
cancel as admin setting = false

Trust & control

What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.

Where it runs

Device + server Runs on your device (browser) or your server.

Permissions it requires

Read your Acuity connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

acuity acuityappointmentscancelfront-deskapprovalpack:acuity

Details

6 steps 6 configurable settings recipe_id: cancel-acuity-appointment