Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 490 Bytes

OutgoingIntegrationBrazePolicy.md

File metadata and controls

19 lines (12 loc) · 490 Bytes

TalonOne::OutgoingIntegrationBrazePolicy

Properties

Name Type Description Notes
base_url String The base URL of your Braze deployment.
api_key String The API key of your Braze deployment.

Code Sample

require 'TalonOne'

instance = TalonOne::OutgoingIntegrationBrazePolicy.new(base_url: your-braze-url.com,
                                 api_key: Your-REST-API-Key)