Changeset 3364914
- Timestamp:
- 09/20/2025 09:30:23 AM (5 months ago)
- Location:
- notification-master
- Files:
-
- 2 edited
-
tags/1.6.6/readme.txt (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
notification-master/tags/1.6.6/readme.txt
r3364910 r3364914 128 128 * **[API & Webhooks](https://notification-master.com/docs/webhook/)** - Advanced integrations 129 129 130 == External Services == 131 132 This plugin connects to several external services to provide notification functionality. Below is a comprehensive list of all third-party services used: 133 134 ### **Notification Master Key Generation Service** 135 - **Service**: Notification Master's VAPID key generation API 136 - **Purpose**: Generates secure VAPID keys for web push notifications 137 - **Data Sent**: Your website URL for key pairing 138 - **When**: Only when you click "Generate Keys" in Web Push settings 139 - **Service URL**: https://notification-master.com 140 - **Terms of Service**: https://notification-master.com/terms/ 141 - **Privacy Policy**: https://notification-master.com/privacy-policy/ 142 143 ### **Instagram API (Meta)** 144 - **Service**: Instagram Basic Display API and Instagram Graph API 145 - **Purpose**: Auto-posting content to Instagram accounts 146 - **Data Sent**: Access tokens, post content, images, and captions 147 - **When**: When Instagram integration is configured and notifications are triggered 148 - **Service URLs**: 149 - https://api.instagram.com/oauth/access_token 150 - https://graph.instagram.com/ 151 - **Terms of Service**: https://developers.facebook.com/terms/ 152 - **Privacy Policy**: https://www.facebook.com/privacy/policy/ 153 154 ### **Discord Webhooks** 155 - **Service**: Discord webhook API 156 - **Purpose**: Sending notifications to Discord channels 157 - **Data Sent**: Message content, embeds, and webhook URLs you configure 158 - **When**: When Discord integration is enabled and notifications are triggered 159 - **Service URL**: https://discord.com/api/webhooks/ 160 - **Terms of Service**: https://discord.com/terms 161 - **Privacy Policy**: https://discord.com/privacy 162 163 ### **Facebook Graph API (Meta)** 164 - **Service**: Facebook Graph API 165 - **Purpose**: Posting notifications to Facebook pages 166 - **Data Sent**: Page access tokens, post content, and media you configure 167 - **When**: When Facebook integration is enabled and notifications are triggered 168 - **Service URL**: https://graph.facebook.com/ 169 - **Terms of Service**: https://developers.facebook.com/terms/ 170 - **Privacy Policy**: https://www.facebook.com/privacy/policy/ 171 172 ### **Custom Webhooks** 173 - **Service**: User-defined webhook endpoints 174 - **Purpose**: Sending notifications to custom API endpoints 175 - **Data Sent**: Notification data to URLs you configure 176 - **When**: When webhook integration is enabled and notifications are triggered 177 - **Note**: Terms and privacy policies depend on the specific services you configure 178 179 **Important**: All external service integrations are optional and only used when you explicitly configure them. No data is sent to external services unless you actively set up and enable specific integrations. You maintain full control over what data is shared and with which services. 180 130 181 == Installation == 131 182 -
notification-master/trunk/readme.txt
r3364909 r3364914 128 128 * **[API & Webhooks](https://notification-master.com/docs/webhook/)** - Advanced integrations 129 129 130 == External Services == 131 132 This plugin connects to several external services to provide notification functionality. Below is a comprehensive list of all third-party services used: 133 134 ### **Notification Master Key Generation Service** 135 - **Service**: Notification Master's VAPID key generation API 136 - **Purpose**: Generates secure VAPID keys for web push notifications 137 - **Data Sent**: Your website URL for key pairing 138 - **When**: Only when you click "Generate Keys" in Web Push settings 139 - **Service URL**: https://notification-master.com 140 - **Terms of Service**: https://notification-master.com/terms/ 141 - **Privacy Policy**: https://notification-master.com/privacy-policy/ 142 143 ### **Instagram API (Meta)** 144 - **Service**: Instagram Basic Display API and Instagram Graph API 145 - **Purpose**: Auto-posting content to Instagram accounts 146 - **Data Sent**: Access tokens, post content, images, and captions 147 - **When**: When Instagram integration is configured and notifications are triggered 148 - **Service URLs**: 149 - https://api.instagram.com/oauth/access_token 150 - https://graph.instagram.com/ 151 - **Terms of Service**: https://developers.facebook.com/terms/ 152 - **Privacy Policy**: https://www.facebook.com/privacy/policy/ 153 154 ### **Discord Webhooks** 155 - **Service**: Discord webhook API 156 - **Purpose**: Sending notifications to Discord channels 157 - **Data Sent**: Message content, embeds, and webhook URLs you configure 158 - **When**: When Discord integration is enabled and notifications are triggered 159 - **Service URL**: https://discord.com/api/webhooks/ 160 - **Terms of Service**: https://discord.com/terms 161 - **Privacy Policy**: https://discord.com/privacy 162 163 ### **Facebook Graph API (Meta)** 164 - **Service**: Facebook Graph API 165 - **Purpose**: Posting notifications to Facebook pages 166 - **Data Sent**: Page access tokens, post content, and media you configure 167 - **When**: When Facebook integration is enabled and notifications are triggered 168 - **Service URL**: https://graph.facebook.com/ 169 - **Terms of Service**: https://developers.facebook.com/terms/ 170 - **Privacy Policy**: https://www.facebook.com/privacy/policy/ 171 172 ### **Custom Webhooks** 173 - **Service**: User-defined webhook endpoints 174 - **Purpose**: Sending notifications to custom API endpoints 175 - **Data Sent**: Notification data to URLs you configure 176 - **When**: When webhook integration is enabled and notifications are triggered 177 - **Note**: Terms and privacy policies depend on the specific services you configure 178 179 **Important**: All external service integrations are optional and only used when you explicitly configure them. No data is sent to external services unless you actively set up and enable specific integrations. You maintain full control over what data is shared and with which services. 180 130 181 == Installation == 131 182
Note: See TracChangeset
for help on using the changeset viewer.