Braze
Why do teams who use Braze report huge increases in their productivity and KPIs when they add Aampe to their MarTech stack?
Read here to learn more.
Estimated setup time
15 minutes
Connection Requirements
- An API Key for your app group.
- The Braze dashboard URL that you use (
dashboard-01
to08
ordashboard-01.braze.eu
)
Aampe will essentially call the Braze API for sending messages
on your behalf.
Create an API key
- Once you are logged in to your Braze dashboard, go to Settings, and then select API Keys
under Setup And Testing - On this page you will find the Rest API Keys table
- Click on + Create New API Key
- Choose a name for your new key, such as aampe-push
- Tick the checkboxes next to messages.send, campaigns.trigger.send, campaigns.trigger.schedule.create, templates.email.list, and templates.email.info in the permission list
- Finalize the key creation.
- You can then view the newly created key by clicking on the gear icon at the right
- Copy the API key value.
- Login into the Aampe composer using your Aampe credentials.
Enter Configure -> Integrations -> Messaging Provider . Activate Braze
- Enter the API key and dashboard URL copied from the earlier steps. Your connection is now ready to deliver messages
Result Monitoring
Setting up an API Campaign in Braze allows you to send transactional messages by generating a campaign_id for use in your API calls. This process involves creating the campaign in the Braze dashboard and then using the campaign_id in your API requests to send messages. Here's a step-by-step guide to setting up an API Campaign:
Access the Braze Dashboard:
- Log in to your Braze account. Navigate to the Messaging section and select Campaigns.
- Create a New Campaign: Click on Create Campaign.Choose API Campaigns as the campaign type.
- Configure the Campaign: Name the Campaign: Provide a descriptive title to easily identify the campaign later.
- Add Message: Click on Add Message Select the message types (channels) you intend to use (e.g., Email, SMS, Push Notifications). This action will generate a campaign_id and a message variation ID for each channel.
- Optional - Add Conversion Events: If you wish to track specific user actions as conversions, you can add a conversion event to the campaign.
- Save the Campaign: After configuring the necessary settings, click on Save Campaign.
- Implement the API Campaign: Retrieve the campaign_id: After saving, note the campaign_id generated for your campaign.
- Prepare Your API Request:
- In your API request, include the campaign_id in the appropriate field as specified in Braze's Send Messages Endpoints documentation.
- For each platform included in the campaign, provide the corresponding message variation ID within the message object.
- Prepare Your API Request:
You are all set with Braze!
Updated 6 days ago