Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 644 Bytes

OutgoingIntegrationCleverTapPolicy.md

File metadata and controls

21 lines (14 loc) · 644 Bytes

TalonOne::OutgoingIntegrationCleverTapPolicy

Properties

Name Type Description Notes
base_url String The base URL that is based on the region key of your CleverTap account.
account_id String The CleverTap Project ID.
passcode String The CleverTap Project passcode.

Code Sample

require 'TalonOne'

instance = TalonOne::OutgoingIntegrationCleverTapPolicy.new(base_url: your-clevertap-url.com,
                                 account_id: A9X-7A6-4A6B,
                                 passcode: ABB-BAF-AWZP)