Wix CRM: Contact Page

The Wix CRM contact page has 1 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 Wix Dev Center.

Location in Dashboard

Customers & Leads > Contacts {hover over a contact} > Select View

Dashboard menu plugin slots

The Wix CRM contact page features 1 dashboard menu plugin slot.

The slot is found in the More Actions menu of the contact dashboard 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:

This slot passes the following parameters:

  • contactId

Use the following slot ID for the extends property in your dashboard menu plugin's configuration in the Dev Center:

Contact page More Actions menu slot ID: 79963a99-8680-4164-8961-8867fcb1751a

Here is an example of a menu plugin configuration object:

Copy
1

Important:

  • The hosting platform must be "BUSINESS_MANAGER".
  • This slot must include an icon to comply with Wix's style requirements. Provide the icon's name as the value for "iconKey".

Interaction between the dashboard page and your plugin

To interact with and retrieve data from the dashboard page use one of the following functions:

Copy
1
Copy
1

Wix APIs

You can implement logic in your plugin using the Wix CRM Contacts APIs:

Multiple dashboard menu plugins in the same slot

This plugin slot can host multiple plugins.

Dashboard menu plugins are displayed vertically and ordered by date created, with the most recently created plugin displayed at the bottom.

Slot IDs

SlotIDParameters
Contact page More Actions menu slot5c6c70b7-5041-404d-81b6-1f7ce19acf0fcontactId

See also

Was this helpful?
Yes
No