LogoLogo
  • Introduction
  • Features
  • Getting Started
    • Cortex User Guide
      • Organizations
      • Log in
      • Generate an API key
      • Make your first API request
      • Configure the org settings
      • Set up a data model
        • Create custom objects
        • Add custom properties
      • One-to-many relationships
      • Read and write data
      • Making a Request
      • Handling responses
      • Authentication
      • Two-factor authentication
      • Set third-party cookies
      • Connections
      • Upload files
      • Cortex iOS
      • Get started with Swift
      • Cortex service accounts
      • Cortex developer tools
      • Automated Account Notifications
  • Cortex API
    • Overview
    • Objects
      • Objects Overview
      • Organization
      • Account
      • Connections
      • Notifications
      • Stats
      • Logs
      • Export
      • Events
      • Room
    • Object Definition
      • Object Properties
        • Any
        • Binary
        • Boolean
        • Date
        • Document
        • File
        • Geometry
        • List
        • Number
        • ObjectId
        • Reference
        • String
    • Object Types
    • Access Control
    • Querying
      • Query Operators
      • Property Selection
      • Property Access
    • Aggregating
      • Aggregation Operators
    • Scripting
      • Script Types
      • Script Limits
      • ObjectId
      • CortexObject
        • Accounts
        • Views
      • Cursors
      • Operations
      • Script Modules
        • API Module
        • Base64 Module
        • Cache Module
        • Connections Module
        • Console Module
        • Consts Module
        • Counters Module
        • Crypto Module
        • HTTP Module
        • Logger Module
        • Notifications Module
        • Request Module
        • Response Module
        • SAML Module
        • Schemas Modules
        • Script Module
        • Session Module
        • Util.id Module
        • Util.ip Module
        • Util.paths Module
        • XML Module
        • Developer
        • Config
        • Renderer
        • SFTP
        • FTP
        • DB
          • Cursors
          • Driver
      • Static Methods
        • Accounts
        • Views
        • Cursors
      • Audit
      • Environments
      • HTTP Driver
      • Notifications
        • Firebase Cloud Messaging (FCM)
        • Tencent Push Notification Service Configuration
      • Televisit
      • Transforms
      • Localization
      • Available Javascript Libraries
    • Decorators
      • Runtime
        • Acl
        • As
        • Log
        • Profile
      • Static
        • Env
        • Job
        • Object
        • On
        • Policy
        • Route
        • Transform
        • Trigger
    • Expressions
      • Primer
      • Pipelines
      • Operators
      • Accumulators
      • Variables
      • Conditionals
      • Transforms
      • Triggers
      • On
      • Events
    • Faults
      • Fault Reference
  • Releases
    • Cortex Release Notes
      • Cortex API 2.28.3 (R3.4.6)
      • Cortex API 2.28.1 (R3.4.3)
      • Cortex API 2.27.2 (R3.4.1)
      • Cortex API 2.27.1 (R3.3.5)
      • SQL DB Connector 1.3.4 (R3.3.3)
      • Cortex API 2.26.2 (R3.3.1)
      • Cortex API 2.26.1 (R3.2.2)
      • Cortex API 2.26.0 (R3.2.1)
      • SQL DB Connector 1.3.3
      • Cortex API 2.25.0 (R3.1.1)
      • SQL DB Connector 1.3.2 (R3.1.0)
      • Cortex API 2.24.2 (R3.0.2)
      • SQL DB Connector 1.3.1 (R3.0.0)
      • Cortex API 2.24.1 (R2.3.3)
      • Cortex API 2.24.0 (R2.3.2)
      • SQL DB Connector 1.3.0 (R2.3.0)
      • Cortex API 2.23.0 (R2.2.4)
      • SQL DB Connector 1.2.0 (R2.2.0)
      • Cortex API 2.22.2 (R2.1.2)
      • Cortex API 2.22.1 and SQL DB Connector 1.1.1 (R2.0.1)
      • Cortex API 2.22.0
      • Cortex API 2.21.3
      • Cortex API 2.21.2
      • Cortex Web 4.16.0
      • Cortex Web 4.15.1
      • Cortex API 2.20.1
      • Cortex Web 4.14.0
      • Cortex Renderer 1.3.3
      • Cortex API 2.19.4
      • Cortex API 2.19.3 and Cortex Web 4.13.1
      • Cortex Renderer 1.3.2
      • Cortex API 2.19.1
      • Cortex API 2.18.0
      • Cortex API 2.17.6
      • Cortex API 2.17.5
      • Cortex API 2.17.4
      • Cortex API 2.17.3
      • Cortex API 2.17.2
      • Cortex API 2.17.1
      • Cortex API 2.16.0
      • Cortex API 2.15.9
      • Cortex API 2.15.8-1
      • Cortex 2.15.8
      • Cortex API 2.18.1
      • Cortex API 2.16.1
      • Cortex Renderer 1.3.1
      • Cortex Renderer 1.3.0
      • Cortex Renderer 1.2.2
      • Cortex Renderer 1.2.1
      • Cortex Renderer 1.2.0
    • Third-Party License Attribution

