function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Célio XavierCélio Xavier 

Deployment package error

I need help please, I'm not able to deploy this package, has anyone been through this?
 
<?xml version="1.0" encoding="UTF-8"?>
<Package xmlns="http://soap.sforce.com/2006/04/metadata">
    <types>
        <members>NotificationTypeConfig</members>
        <name>NotificationTypeConfig</name>
    </types>
    <version>51.0</version>
</Package>
Print
 
SwethaSwetha (Salesforce Developers) 
HI Célio Xavier,
I tried to reproduce this behaviour on my side and do not see any error message while deploying. I used Workbench to test the deployment
User-added image

As the error message suggests, you need to ensure that the retrieved/specified notification types in NotificationTypeConfig.config are available in your org to fix the error.

Related: https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_notificationtypeconfig.htm

If this information helps, please mark the answer as best.Thank you