Calling MSI Send Marketo Email on Person Accounts
Hi, I've read that MSI for Salesforce doesn't officially support person accounts for sending marketo emails or adding to marketo campaigns.
I've been reading and it seems that there are ways to manipulate the apex command to fit other objects based on THIS THREAD.
So far I have this code from a button on the contact:
/apex/mkto_si__Send_Marketo_Email?contactType=Contact&contactIds={!Contact.Id}
Wanted to know if anyone knows of a way to manipulate it so we can use person accounts and have our teams members be able to send Marketo emails directly from the person account details page in Salesforce (we want to use this feature to be able to send Customer Satisfaction Survey's after calls with our person accounts).
Would be greatly appreciative if anyone has any experience with this.