- Get notification settings in a location
Send SMS to the list of clients
Send SMS campaigns to customers matching the filters
Send Email newsletter according to the list of clients
Send email campaigns for clients matching the filters
Getting Message Statuses
Get User Notification Settings
Change User Push Notification Settings
Get notification settings...
The method allows you to get notification settings in a location.
Security
BearerPartnerUser
- Mock serverhttps://developer.alteg.io/_mock/en/b2b-v1/openapi/notification_settings/{location_id}/notification_types
- Productionhttps://api.alteg.io/api/v1/notification_settings/{location_id}/notification_types
curl -i -X GET \
'https://developer.alteg.io/_mock/en/b2b-v1/openapi/notification_settings/{location_id}/notification_types' \
-H 'Accept: string' \
-H 'Authorization: Bearer <YOUR_Bearer {PartnerToken}, User {UserToken}_HERE>' \
-H 'Content-Type: string'OK
Array of objects
Example:
[ { "type": "record_create_online_staff", "channels": { … } }, { "type": "record_move_admin", "channels": { … } }, { "type": "license_expire", "channels": { … } }, { "type": "record_create_offline_admin", "channels": { … } }, { "type": "record_create_offline_staff", "channels": { … } }, { "type": "record_create_online_admin", "channels": { … } }, { "type": "record_delete_admin", "channels": { … } }, { "type": "record_delete_staff", "channels": { … } }, { "type": "record_move_staff", "channels": { … } } ]
Response
{ "success": true, "data": [ { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … }, { … } ], "meta": { "count": 9 } }