You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your PushLeadToMarketo.php example seems pretty straightforward, much simpler than the convoluted Marketo REST api docs I have seen so far. With that said, since I have no direct experience with Marketo yet, how should I direct a Marketo customer to get me the following details and make sure it has the right permissions for me to simply push leads to their system. This is from within your example:
private $host = "";//CHANGE ME
private $clientId = "";//CHANGE ME
private $clientSecret = "";//CHANGE ME
Also, are there no such things as leads list that they can be added to instead of some programname with a static string that does not appear to be predefined within marketo.
The text was updated successfully, but these errors were encountered:
Your PushLeadToMarketo.php example seems pretty straightforward, much simpler than the convoluted Marketo REST api docs I have seen so far. With that said, since I have no direct experience with Marketo yet, how should I direct a Marketo customer to get me the following details and make sure it has the right permissions for me to simply push leads to their system. This is from within your example:
Also, are there no such things as leads list that they can be added to instead of some programname with a static string that does not appear to be predefined within marketo.
The text was updated successfully, but these errors were encountered: