Retrieve a List of Supported Events

This endpoint retrieves supported event types in Responsys. A successful response returns a list of all supported event types. The events returned are the event types for which you can create subscriptions.

Service URL:

/rest/api/v1.3/notifications/eventList

Request Method:

GET

Request Header:

Authorization=<AUTH_TOKEN>

Content-Type=application/json

Request Body - Required Properties:

Not applicable

Sample Request Body

Not applicable

Sample Response Body - Success

[
  "EMAIL_BOUNCED",
  "EMAIL_FAILED",
  "EMAIL_SKIPPED",
  "EMAIL_CLICKED",
  "SMS_FAILED",
  "SMS_SKIPPED",
  "SMS_MO_FW_FAILED",
  "MMS_SKIPPED",
  "MMS_FAILED",
  "PUSH_SKIPPED",
  "PUSH_FAILED",
  "PUSH_BOUNCED",
  "WEBPUSH_FAILED",
  "WEBPUSH_SKIPPED",
  "WEBPUSH_BOUNCED",
  "WEBPUSH_CLOSED",
  "EMAIL_OPTOUT",
  "EMAIL_OPTIN",
  "EMAIL_COMPLAINT",
  "PUSH_OPT_IN",
  "PUSH_OPT_OUT",
  "SMS_OPT_IN",
  "SMS_OPT_OUT",
  "WEBPUSH_OPTIN",
  "WEBPUSH_OPTOUT",
  "WEBPUSH_FAILED",
  "SMS_RECEIPT"
]

The payloads Responsys will send for each event type are outlined here.

Learn more

Event Responses