You need to sign in to do that
Don't have an account?

Is it possible to set API only to bypass duplicate rules?
As the title suggests, I'm trying to have imports (through the bulk API) bypass our dupe rules, while maintaining this rule for users. Is this possible? Thanks!
What are you using to enforce the duplication rules?
If you are using the native Salesforce functionality, then you could define the DuplicateRuleHeader (https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_header_duplicateruleheader.htm) for the required API calls. Set allowSave to true to bypass the check.
Did you get this resolved. If so how? I have a form updated and creating contact records and I'm getting integration errors unless I disable alerts on my rules.
Thanks!
-Kris
On the Duplicate Rule itself, there's a Conditions section where you can set various Current User exclusions from the rule. Can't see an option specifically for API user, but if it has a specific Profile, then you're in luck!