Braze is a mobile engagement platform that enables businesses to deliver personalized messaging and campaigns to their users through various channels. This should be used instead of "Appboy" since the company renamed in 2018.
Questions tagged [braze]
21 questions
2
votes
1 answer
Has anyone successfully used Braze/Appboy with Nuxt.js?
Braze/Appboy can be used with Vue but there's no Nuxt version and "braze nuxt" or "appboy nuxt" yields zero result on Google.
This answer proposes a way to install a regular npm package on Nuxt, however would that solution also work for Braze?
I…

drake035
- 3,955
- 41
- 119
- 229
2
votes
2 answers
Appboy initialize handler
I am using the appboy web sdk. How do I know when app boy is initialized and ready for calling functions on it? Is there a function to know when appboy is ready. Also is the initialize and open session is functions that synchronous?

Chris Hansen
- 7,813
- 15
- 81
- 165
1
vote
1 answer
Braze send data to be displayed in campaign email
I'm using braze API to send transactional emails. For now I'm triggering the sent manually using their API which works fine. But in this command below you see I'm sending a custom data in trigger_properties first_name. I'm unable for now to display…

Melchia
- 22,578
- 22
- 103
- 117
1
vote
1 answer
Use Custom Event Properties for Canvas Decision Splits in Braze?
Problem: Is it possible to use custom event properties (triggering a canvas) inside the canvas, e.g. for decision splits?
Example: Fire a custom event A into braze, containing a custom attribute "status = {X, Y}". Create an action-based campaign w/…

Alexander Reusch
- 11
- 2
1
vote
1 answer
RCTEventEmitter payload is null in React Na
I have the following that emits an event from my iOS app to React Native.
iOS
- (void)sendBrazeDeepLinkUrlToReactNative: (NSString *) payload {
if (hasListeners) {
[self sendEventWithName:@"incomingRNAppEvent" body:@{@"url":payload}];
…

Glennweb
- 99
- 5
1
vote
1 answer
How to display Appboy HTML inAppMessage in React JS app
I need to to show a braze inAppMessage HTML pop up in my React JS application. here is my code base
export const displayCustomInAppHTMLMessage = msgTxt => {
const message = new appboy.HtmlMessage(msgTxt);
…

reactdesign
- 167
- 1
- 11
1
vote
1 answer
Appboy iOS implementation
I have implmented appboy in iOS app for push notifications.
This was working fine previously but from last two days its giving an error when I am trying to test a push.
"None of the users with email or id asd111@gmail.com have matching push tokens…

Pankaj Bhardwaj
- 2,081
- 1
- 17
- 37
1
vote
1 answer
AppBoy iOS push notifications
I'm trying to set up iOS Push Notifications and I've been going round in circles for the past 4 hours and got nowhere.
The app is written in Swift 2.3.
I set up the AppBoy application...
Appboy.startWithApiKey("blahblahblahblah",…

Fogmeister
- 76,236
- 42
- 207
- 306
1
vote
2 answers
Extracting string and comparing with date
I have a string "products_2016-05-09" where 2016-05-09 is date appended in the string. I want to extract this date. If the date is minus 1 day I want to display string "products". How can I do this in liquid syntax?

Deepika Rajani
- 564
- 5
- 15
1
vote
1 answer
Appboy-iOS-SDK/AppboyKit.h not found
I have installed Appboy 2.22 using CocoaPods.
I'm getting the following error in my AppDelegate when I try to #import "Appboy-iOS-SDK/AppboyKit.h":
Appboy-iOS-SDK/AppboyKit.h not found.

Anand Prakash
- 87
- 1
- 8
0
votes
0 answers
Cannot get Braze InApp Messages to show up in my appllication
for some reason i cannot get Braze In App Messages to show up on my app
i can get normal push notifications fine so I assume the settings of how braze is implemented are correct
I'm also following the steps…

Chief Madog
- 1,738
- 4
- 28
- 55
0
votes
0 answers
How to replicate a Braze Canvas Webhook in Salesforce Marketing Cloud
In efforts to migrate my current platform (Braze) to SFMC (Salesforce Marketing Cloud), I am required to replicate the Braze Canvas Webhooks in SFMC. How do I go about that.
I tried finding documentation but could not find anything fruitful.

aryashah2k
- 638
- 1
- 4
- 16
0
votes
0 answers
Braze SDK Web Application in Next.js SSR
I'm trying to get some images from Braze dashboard (Content Card banner), but when I'm calling all the necessary functions, will pop-up a default UI card (imagine those adds from forums with promotions, click this button etc).
Here is an example of…

Paleo
- 3
- 3
0
votes
0 answers
How to Code Braze Web SDK Content Cards - Tutorial For Beginners
I have used their website docs and followed their YouTube videos, but I am still having trouble setting this up.
I am looking to test locally using gulp and BrowserSync, but it will also be going into production/staging, using our CMS (Salesforce…

Evan Marshall
- 11
- 3
0
votes
0 answers
Getting the issue while running the project Failed to build module 'BrazeKit'; this SDK is not supported by the compiler
I installed ios related configuration as per braze document react native cofiguration but in android side i got the success and i am able to initialize the braze SDK. But as mentioned above i am not able to fix the issue in android side. Thanks in…

Samadhan Patil
- 27
- 6