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;
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 Webhook", you should enter its Name (you can use any) and the Webhook URL;
2. if you choose the "Custom Webhook", you should enter ts Name (you can use any), Webhook URL, and headers.
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.