This page will help you get started with VWO Engage API's. You'll be up and running in a jiffy!

VWO Engage is a powerful new way of communicating with users. It allows websites on desktop and mobile to send push notifications to users. The notifications appear even when the user is not on the website, so they make for a great way to inform users and make them take actions (by clicking on notifications).

This document will help you understand the basics of the VWO Engage API.

The JavaScript API allows you to control subscriptions of individual subscribers. It can be used to:

  • Trigger opt-in boxes for subscribing to push notifications
  • Get current subscriber details (including unique ID)
  • Add subscribers to segments
  • Remove subscribers from segments

The REST API can be used to:

  • Send notifications to all subscribers/a list of subscribers/subscribers belonging to a particular segment, or even a particular subscriber
  • Add or remove subscribers from segments
  • Check reports of previous notification requests

Get started by reading basics of how VWO Engage works and then explore our JavaScript and REST API.