Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Are you saying your sales people are creating Account records and Lead/Contact records separately?In that case a lead needs to be converted and added as a contact under the account record.
You can set a default company name for empty values by going to Admin => Salesforce => Edit sync options
If you don't have an in-house resource with coding skills, you will be limited in the kind of business problems you will be able solve. or just be able to solve at a slower pace if you decide to outsource.Depending on how complex your martech stack is, getting the most out of web technologies nowada...
In general, there are people who are policy/process driven and are great at coming up with frameworks, best practices. Then there are people who are technically driven and are great at solving problems. You need a mix of them.Another way of approaching it is what does your remit include? You find th...
I've personally written one for Australian phone numbers but not sure if that's any use to you. Global numbers are too hard to manage so paying for service might the way to go if you handle data from various countries. The logic and code is a lot more full on for a phone number formatter than separa...
It doesn't look like you can write/change the field "Website". You'll need to create a custom field e.g. Domain
An alternative is to code a html form that submits a hidden Marketo form instead. You can employ all the plugins and custom validation to your heart's content.
Can't help you specifically with your use case.However, Zapier works by "plugging in" both your platforms to Zapier by providing your API credentials. There are certain triggers and actions Zapier have for each platform they support and it's not all the same. You should check this out to fully under...
Marketo has a in-built webservice for GTM/GTW Add GoToWebinar as a LaunchPoint Service - Marketo Docs - Product Documentation Which would mean you don't need Zapier
Marketo landing pages are HTML pages, there's no way you will be able to read the POST body from the front end. As you have concluded, you'll need an endpoint in, e.g. php, a language that can read the POST body and append it to the Marketo landing page URL.