Importing public status page subscribers
You may use the public status page subscription bulk API for this operation:
https://api.ilert.com/api/status-pages/{status-page-id}/subscribers_bulk?import=true[
{
"target": "+49171123123", // EMAIL, PHONE NUMBER, URL
"type": "SMS" // EMAIL, SMS, WEBHOOK
"locale": "en-GB", // en-GB | de-DE
"services": [1, 2, 3] // optional list of service (id) restrictions (just leave out the whole key if not needed)
},
...
]Last updated
Was this helpful?