Trying To Insert A campaign record to salesforce via HTTP, not getting an error but no record is created,
this is my setting:
Method
POST
URL
https://(HIDDEN ON PURPOSE..) .force.com/services/data/v58.0/sobjects/Campaign/
Authentication
Predefined Credential Type
Credential Type
Salesforce OAuth2 API
2 scopes available for Salesforce credentials
Salesforce OAuth2 API
Salesforce account
Send Query Parameters
Send Headers
Specify Headers
Using Fields Below
Header Parameters
Name
Content-Type
Value
application/json
Send Body
Body Content Type
Raw
Content Type
JSON
Body
{ “Name”: “Test Campaign Raw Body” }
Options
Ensure the Salesforce Object API name is correct, check and confirm your Salesforce org has access to that object and your user/credentials have the Create permission on Campaign
Check OAuth2 credential scope and connection. Make sure your Salesforce OAuth2 credentials are correctly connected.
You can have a check on the HTTP status code: create a Code Node after the HTTP REQUEST