foreach ( $error_object_maps as $mapping_object ) {
                $body .= sprintf(
                    // translators: placeholders are: 1) the mapping object row ID, 2) the ID of the Salesforce object, 3) the WordPress object type.
                    '<li>' . esc_html__( 'Mapping object id (if it exists): %1$s. Salesforce Id: %2$s. WordPress object type: %3$s', 'object-sync-for-salesforce' ) . '</li>',
                    isset( $mapping_object['id'] ) ? absint( $mapping_object['id'] ) : '',