From Bright Pattern Documentation
Jump to: navigation, search
• 5.19

Appendix A

Configuring Click-to-Dial From Third-Party Apps

The Mobile app supports the capability to make outbound calls that are initiated as call attempts from third-party applications on the same mobile device; this can be accomplished by using the app's click-to-dial buttons to invoke Mobile to make such calls.

The following information is for third-party-app developers who want to enable click-to-dial via Mobile in their apps.

iOS

The following are the supported formats for custom URL schemes:

bp:{phone_number}
bp://{phone_number}

Examples:

bp:16505294099
bp://16505294099

For third-party apps developed for iOS, please review the following Apple Developer Xcode article:

Android

The following are the supported formats for deep links:

bp:{phone_number}
bp://{phone_number}

Examples:

bp:16505294099
bp://16505294099

For third-party apps developed for Android, please review the following Android Developers article:

Cross-Platform Universal Links

The following format is supported for cross-platform links:

https://brightpattern.com/clicktodial/{phone_number}


Examples:

bp:16505294099
https://brightpattern.com/clicktodial/16505294099

For third-party apps developed for both iOS and Android, please review the following articles: