Calendly + Stripe: paid consultations and revenue tracking.
Connect paid Calendly bookings to Stripe charges, log meeting revenue to your CRM, or trigger Stripe actions on booking events. For coaches, consultants, and consultations.
Workflows fire when something happens in Calendly.
- Invitee CanceledWebhook
- New Meeting BookedWebhook
Workflows do something in Stripe, instantly.
- Cancel SubscriptionAPI
- Create ChargeAPI
- Create Checkout SessionAPI
- Create CouponAPI
- Create CustomerAPI
- Create Payment IntentAPI
Pick the way that fits your stack.
Pair pages are mirrored. Each direction gets its own dedicated page.
When something happens in Calendly, do it in Stripe.
2 Calendly triggers wired to 31 Stripe actions. Most-used pairing: Invitee Canceled → Cancel Subscription.
Or fire it the other way around.
10 Stripe triggers wired to 5 Calendly actions downstream.
See Stripe → Calendly →Common Calendly → Stripe workflows.
Pick a pairing to set it up in two minutes. Each one is a fully editable recipe.
Fires when a Calendly meeting is canceled by the invitee or host. Use to clean up CRM activity, release Zoom resources, or prompt a reschedule.
Fires when a Calendly meeting is canceled by the invitee or host. Use to clean up CRM activity, release Zoom resources, or prompt a reschedule.
Fires when a Calendly meeting is canceled by the invitee or host. Use to clean up CRM activity, release Zoom resources, or prompt a reschedule.
Fires when a Calendly meeting is canceled by the invitee or host. Use to clean up CRM activity, release Zoom resources, or prompt a reschedule.
Fires when someone schedules a meeting via Calendly. The standard hook for piping booked meetings into your CRM, sending prep, or auto-routing to the right team.
Fires when someone schedules a meeting via Calendly. The standard hook for piping booked meetings into your CRM, sending prep, or auto-routing to the right team.
Fires when someone schedules a meeting via Calendly. The standard hook for piping booked meetings into your CRM, sending prep, or auto-routing to the right team.
Fires when someone schedules a meeting via Calendly. The standard hook for piping booked meetings into your CRM, sending prep, or auto-routing to the right team.
Connect Calendly and Stripe in five steps.
No code, no glue, no half-day setup. Each step is one click.
- 1ConnectAuthorize Calendly and Stripe
Open TinyCommand, authorize Calendly and Stripe once each. Both connections are available to every workflow on your account.
- 2TriggerPick a Calendly trigger
Drop the Calendly → Invitee Canceled trigger onto the canvas. TinyCommand auto-registers the webhook.
POST /v1/webhooks/calendly.trigger-invitee-canceled - 3TransformAdd a filter or AI step
Optionally add a Filter node ("subject contains URGENT") or an AI step ("classify intent") between trigger and action.
- 4ActionAdd the Stripe action
Drop the Stripe → Cancel Subscription action below it. Map fields from the Calendly payload into the Stripe inputs.
stripe.cancel-subscription - 5PublishPublish and forget
Hit Publish. TinyCommand runs it in production from second one. Watch the run-log fill up.