How to export an email template by using a Webhook?

This article will help you find more information about exporting email templates by using a Webhook.

Yaroslav Zhbadinskyi avatar
Written by Yaroslav Zhbadinskyi
Updated over a week ago

To export your email template from Stripo by using a Webhook, you need to:

  • Open an email template and click the "Export" button, which is located above the email template, then find the "Webhook" icon;

  • Enter your Export account name (it can be any);

  • Choose whether you want to export the HTML code of your email template to a public or a custom webhook, and click the "Export" button;

1. if you choose the "Public", you should enter the Webhook URL;

2. if you choose the "Custom", you should enter the Webhook URL, and headers name and value.

Please be advised that a POST request will be sent from Stripo to the Webhook URL.

  • The email template will be delivered to your Webhook account.

As an example, here is a webhook created in Zapier that receives data from Stripo:

in the JSON format with strings as follows:


{
"name": "Name of your email",
"html": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional...
HTML code of your email
...</html>",
"subject": "Subject of your email"
}


Thank you for taking the time to read our articles. We hope you will find this information helpful.


If you have any additional questions, please email us at support@stripo.email.

We would be glad to talk with you.


Did this answer your question?