Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Load the hosted JavaScript runtime for popup signup widgets.
cURL
curl --request GET \ --url https://api.sequenzy.com/api/v1/widgets/popup.js \ --header 'Authorization: Bearer <token>'
(function () { "use strict"; // Popup runtime })();
window.SequenzyPopupConfig
curl "https://api.sequenzy.com/api/v1/widgets/popup.js"
<script> window.SequenzyPopupConfig = { companyId: "company_123", apiBaseUrl: "https://api.sequenzy.com", listMode: "all", listIds: [], tagIds: [], templateId: "newsletter", layout: "fullscreen", trigger: { type: "delay", delaySeconds: 5 }, content: { title: "Join the newsletter", description: "Get practical updates delivered to your inbox.", buttonText: "Subscribe", successMessage: "Thanks for subscribing.", badgeText: "Newsletter", }, visual: { style: "accent", placement: "top" }, fields: { email: { placeholder: "you@example.com" } }, theme: { accentColor: "#f97316", backgroundColor: "#ffffff", textColor: "#111827", }, }; </script> <script async src="https://api.sequenzy.com/api/v1/widgets/popup.js"></script>