Search
-
This was a pretty useful field - especially if you're assigning the followup to someone else. Maybe you'll decide to put it back, but not require it to be filled in?
-
Hi Dave,
The dataset was returning encoded data, and I was using one of the stock email templates to test it out.
The HttpUtility.HtmlDecode did the trick though and now it is working beautifully, thanks for your help!
-
Hi Matt,
The dataset should not be returning encoded data, unless it is encoded in the table in your method account.
If the data is encoded you should be able to decode it with a simple .NET HttpUtility.HtmlDecode
e.g HttpUtility.HtmlDecode("<strong>Something Bold.</strong>") will return ...
-
Dave,
Ok I was successful in sending an email without the encoding...
next question is: how do I retrieve the email body field from the EmailTemplate table without the coding to be able to send it automatically?
-
Sorry Matt,
My last response got submitted while WIP anyway...
I would just put the html in there without encoding the tags
e.g.<strong>Something bold.</strong>
would show up as
Something bold
Dave
-
Hi Matt,
I would just put the html in there without encoding the tags
e.g.<strong>Something bold.</strong>
Dave
-
Hi Dave,
How would you include formatted text in the SendEmailV2 email body field?
-
Hi Matt,
Are the html tags encoded? That would cause them to show up as html code rather than as a formatted body
Dave
-
I am trying to organize some campaigns in method and I am new at this so I'm probably just missing something obvious, but I am looking to have a list of selected "Contacts" under any given "Campaign". Is this possible? I am able to see my "Activities" list under my "Campaigns" tab but the ...
-
I am trying to duplicate the ability to send an email using an email template from the API instead of from within Method.
I used Select_DataSetV2 to retrieve the email body from the template I wanted to use and then put the returned data in the email body field when calling the SendEmailV2. When I receive the email the body just shows all the ...
|
|
|