Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

UX Clickable Prototype - Overflow

Settings

Variable

Test

Prod

Marketing API key

0b8eb…

e89ea…

Marketing list ID

4b9368fa82

32debd28d0

Transactional API key

aKQLU…

l0ewa…

Transactional from email

dashboard@fioprotocol.io

dashboard@fioprotocol.io

Transactional from name

FIO Dashboard

FIO Dashboard

Mailchimp prefix

us19

us19

General Requirements

Requirements

Details

Mailchimp API

Transactional email will be sent using Mailchimp Transactional API:

Marketing list management will be done using Mailchimp Marketing API:

SDK:

  • Node SDK - use of SDK is not a requirement, but is at the discretion of the developer.

Transactional emails

All transactional emails are sent using /messages/send with the following parameters:

  • key - to be provided

  • message

    • html - content

    • subject - see below

    • from_email: dashboard@fioprotocol.iosee above

    • from_name: FIO Dashboardsee above

    • to: user’s email

    • track_opens: false

    • track_clicks: false

    • auto_text: true

    • view_content_link: false

  • async: true

Marketing list management

When a user creates and account and checks “Receive periodic updates and promotional emails from FIO” the user is added to the marketing list using /lists/{list_id}/members/{subscriber_hash}:

  • Path

    • list_id: 32debd28d0see above

    • subscriber_hash - The MD5 hash of the lowercase version of the list member's email address.

  • Body

    • email_address - users email address

    • status_if_new: subscribed

    • email_type: html

    • status: subscribed

    • timestamp_signup - The date and time the subscriber signed up for the list in ISO 8601 format.

UX

https://overflow.io/s/F77DZW21?node=4cfe173f

...