Skip to main content
Solved

Adicionar tabelas nos emails template


É possível adicionar tabelas no email template? Eu gostaria de enviar informações para meus clientes através de email templates porém gostaria que essas informações estivessem em uma tabela no corpo do email. 

Best answer by Moacir Souza

Olá Maria.

 

Você pode usar marcações html como abaixo

 

<table style="width:80px" border=1>
  <tr>
    <th>Firstname</th>
    <th>Lastname</th>
    <th>Age</th>
  </tr>
  <tr>
    <td>Jill</td>
    <td>Smith</td>
    <td>50</td>
  </tr>
  <tr>
    <td>Eve</td>
    <td>Jackson</td>
    <td>94</td>
  </tr>
</table>

View original
Did this topic help you find an answer to your question?

3 replies

Forum|alt.badge.img+5

@Maria do Rosário, o Pipefy permite que os usuários adicionem tabelas a templates de email utilizando HTML (clique aqui para saber mais sobre como criar tabelas em html).

Você pode usar as tags <table>, <tr>, <th> e <td> para criar tabelas e também alguns estilos de linha, como: largura, borda, cor de fundo, etc.

Abaixo temos exemplo de um código simples para uma tabela:

image.png

Exemplo em HTML:

image.png

Este é o exemplo da tabela quando o email é recebido:

image.png

Para mais informações confira esse artigo


Moacir Souza
  • New Participant
  • 12 replies
  • Answer
  • June 3, 2020

Olá Maria.

 

Você pode usar marcações html como abaixo

 

<table style="width:80px" border=1>
  <tr>
    <th>Firstname</th>
    <th>Lastname</th>
    <th>Age</th>
  </tr>
  <tr>
    <td>Jill</td>
    <td>Smith</td>
    <td>50</td>
  </tr>
  <tr>
    <td>Eve</td>
    <td>Jackson</td>
    <td>94</td>
  </tr>
</table>


fabnas
  • New Member
  • 3 replies
  • October 9, 2022

Prezados, muito legal porém ao colocar a tabela os dados que vem ficam separados por vírgula  na tabela, como resolver ir para que cada retorno seja uma linha ou que fiquem ordendados em lista?

<table style="border-collapse: collapse; width: 99.7947%; height: 57px; border: 2px solid black;">
<tbody>
<tr style="height: 19px; background-color: gray;">
<td style="width: 11.0692%; text-align: center; height: 19px; border: 2px solid black;"><strong>Solicitação </strong></td>
<td style="width: 11.0692%; text-align: center; height: 19px; border: 2px solid black;"><strong>Matrícula</strong></td>
<td style="width: 11.0692%; text-align: center; height: 19px; border: 2px solid black;"><strong>Nome</strong></td>
<td style="width: 11.0692%; text-align: center; height: 19px; border: 2px solid black;"><strong>Passagem</strong></td>
<td style="width: 11.0692%; text-align: center; height: 19px; border: 2px solid black;"><strong>Hospedagem</strong></td>
<td style="width: 11.0692%; text-align: center; height: 19px; border: 2px solid black;"><strong>Origem</strong></td>
<td style="width: 11.0692%; text-align: center; height: 19px; border: 2px solid black;"><strong>Destino</strong></td>
<td style="width: 2.7679%; text-align: center; height: 19px; border: 2px solid black;"><strong>Data Check in </strong></td>
<td style="width: 2.7679%; text-align: center; height: 19px; border: 2px solid black;"><strong>Data Check Out</strong></td>
<td style="width: 5.5358%; text-align: center; height: 19px; border: 2px solid black;"><strong>Valor Adiantamento</strong></td>
</tr>
<tr style="text-align: center;">
<td style="width: 11.0692%; text-align: center; vertical-align: middle; height: 19px; border: 2px solid black;">{{phase317054328.field344704943}}</td>
<td style="width: 11.0692%; text-align: center; vertical-align: middle; height: 19px; border: 2px solid black;">{{phase317054328.field344704943.field342972785}}</td>
<td style="width: 11.0692%; text-align: center; border: 2px solid black; height: 19px;">{{phase317054328.field344704943.field340296946}}</td>
<td style="width: 11.0692%; text-align: center; border: 2px solid black; height: 19px;">{{phase317054328.field344704943.field340302951}}</td>
<td style="width: 11.0692%; text-align: center; border: 2px solid black; height: 19px;">{{phase317054328.field344704943.field340302963}}</td>
<td style="width: 11.0692%; text-align: center; border: 2px solid black; height: 19px;">{{phase317054328.field344704943.field340297139}}</td>
<td style="width: 2.7679%; text-align: center; vertical-align: middle; height: 19px; border: 2px solid black;">{{phase317054328.field344704943.field340297178}}</td>
<td style="width: 2.7679%; text-align: center; border: 2px solid black; height: 19px;">{{phase317054328.field344704943.field340297081}}</td>
<td style="width: 5.5358%; text-align: center; vertical-align: middle; height: 19px; border: 2px solid black;">{{phase317054328.field344704943.field340297082}}</td>
<td style="height: 19px;">{{phase317054328.field344704943.field343182121}}</td>
</tr>
</tbody>
</table>

 


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings