Skip to content

`tel:` links banned? Need an `https://` URL to send the user to trigger a call? You've come to the correct place.

Notifications You must be signed in to change notification settings

bonton-connect/trigger-call-link

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

`tel:` links banned? Need an `https://` URL to send the user to trigger a call? You've come to the correct place.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published