The RSVP Event page's Guests tab has a dashboard menu plugin slot. Slots are the placeholders in the UI for plugins. The slot ID is the value for the required extends
field when configuring the plugin in the App Dashboard.
Events > Published > Event (RSVP event) > Guests tab
To test your plugin on a site, do the following:
The RSVP Event page's Guests tab features a dashboard menu plugin slot.
This dashboard menu plugin slot is located in the more actions menu in the Guests tab.
Add a menu item that allows site owners to send an sms notification to selected guests.
Use the following slot ID for the extends
property in your dashboard plugin's configuration in your app's dashboard:
slot ID: f35dc417-bb7b-41c6-af99-c5a86c60f54a
For example:
Important: The hosting platform must be "BUSINESS_MANAGER".
Apps built by Wix pass parameters via dashboard slots for you to utilize in your plugin's functionality. Learn how to interact with and retrieve parameters from the dashboard page.
This slot passes the following parameters:
Name | Type | Description |
---|---|---|
rsvpId | String | RSVP ID. |
This menu plugin slot can host multiple plugins.
The plugins are displayed vertically and ordered by date created, with the most recently created plugin displayed at the top.
You can implement logic in your plugin using the Wix Events APIs:
Slot | ID | Parameters |
---|---|---|
More actions menu | f35dc417-bb7b-41c6-af99-c5a86c60f54a | rsvpId |