-
Notifications
You must be signed in to change notification settings - Fork 12k
Closed
Labels
Low priorityCreated by Linear-GitHub SyncCreated by Linear-GitHub Syncemailsarea: emails, cancellation email, reschedule email, inbox, spam folder, not getting emailarea: emails, cancellation email, reschedule email, inbox, spam folder, not getting emailworkflowsarea: workflows, automationsarea: workflows, automations🐛 bugSomething isn't workingSomething isn't working
Description
Found a bug? Please fill out the sections below. 👍
Issue Summary
When using the {CANCEL_URL} variable for the email body (and potentially text) with a seated booking, the received message shows https://cal.com/booking/undefined?cancel=true as the link for all bookers after the first booker.
Steps to Reproduce
- Create a new event type
- Under the Advanced tab, enable Offer seats
- Set the seat limit to 2
- Disable show the number of available seats
- Save
- Under the Workflows tab, create a new workflow
- Set this workflow to trigger When new event is booked
- Set the email body to '{CANCEL_URL}'
- Save
- Book a slot on an email (not the email that created the Event Type)
- Check that email account's inbox and observe that the url shows up properly (https://cal.com/booking/{UID_HERE}?cancel=true&cancelledBy={EMAIL_1_HERE})
- Book that same slot (time and data) on a different account
- Check that email account's inbox and observe that the link shows up with an unidentified undefined in the url (https://cal.com/booking/undefined?cancel=true&cancelledBy={EMAIL_1_HERE})
Actual Results
- The url doesn't properly show the link to cancel.
Expected Results
- The url should show the link to cancel.
Evidence
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Low priorityCreated by Linear-GitHub SyncCreated by Linear-GitHub Syncemailsarea: emails, cancellation email, reschedule email, inbox, spam folder, not getting emailarea: emails, cancellation email, reschedule email, inbox, spam folder, not getting emailworkflowsarea: workflows, automationsarea: workflows, automations🐛 bugSomething isn't workingSomething isn't working