Complete technical documentation for formatting templates, implementing conditional injections, and handling database attributes through Firetips campaign node.
The Firetip engine parses raw HTML strings prior to SMTP queue delivery. All replacement tags must adhere strictly to the bracket format to be recognized by Firetip's parsing parser.
You can render customized sections based on user privilege levels (such as distinguishing between Free Tier and Pro Subscribers using account type parameters).
<!-- If Account Type is Pro -->
<div style="display: [IF_PRO]block; display: none; color: #dc3545;">
<p>Thank you for maintaining a Pro subscription on the sc01 node.</p>
</div>
If a database record returns an empty value for an injected parameter, the Firetip engine automatically replaces the tag with a safe default string (Valued audience) to prevent broken markup or blank display spaces in the final inbox delivery.
Ready to test your template layout? Send a mock transaction trigger directly through the sovereign gateway.
Certain campaign variables—such as tracking links, target destinations, and redirect behaviors—can be pre-configured directly inside your account dashboard or injected dynamically via API calls prior to queue execution.
You can append custom key-value pairs to your dispatch payloads for advanced campaign segmentation and internal tracking through the sc01 node.
All messages dispatched through the sc01 node and Firetip campaign engine adhere strictly to Internet Engineering Task Force (IETF) standards to ensure optimal deliverability, header formatting, and MTA compatibility.
| Standard | Specification | Implementation Note |
|---|---|---|
| RFC 5322 | Internet Message Format | Enforces strict header structuring, date formatting, and line-length limits (78 characters max per line). |
| RFC 2045-2049 | Multipurpose Internet Mail Extensions (MIME) | Manages multipart alternative boundaries separating plain text and HTML payloads correctly. |
| RFC 2369 | List Header Fields | Injects explicit List-Unsubscribe and List-Help headers for automated audience processing. |