Re: File Upload & Push to Salesforce

Joon_Park
Level 2

File Upload & Push to Salesforce

I have checked out many helpful discussions here in regards to file upload with Marketo forms with encode Base64, however I do see that size limits may become an issue within Marketo.

Essentially we want potential leads to be able to upload a file (.docx, .pdf only) and we would need to push this file into SalesForce.

Is there a way we can do this? Thanks in advance.

4 REPLIES 4
Grégoire_Miche2
Level 10

Re: File Upload & Push to Salesforce

Hi Joon,

Not an easy one

One thing is sure: Marketo will not push a file into SFDC. The best you could imagine is either push an encoded blob or a file URL. In both cases, you will need some processing in SFDC to restore a file from the blob or upload the file from the URL.

In anycase, the technique you should use is there: Re: HOWTO: Attach images to a Forms 2.0 form post

-Greg

SanfordWhiteman
Level 10 - Community Moderator

Re: File Upload & Push to Salesforce

+1 Greg

I would now use UploadCare -- but again, the file won't get into SFDC directly, though the URL to the file will.

Grégoire_Miche2
Level 10

Re: File Upload & Push to Salesforce

another piece to add to our Marketing technology stack

-Greg

Joon_Park
Level 2

Re: File Upload & Push to Salesforce

Thanks Greg and Sanford for the insightful information! I think we will end up storing the document in a S3 bucket (since we already have a subscription).