Sha256: 8d1dc942059478654e44acbc271840588e7314c6732a4c5e5a7c093a732a359a
Contents?: true
Size: 1.12 KB
Versions: 3
Compression:
Stored size: 1.12 KB
Contents
# 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](https://developers.moengage.com/hc/en-us/articles/4404674776724-Overview). | **data_api_id** | **String** | MoEngage DATA API ID. See [MoEngage Developer Guide](https://developers.moengage.com/hc/en-us/articles/4404674776724-Overview). | **data_api_key** | **String** | MoEngage DATA API Key. See [MoEngage Developer Guide](https://developers.moengage.com/hc/en-us/articles/4404674776724-Overview). | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::OutgoingIntegrationMoEngagePolicy.new(base_url: https://api-01.moengage.com, app_id: LDUBEU9PLTPYXV30SMTYAAAA, data_api_id: LDUBEU9PLTPYXV30SMTYAAAA, data_api_key: R95crrAAdZ747QLXe8LwnGLX) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
talon_one-7.0.0 | docs/OutgoingIntegrationMoEngagePolicy.md |
talon_one-6.0.0 | docs/OutgoingIntegrationMoEngagePolicy.md |
talon_one-5.0.0 | docs/OutgoingIntegrationMoEngagePolicy.md |