Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 2.13 KB

File metadata and controls

35 lines (27 loc) · 2.13 KB

Welcome to Engage Digital Messaging sample apps

Here you can find 2 examples of iOS integration with Engage Digital Messaging.


ℹ️ The RcConfigSource.json file should be edited in order to connect this application to your Engage Digital Messaging channel.

Here is the file structure:

[
  {
    "name": "CHANGE_HERE",
    "description": "CHANGE_HERE",
    "domainName": "CHANGE_HERE",
    "apiSecret": "CHANGE_HERE",
    "hostname": "CHANGE_HERE"
  }
]
Parameter Description Mandatory
name Informative text NO
description Informative text NO
domainName Your Engage Digital domain name YES
apiSecret Your Engage Digital Messaging channel API secret YES
hostname Engage Digital Messaging hostname including the leading . (ask your Engage Digital project manager) NO (defaults to .messaging.dimelo.com if not present)

Please refer to home documentation for details