It would help if there was a node for:
Creating and Updating Person Account records in Salesforce Nonprofit Cloud
My use case:
Salesforce Nonprofit Cloud relies on person accounts as opposed to the standard lead and contact model that Sales Cloud uses. It would be great to be able to automate basic create and update CRM activities with n8n and Nonprofit Cloud.
Any resources to support this?
Salesforce Account Object Reference: Salesforce Developers
Note the IsPersonAccount boolean and all the fields that become writable if it’s set to true.
Example calls to upsert a record: Salesforce Developers
As I read it, this would be no different than a typical PATCH to an Account record aside from addressing the new fields that are enabled if IsPersonAccount=true.
Are you willing to work on this?
Yes! I’m no good in Typescript, but I’ll gladly volunteer to test.