Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hello Community, I am working on uploading files from marketo form, for this purpose i used uploadcare but wanted to know is there any way through api integration were we can upload directly to Google drive. Thank you
Hello @Disha_Goyal6, Thank you for the response.Here is a test link: https://001-nqn-302.mktoweb.com/lp/001-NQN-302/Test.html
Hello Community, I recently integrated Uploadcare with Marketo, i add the following code to the forms rich text and the upload section was visible in the form:
Hello @SanfordWhiteman , Thank you for the response! Can you give a example for the same. I am currently using this Request Body:{ "fields": [ "firstName", "lastName", "id", "email" ], "format": "CSV", "columnHeaderNames": { "firstName": "First Name", "lastName"...
Hello Community, I'm looking to export leads from the Marketo database. According to the documentation, there's an API that allows exporting leads created within a specific month. However, I'm wondering if there's an alternative way to retrieve all leads. My objective is to generate a file that incl...
This is the error that received: { "requestId": "13da6#196d2e2a19b", "success": false, "errors": [ { "code": "610", "message": "Requested resource not found" } ]}
Hello Community, I have created a sample job using postman using this endpoint: POST /bulk/v1/leads/export/create.json with this request body: { "fields": [ "firstName", "lastName" ], "format": "CSV", "columnHeaderNames": { "firstName": "First Name", "lastName": "Last Nam...
Hello @SanfordWhiteman, Here is the LP: https://001-nqn-302.mktoweb.com/lp/001-NQN-302/Formlanding.html Thank you.
Hello Community, I recently Integrated UplaodCare with marketo using the rich text in form and included that in my lading page, I am able to the upload button but has no style how can i include my own style to it. It currently looks like this. Thank you
Hello @Disha_Goyal6, Added the js and the upload field is visible. Thank you