Status Page Subscribers

Subscribers object

Add, update and remove Subscribers from your status page.


Endpoint

https://api.sorryapp.com/v1/pages/:page_id/subscribers/(:subscriber_id)

Object

These are the attributes which represent the object, most of which can be posted too and received in response to the actions.

Attribute Name Description
id The unique identifier for the subscriber
email The subscriber’s email address, we’ll use this address to send them status notices, assuming you have an Email publisher configured on your page.
phone_number The subscriber’s mobile phone number, including its international country code, we’ll use this address to send them status notices, assuming you have an SMS publisher configured on your page.
slack_webhook_url The Slack URL to which the subscriber wishes to receive notifications.
microsoft_teams_url The Microsoft Teams URL to which the subscriber wishes to receive notifications.
notify_by_email Subscriber wishes to receive notifications by Email.
notify_by_phone_number Subscriber wishes to receive notifications by SMS.
notify_by_slack_webhook_url Subscriber wishes to receive notifications by Slack.
notify_by_microsoft_teams_url Subscriber wishes to receive notifications by Microsoft Teams.
first_name The persons first name, displayed in your subscribers list.
last_name The persons first name, displayed in your subscribers list.
nickname An alternative name to be used in place of their real name.
company The persons first name, displayed in your subscribers list.
tag_list A comma separated list of tags you can use to help identify and find subscribers through the API.
created_at The date/time the record was created.
updated_at The date/time the record was last updated.
include components