Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.12 KB

OutgoingIntegrationMoEngagePolicy.md

File metadata and controls

23 lines (16 loc) · 1.12 KB

TalonOne::OutgoingIntegrationMoEngagePolicy

Properties

Name Type Description Notes
base_url String The base URL of your MoEngage deployment, containing the MoEngage data center number (represented by `0X`).
app_id String MoEngage APP ID. See MoEngage Developer Guide.
data_api_id String MoEngage DATA API ID. See MoEngage Developer Guide.
data_api_key String MoEngage DATA API Key. See MoEngage Developer Guide.

Code Sample

require 'TalonOne'

instance = TalonOne::OutgoingIntegrationMoEngagePolicy.new(base_url: https://api-01.moengage.com,
                                 app_id: LDUBEU9PLTPYXV30SMTYAAAA,
                                 data_api_id: LDUBEU9PLTPYXV30SMTYAAAA,
                                 data_api_key: R95crrAAdZ747QLXe8LwnGLX)