DoSomething / voting-app

☑ Voting app for DoSomething.org campaigns.
MIT License
6 stars 4 forks source link

Quicksilver 4-Legged-Finisher Details #510

Open deezone opened 8 years ago

deezone commented 8 years ago

For the 2016 4-Legged Finisher campaign, the following values are needed in the Quicksilver message payload:

Based on the test message - 31 March 2016

Array
(
    [first_name] => Doood
    [birthdate_timestamp] => 656812800
    [user_country] => US
    [candidate_id] => 118
    [candidate_name] => Adell Murray
    [merge_vars] => Array
        (
            [FNAME] => Doood
            [CANDIDATE_NAME] => Adell Murray
            [CANDIDATE_LINK] => http://www.catsgonegood.com/candidates/adell-murray
            [GENDER] => F
        )

    [user_language] => en
    [email] => oidajsiodjaiodjoi@example.com
    [subscribed] => 1
    [email_template] => mb-cgg2015-vote-US
    [email_tags] => Array
        (
            [0] => votingapp
            [1] => 118
            [2] => GENDER_F
        )

    [mailchimp_list_id] => f2fab1dfd4
    [application_id] => CGG
    [activity] => vote
    [activity_timestamp] => 1459441185
)

Related Trello Card: https://trello.com/c/kAkowtMi

deezone commented 8 years ago

application_id => VotingApp mobile_opt_in_path_id => 142529

Note:

DFurnes commented 8 years ago

Great! Thanks @DeeZone!