Compartir a través de


servicio de plantilla de Email

Nota:

Este servicio está disponible actualmente para un conjunto limitado de clientes y empleados de Microsoft.

Los administradores usan este servicio para crear y administrar plantillas para los correos electrónicos generados por el sistema. Una plantilla definirá el contenido y el estilo de un correo electrónico. Este servicio se desarrolló para administrar más fácilmente los correos electrónicos de Tango. Sin embargo, el servicio se puede usar para administrar una plantilla para correos electrónicos del sistema de cualquier tipo.

API de REST

Http (método) Http (método) Description
POST https://api.appnexus.com/email-template

(add_template JSON)
Adición de una nueva plantilla de correo electrónico
PUT https://api.appnexus.com/email-template

(modify_template JSON)
Modificación de una plantilla de correo electrónico existente
GET https://api.appnexus.com/email-template Ver todas las plantillas de correo electrónico
GET https://api.appnexus.com/email-template?id=EMAIL_TEMPLATE_ID Visualización de una plantilla de correo electrónico específica
DELETE https://api.appnexus.com/email-template?id=EMAIL_TEMPLATE_ID Eliminación de una plantilla de correo electrónico

Campos JSON

Nombre Tipo Description
id Entero Identificador de la plantilla de correo electrónico.

Valor predeterminado: número incrementado automáticamente.
Obligatorio activado: PUT, en la cadena de consulta.
name string Nombre de la plantilla de correo electrónico.

Valor predeterminado: NA
Obligatorio activado: POST
subject string Texto que debe aparecer en la línea de asunto del correo electrónico.

Valor predeterminado: NA
Obligatorio activado: POST
body string Texto que debe aparecer en el cuerpo del correo electrónico.

Valor predeterminado: NA
Obligatorio activado: POST
last_modified string Solo lectura. Fecha de la última modificación de la plantilla de correo electrónico.

Valor predeterminado: NA
Obligatorio activado: NA

Ejemplos

Adición de una plantilla de correo electrónico

$ cat add_template

{
 "email_template":
  {     "name" : "Test RMS",
        "subject" : "My email is about this subject",
        "body" : "To whom it may concern, \r We are contacting you today to inform you of this information. \r Thank you for your time, \r -The Team"
  }
}
$ curl -b cookies -c cookies -X POST -d @add_template.json "https://api.appnexus.com/email-template"
{
  "response": {
    "status": "OK",
    "count": 1,
    "email_template": {
      "id": 35,
      "name": "Test RMS",
      "subject": "My email is about this subject",
      "body": "To whom it may concern, \r We are contacting you today to inform you of this information. \r Thank you for your time, \r -The Team",
      "last_modified": "1970-01-01 00:00:01"
    }
  }
}

Modificación de una plantilla de correo electrónico

En este ejemplo, la PUT solicitud actualiza la línea de asunto en la plantilla de 35correo electrónico .

$ cat modify_template

{
 "email_template":
  { "id": 35,
    "subject" : "Email subject line"
  }
}
$ curl -b cookies -c cookies -X PUT -d @modify_template.json "https://api.appnexus.com/email-template"
{
  "response": {
    "status": "OK",
    "count": 1,
    "id": 35,
    "start_element": 0,
    "num_elements": 100,
    "email_template": {
      "id": 35,
      "name": "Test RMS",
      "subject": "Email subject line",
      "body": "To whom it may concern, \r We are contacting you today to inform you of this information. \r Thank you for your time, \r -The Team",
      "last_modified": "2013-11-01 16:22:23"
    }
  }
}

Ver todas las plantillas de correo electrónico

