{
    "template": "user_invitation",
    "from": "{% if organization.name == 'sme' %}Sony Music <no-reply@sonymusic.com>{% elsif organization.name == 'awal' %}AWAL <no-reply@awal.com>{% elsif organization.name == 'knr' %}Kollective Neighbouring Rights <no-reply@kollectivenr.com>{% else %}The Orchard <no-reply@theorchard.com>{% endif %}",
    "subject": "{% assign lang = 'en' %}{% if organization.name == 'orchard' or user.user_metadata.organization == 'orchard' %}{% if user.user_metadata.localization %}{% assign lang = user.user_metadata.localization %}{% endif %}{% endif %}{% if application.clientID == '##PODCAST_CLIENT_ID##' and organization.name == 'sme' %}Welcome to Sony Music Podcasting{% elsif application.clientID == '##PODCAST_CLIENT_ID##' %}Welcome to The Orchard Podcasting{% elsif organization.name == 'knr' or user.user_metadata.organization == 'knr' %}Welcome to the Kollective Neighbouring Rights Portal{% elsif inviter.name == 'AWAL Admin' %}Welcome To AWAL 🎉 – Activate Your Account{% elsif organization.name == 'awal' or user.user_metadata.organization == 'awal' %}You've Been Invited To AWAL – Activate Your Account{% elsif organization.name == 'sme' %}You've Been Invited To Sony Music – Activate Your Account{% else %}{% case lang %}{% when 'es' %}¡Estás invitado a unirte a The Orchard!{% when 'pt' %}Foi convidado a juntar-se à The Orchard!{% when 'it' %}Sei invitato ad accedere a The Orchard!{% else %}You're Invited To Join The Orchard!{% endcase %}{% endif %}",
    "resultUrl": "{% if application.clientID == '##PODCAST_CLIENT_ID##' and organization.name == 'sme' %}##PODCAST_SONY_URL##/podcasts/1{% elsif application.clientID == '##PODCAST_CLIENT_ID##' %}##PODCAST_ORCHARD_URL##/podcasts/1{% elsif application.clientID == '##COLLABORATORS_CLIENT_ID##' %}##SETTINGS_URL##{% else %}##WORKSTATION_URL##/login/v2{% endif %}",
    "syntax": "liquid",
    "body": "./user_invitation.html",
    "urlLifetimeInSeconds": 2592000,
    "enabled": true
}
