Register a property for a specific OTT platform. If you try to register an existing Messenger Page ID or LINE Channel ID resource, the details in the request payload override the details in Marketing Cloud Engagement.
JSON Parameters
Name
Type
Description
ottPlatformName
string
Required. Indicate the name of the OTT network the resource is being registered with values: line, messenger.
ottPlatformAttributes
object
Required. Object containing OTT platform attributes.
ottPlatformAttributes.applicationId
string
Facebook Application ID. Required for registering Messenger resource.
ottPlatformAttributes.applicationSecret
string
Facebook Application Secret. Required for registering Messenger resource.
ottPlatformAttributes.pageId
string
Facebook Page ID. Required for registering Messenger resource.
ottPlatformAttributes.pageName
string
Facebook Page Name. Required for registering Messenger resource.
ottPlatformAttributes.pageAccessToken
string
Access Token required to authenticate send messages requests to OTT networks.
ottPlatformAttributes.endpointUrl
string
Send API URL of the OTT network.
ottPlatformAttributes.callbackVerifyToken
string
Facebook Verify Token need to verify callback events.
ottPlatformAttributes.isActive
integer
Indicate if the OTT resource is active with values: 0 (Inactive), 1 (Active).
ottPlatformAttributes.channelId
string
LINE channel ID. Required for registering LINE resource.
ottPlatformAttributes.channelName
string
LINE channel name. Required for registering LINE resource
ottPlatformAttributes.channelSecret
string
LINE channel secret. Required for registering LINE resource.
ottPlatformAttributes.customerConnectSecret
string
LINE Customer Connect Secret needed for validating LINE inbound events when using Switcher API.
ottPlatformAttributes.isTransactional
integer
Indicate if LINE channel is Transactional or Reseller with values: 0 (Reseller), 1 (Transactional).
ottPlatformAttributes.isTestChannel
integer
Indicate if LINE channel is a Test channel with values: 0 (Not a test channel), 1 (test channel).