397
Questions
Questions
Recent Blog Posts
New and Revised API Documentation for the week of May...
Tuesday, May 15, 2012 - 11:47
New and Revised API Documentation for the week of May...
Tuesday, May 8, 2012 - 12:34
New and Revised API Documentation for the week of May...
Wednesday, May 2, 2012 - 13:59
Calling ETSOAP API from Salesforce.com (SFDC) Using...
Friday, April 27, 2012 - 11:30
New and Revised API Documentation for the week of...
Tuesday, April 24, 2012 - 15:10
Recent Blog Comments
Hi Nick,Is there a way to
Wednesday, February 29, 2012 - 18:37
Van,The answer sadly is no.
Wednesday, February 15, 2012 - 17:09
Nice, is there a way to do
Wednesday, February 15, 2012 - 02:50
Mauricio, The iframe-based
Thursday, September 29, 2011 - 09:37
--Ian I would love to know
Tuesday, September 27, 2011 - 19:41
Who's online
There are currently 0 users and 11 guests online.

Triggered Send - Message variables
Is it possible to create a triggered send where you can specify a temporary variable/container in the message which you can pass content to - which can be manipulated in the message?
ET Query Activity: How do I split a pipe-delimited list for a subscriber into different rows?
Q: If you have a data extension with subscriber data and a pipe-delimited, how do I split the pipe-delimited values into different rows?Note:The ExactTarget Query activity uses standard T-SQL syntax.
Adding like button to email
Does anyone know the correct code to use to add a like button to an email? thanks!
Rebuild the View as Web Page URL
I'm trying to rebuild the "view as web page" url to use in an external mini-app that can rebuild an email sent to a specific recipient, complete with any dynamic content and personalisation.
How do I create an email template using the API?
What is the easiest way to use Java with ExactTarget?
The SOAP API requires the use of a Java library like Axis2 or CXF... What is the best one to use? How about the easiest one?
How to use ET API with Python SUDS?
It seems that Python SUDS library sends optional paramaters as empty elements.
Query Activity: polling subscribers data from SQL query
How can I retrieve the `created date` and/or `added date` from subscribers using a SQL query?Ex:SELECT `created date` FROM _subscribers?
How can I format date/time via AmpScript?
Triggered Send with HTML paste email for PHP?
Does anyone have an example of a HTML paste email executed as a Triggered Send via the API? For example, I dynamically create the email on my server and pass the HTML content through with the trigger.