Send personalized in-app messages & broadcasts from your React Native apps
We recently released our React Native library to the public, by taking advantage of our native iOS and Android libraries, we're providing a JavaScript interface to use within your React Native app.
The library wraps around the core components of Gist enabling you to send personalized messages and broadcasts to your app.
You can use Gist to:
- Improve marketing automation
- Onboard customers with tailored messaging
- Make timely announcements
- Enable customers to learn about promotions
- Deliver product-wide messaging (Payment issues, downtime, etc)
Setup in minutes
After adding the new dependency, set up the library by providing your Gist Organization Id.
Gist.setup("your-organization-id");
Targeting customers
To target customers with personalized messages, set the user token to your customer's unique id.
Gist.setUserToken("unique-user-token");
Broadcast to segments
You can use broadcasts to target an audience based on the topics your customers / anonymous users are subscribed to.
Gist.subscribeToTopic("announcements");
Send messages from anywhere
Our webhook API enables you to integrate Gist into your favorite tool. We have guides for Customer.io, Firebase Cloud Functions & more.
Sounds interesting? Try Gist for free, just create a free account and follow our Getting Started guide.