Snippet Tags for Email Campaigns

Description

There is a need to add Snippet Tags for email campaigns to send email action events to external systems.

Information printed by the snippet tag could then be sent using i.e. the API Call module.

  • Snippet Tag example


    {% campaigns order_by='clicked_at' for_last_days=1 count=6 order=1 as campaign_interactions %}
    {% for campaign in campaign_interactions %}
    Name: {{ campaign.name }}
    Id: {{ campaign.id }}
    Description: {{ campaign.description }}
    Type: {{ campaign.type }}
    Started at: {{ campaign.started_at }}
    Smtp {{ campaign.smtp }}

    • Order by options

      • clicked_at

      • opened_at

      • unsubscribed_at

    • Attributes

      • name

      • id

      • description

      • type

      • started_at

      • eta

      • smtp

  • Example of module in /snippet-tags/

    <div><div class="icon"><i class="mr-2 far fa-inbox"></i></div><h3>Email campaign tags</h3><p class="text-muted mb-0">Use information about email campaigns with which the user had some interaction.</p></div>

Please authenticate to join the conversation.

Upvoters
Status

Completed

Board

🧩 Feature Request

Date

Over 4 years ago

Author

Grzegorz Kacperski

Subscribe to request

Get notified by email when there are changes.