Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 807 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 807 Bytes

Trigger Call Link

So you're building some kind of an (no-code / low-code) integration but somehow the integration doesn't support links that are tel:+123455678? That's when you use this repo. Instead of tel: links.

Basic Usage

https://omranjamal.github.io/trigger-call-link/{phone_number}

If you want to call the number +012233445566, send the browser to: https://omranjamal.github.io/trigger-call-link/+012233445566

Auto Calling

If you want the browser to automatically promt for calling, add autocall somewhere in the URL.

https://omranjamal.github.io/trigger-call-link/autocall/{phone_number}

// OR

https://omranjamal.github.io/trigger-call-link/{phone_number}?autocall

License

PUBLIC DOMAIN