Skip to content

jetlinkio/jetlink-ios-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

37 Commits
Β 
Β 

Repository files navigation

Jetlink iOS - How to use Jetlink messaging UI in iOS applications

Website

Meaningful experiences + high ROI delivered with the most sophisticated Conversational AI

HOW TO USE JETLINK

1. Place any suitable icon on you application.

It can be used in Menu, Header Bar or anywhere that you want your users can reach chatbot interface.

2. Open Jetlink Webview URL after clicking chatbot icon

You can find Jetlink Webview URL on your Jetlink Dashboard. It should be in Settings -> iOS

Jetlink WebView URL can be as following

https://public.jetlink.io/Home/MobilSDK?appId=<YOUR-APP-ID>&appKey=<YOUR-APP-KEY>
	&mobileSDKType=ios&mobileDeviceName=<DEVICE-NAME>&mobileDeviceOS=<DEVICE-OS-VERSION>

How to initialize Jetlink UI with User's Login Information

You can also open Jetlink Webview URL with your user's login information such as name, surname, email, phone number, and userId

https://public.jetlink.io/Home/MobilSDK?appId=<YOUR-APP-ID>&appKey=<YOUR-APP-KEY>
	&mobileSDKType=ios&mobileDeviceName=<DEVICE-NAME>&mobileDeviceOS=<DEVICE-OS-VERSION>
	&username=<USER-FIRST-NAME>&userSurname=<USER-SURNAME>
	&userEmail=<USER-EMAIL>&userPhone=<USER-PHONE-NUMBER>
	&userSourceUserId=<USER-UNIQUE-ID-IN-YOUR-SYSTEM>

You can send any user sensitive information via Jetlink WebView URL. Name, surname, email, phone and your user unique ID... You can send all or some of these due to which information is stored on your system. Jetlink UI will open with these information and remember the user by these values another time they will chat again.

That's all.. You can start messaging on your on mobile applicaion.

About

πŸ“± iOS SDK to use Jetlink in your own mobile app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published