cancel
Showing results for 
Search instead for 
Did you mean: 

Email body of Send email Snap is showing extra headers

asingh760
New Contributor II

I have designed a pipeline which groups the data based on email field and sends the data to child pipeline , the hild pipeline apply XSLT and send the html data to email send snap.

It is working fine the email is sent but the email body contains headers which is content-type and content.
I am not sure from where this data is coming and I want to remove it from the email bosy.

Any idea on how to do that?
image

1 ACCEPTED SOLUTION

SpiroTaleski
Valued Contributor

@asingh760

Please find the attached child pipeline :

Child pipeline_2021_08_30.slp (10.9 KB)

The XLST will compose the HTML table, so you don’t need to create HTML table in Email Sender Snap. You will need only the content from the XSLT transformation.

Regards,
Spiro Taleski

View solution in original post

6 REPLIES 6

SpiroTaleski
Valued Contributor

@asingh760

Please find the attached child pipeline :

Child pipeline_2021_08_30.slp (10.9 KB)

The XLST will compose the HTML table, so you don’t need to create HTML table in Email Sender Snap. You will need only the content from the XSLT transformation.

Regards,
Spiro Taleski

It works good.
I only need to toggle the = sign for the html body because sometimes it isn’t used.

Thank you Spiro.