The Wix CRM contact page 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.
Customers & Leads > Contacts (hover over a contact) > select View
The Wix CRM contact page features a dashboard menu plugin slot.
This slot is located in the More Actions menu in each contact's page.
From the Contacts page, hover over a contact and select View to access the corresponding contact page. The More Actions menu is located at the top of the page.
Use the following slot ID for the extends
property in your dashboard menu plugin's configuration in your app's dashboard:
slot ID: 79963a99-8680-4164-8961-8867fcb1751a
For example:
Important:
"iconKey"
.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 |
---|---|---|
contactId | String | Contact 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 bottom.
You can implement logic in your plugin using the Wix CRM Contacts APIs:
Slot | ID | Parameters |
---|---|---|
More Actions menu | 79963a99-8680-4164-8961-8867fcb1751a | contactId |