© 2025 Medable, Inc. All rights reserved.

On this page
  • Overview
  • Org Level
  • App Level
  • URL Syntax
  • Example

Was this helpful?

  1. Getting Started
  2. Cortex User Guide

Automated Account Notifications

Notifications that are automatically sent by the system for account activation, connection, and password management activities.

Last updated 3 years ago

Was this helpful?

Overview

Cortex supports the following account notification types:

  • Connections

  • Password reset

  • Password creation

  • Account activation

  • Account verification

For each notification type, there is a corresponding URL setting, as shown in this table.

URLs
Description

Connection URL

The URL displayed in connection request emails. The URL accepts a connection $token variable (for example, https://www.example.com/connections/$token).

Reset Password URL

The URL displayed in reset password emails. The URL accepts a reset $token variable (for example, https://www.example.com/reset-password/$token).

Create Password URL

The URL displayed in newly provisioned account password creation emails. The URL accepts a password create $token variable (for example, https://www.example.com/create-password/$token).

Activate Account URL

The URL displayed in account activation emails. The URL accepts an activation $token variable (for example, https://www.example.com/activate-account/$token).

Verify Account URL

The URL displayed in account verification emails. The URL accepts a verification $token variable (for example, https://www.example.com/verify-account/$token).

You can configure these notification URLs at both the org and app level.

  • To configure org level settings, follow the instructions.

  • To configure app level settings, follow the instructions.

Important: settings override settings

Org Level

You configure URLs at the org level within Notifications settings.

Follow these steps:

  1. Open Cortex Web.

  2. Select Settings > Notifications.

  3. Navigate to the Email Settings and URLs section.

  4. Modify the URL settings as you like.

  5. Click the Update button to save.

App Level

You configure URLs at the app level within App settings.

Follow these steps:

  1. Open Cortex Web.

  2. Select Settings > Apps.

  3. Select the App you wish to modify.

  4. Navigate to the URLs section.

  5. Modify the URL settings as you like.

  6. Click the Save App button to save.

URL Syntax

Notification URLs accept verification $token variables with this syntax:

https://{app url}/{redirect-url-type}/$token/?org={orgname}

  • The {app url} is required and corresponds to the App URL that you are redirecting to.

  • The {orgname} is only required for Medable web apps and corresponds to the name of the Medable organization.

Example

For example, to change the redirect URL for the password reset email for a Medable Web Application, enter the following into the Reset Password URL field:

https://builder-dev.medable.com/reset-password/$token/?org=producttraining1

Check the is correct.

Check the is correct.

The {redirect-url-type} is required and corresponds to the notification types listed in the section.

Org Level
App Level
App Level
Org Level
URL Syntax
URL Syntax
Overview