OutSystems Forge 日本語データベース

Intercom Plugin

※Forge全件データの日本語検索サービスをご利用になりたい場合は、こちらまでお問合せください。

Forge英文サイト

2017-09-25 1.0.0 André Vieira All All Connectors, Collaboration, Plug-ins
お客様のモバイルアプリにIntercomを統合する
このモバイルプラグインを使用して、お客様のモバイルアプリにIntercomを追加します。 統合を設定するには、モバイルアプリでいくつかの設定を行う必要があります(ドキュメントを確認してください): { "preferences" : { "global": [ { "name" : "intercom-app-id", "value" : "" }, { "name" : "intercom-ios-api-key", "value" : "" }, { "name" : "intercom-android-api-key", "value" : "" } ] } } このすべての情報は、Intercom開発者のWebサイトで入手できます。また、これらの設定でGoogle通知を設定することもできます。 それの使い方? OnApplicationReadyイベントを使用して、プラグインの設定、ログインユーザの登録と通知の設定を行います(インターコム側の追加設定が必要です)。ユーザーIDを確認するには、UserHashを使用してください。 ログイン画面でログインクライアントアクションを変更して、ログインしているユーザーを登録します。 インターカムランチャーを常に画面上に表示する場合はShowLauncherアクション、メッセンジャーポップアップを開く場合はShowIntercomMessengerアクションを使用します。

[Overview]
Integrate Intercom into your Customer Mobile Apps
[Detail]
Use this mobile plugin to add Intercom to your customer mobile apps. To configure the integration you need to set up a few preferences in your mobile app (check documentation): { "preferences" : { "global": [ { "name" : "intercom-app-id", "value" : "" }, { "name" : "intercom-ios-api-key", "value" : "" }, { "name" : "intercom-android-api-key", "value" : "" } ] } } All this information is available in intercom developer website. Additionally, you can also configure Google notifications through these preferences. How to use it? Use the OnApplicationReady event to configure the plugin, registering logged in and out users and setting up notifications (notifications required additional setup on intercom side). Use UserHash to confirm user identities, more information here. Change the Login client action on the Login screen to register the logged in user. Then use the ShowLauncher action if you want Intercom launcher to be always present on the screen or the ShowIntercomMessenger action to open the messenger popup.
戻る