All, need your help.
Starting a trial currently for a location and doing appointment confirmation as a "DR" that the owner was comfortable with. Wrote out an automation, manually added appointment date and time to each contact, and then sent out texts pulling in the following:
"Hi {{contact.first_name}}, it's Ashley with {{location.name}}. You have an appointment on {{appointment.only_start_date}} at {{appointment.start_time}}. Can you please confirm you'll be there so we know not to give up your slot?" However, {{appointment.only_start_date}} and {{appointment.start_time}} aren't returning any data so the messages are going out blank!
Can anyone tell me where I went wrong?