Simple newbie question here.
I’m setting up a automation to get a notification into slack when a call is book. That works fine but the I want to change the formatting of the time that goes into slack so it’s more readable.
It looks like this:
This is what how I have it setup:
Just use formatDate function
so write formatDate(yourstarttimevariable;MM/DD/YYYY)
Should look like this
replace now with your variable.
1 Like
Hey thanks, and I put that tool module between calendly and slack right?
1 Like
drnic
August 28, 2024, 9:36pm
4
Or you can use the function inside the module that has the “New Call Booked” text box
2 Likes
Yes do it within your module. I just used the set variable to show you how to do it.
1 Like
use this and it’ll work fine!
<!date^{{formatDate(1.scheduled_event.start_time, "X")}}^{date_short} at {time}|{{1.scheduled_event.start_time}}>