Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.

Send2CRM also allows additional mappings that act on the same form identifier, or automations that process the same event, to perform additional tasks.

Re-generating

If you need to re-generate the default records, they can be created by executing the following anonymous Apex:

Code Block
languagejava
// Delete existing mappings with Send2CRM Messenger identifier, and create defaults.
send2crm.MessageMappingHelper.generateMessageMapping();

// Delete existing automations with Send2CRM Messenger 'message viewed' event, and create default.
send2crm.MessageMappingHelper.generateMessageAutomation();