Salesforce: Pull notes from salesforce?

Describe the issue/error/question

When working with the Salesforce node, I am able to write notes to Salesforce. Is there a way to pull notes that have been already added to salesforce?

If the feature is just simply not built in, does anyone happen to know the query I could run to pull them for a Contact?

Hey @JayVaglio, welcome to the community :tada:

You can query notes for a contact once you have the contact ID using Salesforce’s Object Query Language (SOQL):

In this example I am using a hardcoded contact ID of 0037Q000006COkSQAW, but you could of course use an expression here to read a contact ID from a previous node.

Hope this helps! Give me a shout if you have any trouble with this.

1 Like

This is perfect. Much appreciated for your help with this.

1 Like