Re: Update SFDC custom object with REST

Adam_Hodgden1
Level 2

Update SFDC custom object with REST

Is it possible to update a SFDC custom object field with REST data? I'm looking for an easy solution but I've heard it's not possible. Thoughts?

6 REPLIES 6
Grégoire_Miche2
Level 10

Re: Update SFDC custom object with REST

Hi Adam,

Here is what you are looking for : Create/Update/Upsert Custom Objects » Marketo Developers

-Greg

Kenny_Elkington
Marketo Employee

Re: Update SFDC custom object with REST

Just want to point out for all reading this thread that this answer is not correct.  You cannot interact with SFDC custom objects via the Marketo custom objects APIs.

Anonymous
Not applicable

Re: Update SFDC custom object with REST

If the object is from Salesforce, you need to use the Salesforce API to update it in Salesforce.

John_M
Marketo Employee

Re: Update SFDC custom object with REST

+ 1. In Marketo, Your SalesForce custom objects are read only. You can't update them with the custom object marketo REST API as far as I'm aware.

Hank_Hansen
Level 5

Re: Update SFDC custom object with REST

I'm assuming there have been no recent changes related to this and writing to Salesforce custom objects still requires the Salesforce API? Or any news of forthcoming changes?

Kenny_Elkington
Marketo Employee

Re: Update SFDC custom object with REST

We don't currently have any plans to implement this.