wix-crm-backend
The wix-crm-backend module contains functionality for working with your site's contacts from backend code. Learn more.
Additional information about this section
Perform actions on an object
- emailContact( )
Deprecated. This function will continue to work, but a newer version is available at wix-crm-backend.triggeredEmails.emailContact().
- createContact( )
Deprecated. This function will continue to work, but a newer version is available at wix-crm-backend.contacts.createContact().
- deleteContact( )
Deprecated. This function will continue to work, but a newer version is available at wix-crm-backend.contacts.deleteContact().
- getContactById( )
Deprecated. This function will continue to work, but a newer version is available at wix-crm-backend.contacts.getContact().
- updateContact( )
Deprecated. This function will continue to work, but a newer version is available at wix-crm-backend.contacts.updateContact().
- Contacts
The Contacts API is used to manage a site's contacts.
- Events
Events that are fired by actions relating to site contacts.
- Notifications
The Notifications API is used to send notifications to the site owner and contributors.
- Tasks
The Tasks API is used to manage a site's tasks.
- TriggeredEmails
The Triggered Emails API is used to send triggered emails to your site's contacts and members.
- Workflows
The Workflows API is used to manage your site's workflows.
Related Content