Make a Phone Call on a click
# 🤝help
b
can i make a button or a clickable link that calls a phone number when clicked inside of chat bot something like tel:123456789
f
You can use markdown for this.
[+1-800-123-4567](tel:+18001234567)
c
the calls can't be made directly within the chat interface itself. What you could do howeverinvolves triggering an action within Botpress (such as by clicking a button or sending a specific message) that calls an external service (like Twilio) to initiate the phone call.
a
b
This is what I needed, thanks i will try it out
I mean like a button on a website
f
Perfect, let me know if it works
b
it works thanks. one for email should be something like this [example@gmail.com](example@gmail.com)
f
Yup, thank you for sharing!
b
no, thank you. how can i tag this post as solved?
f
You are very welcome, and I believe someone from the Botpress team has to do that, like @crooked-van-25152
c
Thanks guys! I'll mark this as solved.
3 Views