ערוך

שתף באמצעות


Email sending data access and privileges

When core sending is composing an email, it needs to fill in dynamic email elements with actual data. Normally, the data is retrieved from core sending's own cache. In the case of 1-n relationships, which are used in #each statements, the data might be fetched directly from Dataverse.

Grant data access permissions

To ensure proper email sending functionality, make sure that the Customer Insights - Journeys user has all the necessary rights and privileges to access the entities they want to use inside an email.

Errors from data access issues

If there's a data access issue, one of the following errors may occur:

  • During email validation, validation will fail with a message indicating missing access rights and a list of affected entities.
  • During email sending, if the data can't be acquired one of two potential interactions will be shown: either a MissingDataAccessRights interaction, or an Other interaction specifying MissingPrivilegesError.

To resolve the above-listed errors, ensure that the Customer Insights - Journeys user has the necessary access rights to all the entities inside the email by following the steps described above.