Example Connect Invite email + lock screen.

Overview

Connect Invites function like Connect Links, but they add an additional layer of verification, allowing them to be used in stand alone scenarios like personalized emails.

Connect Invites differ from Connect Links in a 2 important ways:

  • Connect Invites allow you to prompt the user for verification information only they should know. This verification info is set when you create the account connection. Some examples include:
    • Last 4 of SSN
    • Account Number or User ID with your organization
    • The current bank account number they have on file with your organization
  • Connect Invites expire 72 hours after creation (vs 10 minutes for Connect Links) or after 3 failed verification attempts.

Different in Sandbox

Remember that sandbox follows special rules about sending emails.


Methods

POST  /connect-invite
Link your creators to Connect to activate their connection to you.

Body Parameters

account_connection
string
required

ID of the account connection to be onboarded.

send_email
boolean

If true, Manifest will send your account connection an invite email. Send false to turn off the Manifest-powered email invite, and use the returned url to send your own invite. (Default: true)

Example


Properties

url
string

URL that directs your user to their personalized invite. This URL is safe to email to your user.

expires_at
date

Date this Connect invite will automatically expire. (Set to 72 hours after object is created.) Formatted as ISO 8601 date/time string.