$ curl -b cookies -c cookies "https://api.appnexus.com/email-template"
{
  "response": {
    "status": "OK",
    "count": 12,
    "email_templates": [
      {
        "id": 19,
        "name": "Seller sends proposal (to buyer)",
        "subject": "Tango: New Proposal from %sender_member_billing_name% (sent from )",
        "body": "\n<!DOCTYPE html PUBLIC \"-\/\/W3C\/\/DTD XHTML 1.0 Transitional\/\/EN\" \"http:\/\/www.w3.org\/TR\/xhtml1\/DTD\/xhtml1-transitional.dtd\">\n<html xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\">\n<head>\n\t<meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n\t<title>Tango: New Proposal from %sender_member_billing_name%<\/title>\n\t<style type=\"text\/css\">\n\t@media only screen and (max-width: 600px){\n\t\t\tbody,table,td,a,li,blockquote{\n\t\t\t\t-webkit-text-size-adjust:none !important;\n\t\t\t}\n\t}\n\t@media only screen and (max-width: 600px) {\n\t\ttable[class=\"wrapper\"] {\n\t\t\twidth: 100%;\n\t\t}\n\t}\n\t@media only screen and (max-width: 600px) {\n\t\ttd[class=\"cell\"] {\n\t\t\twidth: 100%;\n\t\t}\n\t}\n\t<\/style>\n<\/head>\n\n<body bgcolor=\"#ffffff\" topmargin=\"0\" leftmargin=\"0\" marginheight=\"0\" marginwidth=\"0\" style=\"min-width: 100% !important; background-color:#ffffff; background-image: none; background-repeat: repeat; background-attachment: scroll;\">\n\n<table bgcolor=\"#ffffff\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n\t<tbody>\n\t\t<tr>\n\t\t\t<td bgcolor=\"#ffffff\" width=\"100%\">\n\t\t\t\t<table align=\"center\" bgcolor=\"#ffffff\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"wrapper\" width=\"600\">\n\t\t\t\t\t<tbody>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td class=\"cell\" width=\"600\">\n\t\t\t\t\t\t\t\t<!-- content start -->\n\t\t\t\t\t\t\t\t<table border=\"0\" bgcolor=\"#ffffff\" cellpadding=\"0\" cellspacing=\"0\" style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;\" width=\"100%\">\n\t\t\t\t\t\t\t\t\t<tbody>\n\t\t\t\t\t\t\t\t\t\t<tr style=\"border-bottom:1px solid #ececec;\">\n\t\t\t\t\t\t\t\t\t\t\t<td style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;\" width=\"20\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img src=\"http:\/\/sand.console.appnexus.com\/images\/no-favicon.gif\" width=\"20\" height=\"1\" alt=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t<td style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;\" width=\"150\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img src=\"http:\/\/tango.sand.console.appnexus.com\/images\/tf\/pilot-logos\/%recipient_member_id%.gif\" alt=\"\" width=\"150\" style=\"border-right:1px solid #ececec;\" \/>\n\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t<td style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;\" width=\"15\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img src=\"http:\/\/sand.console.appnexus.com\/images\/no-favicon.gif\" width=\"15\" height=\"1\" alt=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t<td style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img src=\"http:\/\/jlenehan.adnxs.net\/images\/tf\/email-tango-logo.gif\" width=\"67\" alt=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t<td colspan=\"2\" style=\"text-align: right; border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img src=\"http:\/\/jlenehan.adnxs.net\/images\/tf\/email-bg.gif\" width=\"208\"\/>\n\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t<\/tr>\n\t\t\t\t\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t\t\t\t\t<td colspan=\"6\" style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img src=\"http:\/\/sand.console.appnexus.com\/images\/no-favicon.gif\" width=\"1\" height=\"20\" alt=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t<\/tr>\n\t\t\t\t\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t\t\t\t\t<td style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;\" width=\"20\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img src=\"http:\/\/sand.console.appnexus.com\/images\/no-favicon.gif\" width=\"20\" height=\"1\" alt=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t<td style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;\" width=\"150\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img src=\"http:\/\/tango.sand.console.appnexus.com\/images\/tf\/pilot-logos\/%sender_member_id%.gif\" style=\"border:1px solid #ececec; -moz-border-radius:6px; -webkit-border-radius:6px;\" width=\"150\"\/>\n\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t<td style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;\" width=\"15\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img src=\"http:\/\/sand.console.appnexus.com\/images\/no-favicon.gif\" width=\"15\" height=\"1\" alt=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t<td colspan=\"2\" style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;\">\n\t\t\t\t\t\t\t\t\t\t\t\t<p style=\"font-family: Arial; font-size: 12px; color: #666;\">%sender_member_billing_name% has sent you a new proposal for %partner_relationship_deal_start_date% - %partner_relationship_deal_end_date%.<\/p>\n\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t<td style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;\" width=\"20\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img src=\"http:\/\/sand.console.appnexus.com\/images\/no-favicon.gif\" width=\"20\" height=\"1\" alt=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t<\/tr>\n\t\t\t\t\t\t\t\t\t\t<tr style=\"border-bottom:1px solid #ececec;\">\n\t\t\t\t\t\t\t\t\t\t\t<td colspan=\"6\" style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img src=\"http:\/\/sand.console.appnexus.com\/images\/no-favicon.gif\" width=\"1\" height=\"20\" alt=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t<\/tr>\n\t\t\t\t\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t\t\t\t\t<td colspan=\"6\" style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img src=\"http:\/\/sand.console.appnexus.com\/images\/no-favicon.gif\" width=\"1\" height=\"20\" alt=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t<\/tr>\n\t\t\t\t\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t\t\t\t\t<td style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;\" width=\"20\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img src=\"http:\/\/sand.console.appnexus.com\/images\/no-favicon.gif\" width=\"20\" height=\"1\" alt=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t<td colspan=\"4\" style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div style=\"width:100%; -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.66); -moz-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.66); background: #faa23f; border:1px solid #eba249; -moz-border-radius:6px; -webkit-border-radius:6px; text-align: center\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http:\/\/tango.sand.console.appnexus.com\/v2\/partner:%sender_member_id%\/seller?tradeId=%partner_relationship_deal_id%\" style=\"color:#fff; font-family: Arial; font-weight: bold; text-decoration:none; text-shadow: 0px -1px 0px rgba(0, 0, 0, .25); -moz-text-shadow: 0px -1px 1px rgba(150, 150, 150, 1); line-height:40px;\">Review the Proposal<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<p style=\"text-align: center; font-family: Arial; font-size: 11px; color: #999;\">This is an automatically generated email, please do not reply to this email address.<\/p>\n\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t<td style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;\" width=\"20\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img src=\"http:\/\/sand.console.appnexus.com\/images\/no-favicon.gif\" width=\"20\" height=\"1\" alt=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t<\/tr>\n\t\t\t\t\t\t\t\t\t<\/tbody>\n\t\t\t\t\t\t\t\t<\/table>\n\t\t\t\t\t\t\t\t<!-- content end -->\n\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t<\/tr>\n\t\t\t\t\t<\/tbody>\n\t\t\t\t<\/table>\n\t\t\t<\/td>\n\t\t<\/tr>\n\t<\/tbody>\n<\/table>\n<custom name=\"opencounter\" type=\"tracking\" \/>\n<\/body>\n<\/html>\n",
        "last_modified": "2013-10-15 21:14:24"
      },
      {
        "id": 20,
        "name": "Seller updates proposal (to buyer)",
        "subject": "Tango: Proposal Updated by %sender_member_billing_name% (sent from )",
        "body": "\n<!DOCTYPE html PUBLIC \"-\/\/W3C\/\/DTD XHTML 1.0 Transitional\/\/EN\" \"http:\/\/www.w3.org\/TR\/xhtml1\/DTD\/xhtml1-transitional.dtd\">\n<html xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\">\n<head>\n\t<meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n\t<title>Tango: Proposal Updated by %sender_member_billing_name%<\/title>\n\t<style type=\"text\/css\">\n\t@media only screen and (max-width: 600px){\n\t\t\tbody,table,td,a,li,blockquote{\n\t\t\t\t-webkit-text-size-adjust:none !important;\n\t\t\t}\n\t}\n\t@media only screen and (max-width: 600px) {\n\t\ttable[class=\"wrapper\"] {\n\t\t\twidth: 100%;\n\t\t}\n\t}\n\t@media only screen and (max-width: 600px) {\n\t\ttd[class=\"cell\"] {\n\t\t\twidth: 100%;\n\t\t}\n\t}\n\t<\/style>\n<\/head>\n\n<body bgcolor=\"#ffffff\" topmargin=\"0\" leftmargin=\"0\" marginheight=\"0\" marginwidth=\"0\" style=\"min-width: 100% !important; background-color:#ffffff; background-image: none; background-repeat: repeat; background-attachment: scroll;\">\n\n<table bgcolor=\"#ffffff\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n\t<tbody>\n\t\t<tr>\n\t\t\t<td bgcolor=\"#ffffff\" width=\"100%\">\n\t\t\t\t<table align=\"center\" bgcolor=\"#ffffff\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"wrapper\" width=\"600\">\n\t\t\t\t\t<tbody>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td class=\"cell\" width=\"600\">\n\t\t\t\t\t\t\t\t<!-- content start -->\n\t\t\t\t\t\t\t\t<table border=\"0\" bgcolor=\"#ffffff\" cellpadding=\"0\" cellspacing=\"0\" style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;\" width=\"100%\">\n\t\t\t\t\t\t\t\t\t<tbody>\n\t\t\t\t\t\t\t\t\t\t<tr style=\"border-bottom:1px solid #ececec;\">\n\t\t\t\t\t\t\t\t\t\t\t<td style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;\" width=\"20\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img src=\"http:\/\/sand.console.appnexus.com\/images\/no-favicon.gif\" width=\"20\" height=\"1\" alt=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t<td style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;\" width=\"150\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img src=\"http:\/\/tango.sand.console.appnexus.com\/images\/tf\/pilot-logos\/%recipient_member_id%.gif\" alt=\"\" width=\"150\" style=\"border-right:1px solid #ececec;\" \/>\n\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t<td style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;\" width=\"15\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img src=\"http:\/\/sand.console.appnexus.com\/images\/no-favicon.gif\" width=\"15\" height=\"1\" alt=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t<td style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img src=\"http:\/\/jlenehan.adnxs.net\/images\/tf\/email-tango-logo.gif\" width=\"67\" alt=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t<td colspan=\"2\" style=\"text-align: right; border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img src=\"http:\/\/jlenehan.adnxs.net\/images\/tf\/email-bg.gif\" width=\"208\"\/>\n\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t<\/tr>\n\t\t\t\t\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t\t\t\t\t<td colspan=\"6\" style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img src=\"http:\/\/sand.console.appnexus.com\/images\/no-favicon.gif\" width=\"1\" height=\"20\" alt=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t<\/tr>\n\t\t\t\t\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t\t\t\t\t<td style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;\" width=\"20\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img src=\"http:\/\/sand.console.appnexus.com\/images\/no-favicon.gif\" width=\"20\" height=\"1\" alt=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t<td style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;\" width=\"150\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img src=\"http:\/\/tango.sand.console.appnexus.com\/images\/tf\/pilot-logos\/%sender_member_id%.gif\" style=\"border:1px solid #ececec; -moz-border-radius:6px; -webkit-border-radius:6px;\" width=\"150\"\/>\n\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t<td style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;\" width=\"15\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img src=\"http:\/\/sand.console.appnexus.com\/images\/no-favicon.gif\" width=\"15\" height=\"1\" alt=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t<td colspan=\"2\" style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;\">\n\t\t\t\t\t\t\t\t\t\t\t\t<p style=\"font-family: Arial; font-size: 12px; color: #666;\">%sender_member_billing_name% has updated a proposal for %partner_relationship_deal_start_date% - %partner_relationship_deal_end_date%.<\/p>\n\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t<td style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;\" width=\"20\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img src=\"http:\/\/sand.console.appnexus.com\/images\/no-favicon.gif\" width=\"20\" height=\"1\" alt=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t<\/tr>\n\t\t\t\t\t\t\t\t\t\t<tr style=\"border-bottom:1px solid #ececec;\">\n\t\t\t\t\t\t\t\t\t\t\t<td colspan=\"6\" style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img src=\"http:\/\/sand.console.appnexus.com\/images\/no-favicon.gif\" width=\"1\" height=\"20\" alt=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t<\/tr>\n\t\t\t\t\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t\t\t\t\t<td colspan=\"6\" style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img src=\"http:\/\/sand.console.appnexus.com\/images\/no-favicon.gif\" width=\"1\" height=\"20\" alt=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t<\/tr>\n\t\t\t\t\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t\t\t\t\t<td style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;\" width=\"20\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img src=\"http:\/\/sand.console.appnexus.com\/images\/no-favicon.gif\" width=\"20\" height=\"1\" alt=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t<td colspan=\"4\" style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div style=\"width:100%; -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.66); -moz-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.66); background: #faa23f; border:1px solid #eba249; -moz-border-radius:6px; -webkit-border-radius:6px; text-align: center\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http:\/\/tango.sand.console.appnexus.com\/v2\/partner:%sender_member_id%\/seller?tradeId=%partner_relationship_deal_id%\" style=\"color:#fff; font-family: Arial; font-weight: bold; text-decoration:none; text-shadow: 0px -1px 0px rgba(0, 0, 0, .25); -moz-text-shadow: 0px -1px 1px rgba(150, 150, 150, 1); line-height:40px;\">Review the Proposal<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<p style=\"text-align: center; font-family: Arial; font-size: 11px; color: #999;\">This is an automatically generated email, please do not reply to this email address.<\/p>\n\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t<td style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;\" width=\"20\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img src=\"http:\/\/sand.console.appnexus.com\/images\/no-favicon.gif\" width=\"20\" height=\"1\" alt=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t<\/tr>\n\t\t\t\t\t\t\t\t\t<\/tbody>\n\t\t\t\t\t\t\t\t<\/table>\n\t\t\t\t\t\t\t\t<!-- content end -->\n\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t<\/tr>\n\t\t\t\t\t<\/tbody>\n\t\t\t\t<\/table>\n\t\t\t<\/td>\n\t\t<\/tr>\n\t<\/tbody>\n<\/table>\n<custom name=\"opencounter\" type=\"tracking\" \/>\n<\/body>\n<\/html>\n",
        "last_modified": "2013-10-29 17:58:13"
      },
      
...
      {
        "id": 29,
        "name": "Buyer posts AS message (to seller)",
        "subject": "Tango: New Message from %sender_member_billing_name% (sent from )",
        "body": "\n<!DOCTYPE html PUBLIC \"-\/\/W3C\/\/DTD XHTML 1.0 Transitional\/\/EN\" \"http:\/\/www.w3.org\/TR\/xhtml1\/DTD\/xhtml1-transitional.dtd\">\n<html xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\">\n<head>\n\t<meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n\t<title>Tango: New Message from %sender_member_billing_name%<\/title>\n\t<style type=\"text\/css\">\n\t@media only screen and (max-width: 600px){\n\t\t\tbody,table,td,a,li,blockquote{\n\t\t\t\t-webkit-text-size-adjust:none !important;\n\t\t\t}\n\t}\n\t@media only screen and (max-width: 600px) {\n\t\ttable[class=\"wrapper\"] {\n\t\t\twidth: 100%;\n\t\t}\n\t}\n\t@media only screen and (max-width: 600px) {\n\t\ttd[class=\"cell\"] {\n\t\t\twidth: 100%;\n\t\t}\n\t}\n\t<\/style>\n<\/head>\n\n<body bgcolor=\"#ffffff\" topmargin=\"0\" leftmargin=\"0\" marginheight=\"0\" marginwidth=\"0\" style=\"min-width: 100% !important; background-color:#ffffff; background-image: none; background-repeat: repeat; background-attachment: scroll;\">\n\n<table bgcolor=\"#ffffff\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n\t<tbody>\n\t\t<tr>\n\t\t\t<td bgcolor=\"#ffffff\" width=\"100%\">\n\t\t\t\t<table align=\"center\" bgcolor=\"#ffffff\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"wrapper\" width=\"600\">\n\t\t\t\t\t<tbody>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td class=\"cell\" width=\"600\">\n\t\t\t\t\t\t\t\t<!-- content start -->\n\t\t\t\t\t\t\t\t<table border=\"0\" bgcolor=\"#ffffff\" cellpadding=\"0\" cellspacing=\"0\" style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;\" width=\"100%\">\n\t\t\t\t\t\t\t\t\t<tbody>\n\t\t\t\t\t\t\t\t\t\t<tr style=\"border-bottom:1px solid #ececec;\">\n\t\t\t\t\t\t\t\t\t\t\t<td style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;\" width=\"20\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img src=\"http:\/\/sand.console.appnexus.com\/images\/no-favicon.gif\" width=\"20\" height=\"1\" alt=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t<td style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;\" width=\"150\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img src=\"http:\/\/tango.sand.console.appnexus.com\/images\/tf\/pilot-logos\/%recipient_member_id%.gif\" alt=\"\" width=\"150\" style=\"border-right:1px solid #ececec;\" \/>\n\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t<td style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;\" width=\"15\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img src=\"http:\/\/sand.console.appnexus.com\/images\/no-favicon.gif\" width=\"15\" height=\"1\" alt=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t<td style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img src=\"http:\/\/jlenehan.adnxs.net\/images\/tf\/email-tango-logo.gif\" width=\"67\" alt=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t<td colspan=\"2\" style=\"text-align: right; border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img src=\"http:\/\/jlenehan.adnxs.net\/images\/tf\/email-bg.gif\" width=\"208\"\/>\n\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t<\/tr>\n\t\t\t\t\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t\t\t\t\t<td colspan=\"6\" style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img src=\"http:\/\/sand.console.appnexus.com\/images\/no-favicon.gif\" width=\"1\" height=\"20\" alt=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t<\/tr>\n\t\t\t\t\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t\t\t\t\t<td style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;\" width=\"20\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img src=\"http:\/\/sand.console.appnexus.com\/images\/no-favicon.gif\" width=\"20\" height=\"1\" alt=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t<td style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;\" width=\"150\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img src=\"http:\/\/tango.sand.console.appnexus.com\/images\/tf\/pilot-logos\/%sender_member_id%.gif\" style=\"border:1px solid #ececec; -moz-border-radius:6px; -webkit-border-radius:6px;\" width=\"150\"\/>\n\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t<td style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;\" width=\"15\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img src=\"http:\/\/sand.console.appnexus.com\/images\/no-favicon.gif\" width=\"15\" height=\"1\" alt=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t<td colspan=\"2\" style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div style=\"background: #e6f1f6; font-weight: bold; font-family: Arial; font-size: 12px; color: #5c6a75; padding: 5px; border:1px solid #639bc5; -moz-border-radius: 6px; -webkit-border-radius: 6px;\">%sender_member_billing_name% has sent you a message:<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<p style=\"font-family: Arial; font-size: 12px; color: #666;\">%message%<\/p>\n\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t<td style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;\" width=\"20\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img src=\"http:\/\/sand.console.appnexus.com\/images\/no-favicon.gif\" width=\"20\" height=\"1\" alt=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t<\/tr>\n\t\t\t\t\t\t\t\t\t\t<tr style=\"border-bottom:1px solid #ececec;\">\n\t\t\t\t\t\t\t\t\t\t\t<td colspan=\"6\" style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img src=\"http:\/\/sand.console.appnexus.com\/images\/no-favicon.gif\" width=\"1\" height=\"20\" alt=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t<\/tr>\n\t\t\t\t\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t\t\t\t\t<td colspan=\"6\" style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img src=\"http:\/\/sand.console.appnexus.com\/images\/no-favicon.gif\" width=\"1\" height=\"20\" alt=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t<\/tr>\n\t\t\t\t\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t\t\t\t\t<td style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;\" width=\"20\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img src=\"http:\/\/sand.console.appnexus.com\/images\/no-favicon.gif\" width=\"20\" height=\"1\" alt=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t<td colspan=\"4\" style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div style=\"width:100%; -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.66); -moz-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.66); background: #faa23f; border:1px solid #eba249; -moz-border-radius:6px; -webkit-border-radius:6px; text-align: center\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http:\/\/tango.sand.console.appnexus.com\/v2\/partner:%sender_member_id%\/buyer\" style=\"color:#fff; font-family: Arial; font-weight: bold; text-decoration:none; text-shadow: 0px -1px 0px rgba(0, 0, 0, .25); -moz-text-shadow: 0px -1px 1px rgba(150, 150, 150, 1); line-height:40px;\">Respond via Tango<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<p style=\"text-align: center; font-family: Arial; font-size: 11px; color: #999;\">This is an automatically generated email, please do not reply to this email address.<\/p>\n\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t<td style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;\" width=\"20\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img src=\"http:\/\/sand.console.appnexus.com\/images\/no-favicon.gif\" width=\"20\" height=\"1\" alt=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t<\/tr>\n\t\t\t\t\t\t\t\t\t<\/tbody>\n\t\t\t\t\t\t\t\t<\/table>\n\t\t\t\t\t\t\t\t<!-- content end -->\n\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t<\/tr>\n\t\t\t\t\t<\/tbody>\n\t\t\t\t<\/table>\n\t\t\t<\/td>\n\t\t<\/tr>\n\t<\/tbody>\n<\/table>\n<custom name=\"opencounter\" type=\"tracking\" \/>\n<\/body>\n<\/html>\n",
        "last_modified": "2013-10-15 21:14:12"
      },
      {
        "id": 32,
        "name": "Seller posts AS message (to buyer)",
        "subject": "Tango: New Message from %sender_member_billing_name% (sent from )",
        "body": "\n<!DOCTYPE html PUBLIC \"-\/\/W3C\/\/DTD XHTML 1.0 Transitional\/\/EN\" \"http:\/\/www.w3.org\/TR\/xhtml1\/DTD\/xhtml1-transitional.dtd\">\n<html xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\">\n<head>\n\t<meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n\t<title>Tango: New Message from %sender_member_billing_name%<\/title>\n\t<style type=\"text\/css\">\n\t@media only screen and (max-width: 600px){\n\t\t\tbody,table,td,a,li,blockquote{\n\t\t\t\t-webkit-text-size-adjust:none !important;\n\t\t\t}\n\t}\n\t@media only screen and (max-width: 600px) {\n\t\ttable[class=\"wrapper\"] {\n\t\t\twidth: 100%;\n\t\t}\n\t}\n\t@media only screen and (max-width: 600px) {\n\t\ttd[class=\"cell\"] {\n\t\t\twidth: 100%;\n\t\t}\n\t}\n\t<\/style>\n<\/head>\n\n<body bgcolor=\"#ffffff\" topmargin=\"0\" leftmargin=\"0\" marginheight=\"0\" marginwidth=\"0\" style=\"min-width: 100% !important; background-color:#ffffff; background-image: none; background-repeat: repeat; background-attachment: scroll;\">\n\n<table bgcolor=\"#ffffff\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n\t<tbody>\n\t\t<tr>\n\t\t\t<td bgcolor=\"#ffffff\" width=\"100%\">\n\t\t\t\t<table align=\"center\" bgcolor=\"#ffffff\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"wrapper\" width=\"600\">\n\t\t\t\t\t<tbody>\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td class=\"cell\" width=\"600\">\n\t\t\t\t\t\t\t\t<!-- content start -->\n\t\t\t\t\t\t\t\t<table border=\"0\" bgcolor=\"#ffffff\" cellpadding=\"0\" cellspacing=\"0\" style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;\" width=\"100%\">\n\t\t\t\t\t\t\t\t\t<tbody>\n\t\t\t\t\t\t\t\t\t\t<tr style=\"border-bottom:1px solid #ececec;\">\n\t\t\t\t\t\t\t\t\t\t\t<td style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;\" width=\"20\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img src=\"http:\/\/sand.console.appnexus.com\/images\/no-favicon.gif\" width=\"20\" height=\"1\" alt=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t<td style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;\" width=\"150\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img src=\"http:\/\/tango.sand.console.appnexus.com\/images\/tf\/pilot-logos\/%recipient_member_id%.gif\" alt=\"\" width=\"150\" style=\"border-right:1px solid #ececec;\" \/>\n\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t<td style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;\" width=\"15\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img src=\"http:\/\/sand.console.appnexus.com\/images\/no-favicon.gif\" width=\"15\" height=\"1\" alt=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t<td style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img src=\"http:\/\/jlenehan.adnxs.net\/images\/tf\/email-tango-logo.gif\" width=\"67\" alt=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t<td colspan=\"2\" style=\"text-align: right; border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img src=\"http:\/\/jlenehan.adnxs.net\/images\/tf\/email-bg.gif\" width=\"208\"\/>\n\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t<\/tr>\n\t\t\t\t\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t\t\t\t\t<td colspan=\"6\" style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img src=\"http:\/\/sand.console.appnexus.com\/images\/no-favicon.gif\" width=\"1\" height=\"20\" alt=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t<\/tr>\n\t\t\t\t\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t\t\t\t\t<td style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;\" width=\"20\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img src=\"http:\/\/sand.console.appnexus.com\/images\/no-favicon.gif\" width=\"20\" height=\"1\" alt=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t<td style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;\" width=\"150\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img src=\"http:\/\/tango.sand.console.appnexus.com\/images\/tf\/pilot-logos\/%sender_member_id%.gif\" style=\"border:1px solid #ececec; -moz-border-radius:6px; -webkit-border-radius:6px;\" width=\"150\"\/>\n\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t<td style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;\" width=\"15\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img src=\"http:\/\/sand.console.appnexus.com\/images\/no-favicon.gif\" width=\"15\" height=\"1\" alt=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t<td colspan=\"2\" style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div style=\"background: #e6f1f6; font-weight: bold; font-family: Arial; font-size: 12px; color: #5c6a75; padding: 5px; border:1px solid #639bc5; -moz-border-radius: 6px; -webkit-border-radius: 6px;\">%sender_member_billing_name% has sent you a message:<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<p style=\"font-family: Arial; font-size: 12px; color: #666;\">%message%<\/p>\n\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t<td style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;\" width=\"20\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img src=\"http:\/\/sand.console.appnexus.com\/images\/no-favicon.gif\" width=\"20\" height=\"1\" alt=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t<\/tr>\n\t\t\t\t\t\t\t\t\t\t<tr style=\"border-bottom:1px solid #ececec;\">\n\t\t\t\t\t\t\t\t\t\t\t<td colspan=\"6\" style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img src=\"http:\/\/sand.console.appnexus.com\/images\/no-favicon.gif\" width=\"1\" height=\"20\" alt=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t<\/tr>\n\t\t\t\t\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t\t\t\t\t<td colspan=\"6\" style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img src=\"http:\/\/sand.console.appnexus.com\/images\/no-favicon.gif\" width=\"1\" height=\"20\" alt=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t<\/tr>\n\t\t\t\t\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t\t\t\t\t<td style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;\" width=\"20\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img src=\"http:\/\/sand.console.appnexus.com\/images\/no-favicon.gif\" width=\"20\" height=\"1\" alt=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t<td colspan=\"4\" style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div style=\"width:100%; -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.66); -moz-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.66); background: #faa23f; border:1px solid #eba249; -moz-border-radius:6px; -webkit-border-radius:6px; text-align: center\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http:\/\/tango.sand.console.appnexus.com\/v2\/partner:%sender_member_id%\/seller\" style=\"color:#fff; font-family: Arial; font-weight: bold; text-decoration:none; text-shadow: 0px -1px 0px rgba(0, 0, 0, .25); -moz-text-shadow: 0px -1px 1px rgba(150, 150, 150, 1); line-height:40px;\">Respond via Tango<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<p style=\"text-align: center; font-family: Arial; font-size: 11px; color: #999;\">This is an automatically generated email, please do not reply to this email address.<\/p>\n\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t<td style=\"border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;\" width=\"20\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img src=\"http:\/\/sand.console.appnexus.com\/images\/no-favicon.gif\" width=\"20\" height=\"1\" alt=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t<\/tr>\n\t\t\t\t\t\t\t\t\t<\/tbody>\n\t\t\t\t\t\t\t\t<\/table>\n\t\t\t\t\t\t\t\t<!-- content end -->\n\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t<\/tr>\n\t\t\t\t\t<\/tbody>\n\t\t\t\t<\/table>\n\t\t\t<\/td>\n\t\t<\/tr>\n\t<\/tbody>\n<\/table>\n<custom name=\"opencounter\" type=\"tracking\" \/>\n<\/body>\n<\/html>\n",
        "last_modified": "2013-10-28 18:16:23"
      }
    ]
  }
}

Visualización de una plantilla de correo electrónico específica

$ curl -b cookies -c cookies "https://api.appnexus.com/email-template?id=35"
{
  "response": {
    "status": "OK",
    "count": 1,
    "email_template": {
      "id": 35,
      "name": "Test RMS",
      "subject": "Email subject line",
      "body": "To whom it may concern, \r We are contacting you today to inform you of this information. \r Thank you for your time, \r -The Team",
      "last_modified": "2013-11-01 16:22:23"
    }
  }
}

Eliminación de una plantilla de correo electrónico

$ curl -b cookies -c cookies -X DELETE "https://api.appnexus.com/email-template?id=35"
{
  "response": {
    "status": "OK"
  }
}