How to integrate push notifications with Appboy

8
appboy-Send Better Push Up your push notification game with appboy

Transcript of How to integrate push notifications with Appboy

Page 1: How to integrate push notifications with Appboy

appboy-Send Better Push

Up your push notification game with appboy

Page 2: How to integrate push notifications with Appboy

What is push?

• Give marketers the power to engage their audience

• A tool for driving inactive customers back to your app

• Deliver urgent messages

Page 3: How to integrate push notifications with Appboy

What isn’t push• A way to give customers frequent, low-level

updates

• A message type that works only on mobile devices

• A channel that is easy for customers to ignore

Page 4: How to integrate push notifications with Appboy

What happens if push notes are misused??

78% of people uninstall the app of disable push notes

for the app

Page 5: How to integrate push notifications with Appboy

What kind of push notes are there?

• Mobile Push

• Wearables Push

• Web Push

Page 6: How to integrate push notifications with Appboy

Challenges in push• A time sensitive promotion

• Customers getting annoyed

• Inactive customers

• Customers haven’t taken advantage of new features

• Large percentage of customers opted-out of push

Page 7: How to integrate push notifications with Appboy

How appboy comes to our rescue

• Gather customer data with appboy mobile and web SDK’s

• Personalize messages

• Send messages based on action or time

Page 8: How to integrate push notifications with Appboy

Example• Sending messages via API Triggered delivery

POST https://api.appboy.com/campaigns/trigger/sendContent-Type: application/json{ "app_group_id": (required, string) see App Group Identifier below, "campaign_id": (required, string) see Campaign Identifier, "trigger_properties": (optional, object) personalization key/value pairs that will apply to all users in this request "recipients": (optional, array) [ { "external_user_id": (required, string) External Id of user to receive message, "trigger_properties": (optional, object) personalization key/value pairs that will apply to this user (these key/value pairs will override any keys that conflict with trigger_properties above) }, ... ]}