The Send2CRM messaging Messenger package uses core Send2CRM functionality for transporting message data. Upon installation several configuration records are automatically generated.
...
These records are marked with a ‘(System)’ suffix to differentiate them. They can be modified if necessary, but this is best avoided as it may break the messaging messenger integration. If you really must do so, we recommend copying and keeping an inactive copy of the original to reference.
...
Code Block | ||
---|---|---|
| ||
// Delete existing mappings with Send2CRM messagingMessenger identifier, and create defaults. send2crm.MessageMappingHelper.generateMessageMapping(); // Delete existing automations with Send2CRM messagingMessenger 'message viewed' event, and create default. send2crm.MessageMappingHelper.generateMessageAutomation(); |
...