Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Is there a way to sync a Marketo Program to a Salesforce Campaign programmatically via the API? We want to conduct 4-5 GoToWebinars a week and want to find a way to automate this process instead of manually creating Marketo Programs and syncing them to SFDC Campaigns.
I see in the documentation that Bulk Lead Import is a "createOrUpdate" record operation.Is there any way to do a "createOnly" operation? We are using a document scraper to bulk import leads and the resume scraper has a ~80% success rate and certain important values (such as phone number) sometimes d...
Is there a way within the Smart List to create a filter that specifies a specific time of form submission?We want to create a campaign that assigns specific recruiters to a lead that applies between 5:30PM-6:30PM ET on that day and send an email notification to that specific recruiter.
Is there anyway to add a Custom Object Lookup in a Marketo Form?I have a One custom object to many Lead relationship in accordance to Gregoire's suggestion here: https://nation.marketo.com/thread/38022-one-custom-object-to-many-leads-relationshipIs there anyway to have a lookup of the Custom Object ...
I understand that Accounts in SFDC are synced one way to Marketo (as in you can't create Accounts through Marketo, however if I make a change in SFDC to an account then it will display for the respective leads that are a part of the Account).We currently are in the process of mapping fields to turn ...
Hey Marketo Nation!We have a HTML form (with our branding guidelines) that we submit via JavaScript using the Forms API.We have two Fields we created called 'Relocation' and 'UScitizen' that are of type Boolean.I add the values to the form using .addHiddenField() method of the Forms API, but I can't...
Hello Marketo Nation!We are planning to create leads using the REST API. We have a custom built form (using our branding guidelines) and we will be creating the lead from the data from our form.We want to distinguish our leads depending on which form that the user filled out. Is there a default Fiel...
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 fil...