Email send table

Hi there,
Is there a way to send a list n rows m columns via mail?
Thx
Robert

Yes, it’s possible.

  • Create a template column that concatenates every column that you need included, using a delimiter
  • Create a joined list column that joins all the rows together, using a CRLF (carriage return line feed) as a separator
  • Send this column as a single value through a webhook to an external service such as Integromat, Zapier or a GScript webhook
  • Forward it as an email CSV attachment
1 Like