Skip to content

Joseph Hsieh

My feedback

1 result found

  1. 89 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Joseph Hsieh commented  · 

    When an email is sent out for each user, allow for an external call to retrieve a JSON payload to be inserted into the email template as variables.

    The external request should allow for the Personalization Variables to customize the request to the external source.

    Example:
    api.mysite.com/getTopNewsStory?user=--EMAIL--&type=--Industry--

    Example JSON response:
    {
    user: someone@mysite.com,
    news1: { title : "One Title", link: "mysite.com/news/one"},
    news2: { title : "Two Titles Tuesday", link: "mysite.com/news/two"},
    news3: { title : "Three Tittles", link: "mysite.com/news/three"},
    }

    Example email template:

    Hello --First Name --!

    Your top News for today:

    <a href="{news1.link}">{news1.title}</a>
    <a href="{news2.link}">{news2.title}</a>
    <a href="{news3.link}">{news3.title}</a>

    - MySite

    Joseph Hsieh supported this idea  · 

Feedback and Knowledge Base