POST

Notify


Sends notifications based on the template and dynamic values provided.

Note: An app can call this endpoint up to 100,000 times per month for each site.

When you create a notification template, you are provided a notification template ID. Call the Notify endpoint with this ID as notificationTemplateID to trigger notifications based on that template.

If the notification template contains placeholders for dynamic values, provide those values as key-value pairs in the dynamicValues array. The values you specify are incorporated in the notifications sent out.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Notifications
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/notifications/v3/notify

Did this help?