AMPS
  • What is AMPS?
  • Getting Started
    • Installation
      • Docker
      • Kubernetes
        • Local
        • Openshift
        • AWS
    • Setup
  • Fundamentals
    • Admin
      • Monitoring
        • Message Events
        • Sessions
        • Service Monitoring
        • System Logs
        • Audit Log
        • Consumers
      • Onboarding
        • Groups
        • Users
      • Message Configuration
        • Topics
        • Actions
        • Services
        • Scripts
        • Templates
        • Routing Rules
        • API Endpoints
        • Metadata Fields
        • Keys
        • Jobs
      • Data Configuration
        • Providers
        • Environments
        • Packages
      • Tools
      • System Configuration
    • End User
      • Mailboxes
      • Universe File Agent
      • Auth Tokens
    • Python
  • Use Cases
    • For Engineers
      • GitHub Integration
    • For Support
      • Intercom Integration
  • Guides
    • Creating your first project
    • Creating your first task
    • Advanced permissions
Powered by GitBook
On this page
  1. Fundamentals
  2. End User

Mailboxes

In AMPS, End Users have Mailboxes to which messages can be sent and from which messages can be retrieved. Mailboxes can be created by Admin Users from the Admin Portal, or by End Users from either the User Portal or via SFTP. There are multiple ways to put a file into a user's mailbox:

  • Performing a POST request on a ​Mailbox API

  • Setting up a Mailbox Action and attaching it to a subscriber.

  • Putting a file via SFTP to a mailbox-corresponding directory.

  • Sending messages to the corresponding Mailbox Topic

    • Each user mailbox corresponds to a specific mailbox topic, with the format being "amps.mailbox.{username}.{mailbox name}". For example, if user test1 created a mailbox named "urgent", messages sent to "amps.mailbox.test1.urgent" would be mailboxed to test1's urgent mailbox. Similarly, to subscribe to messages for a specific mailbox, messages could be fetched from the corresponding mailbox topic.

In the User Portal, all mailboxed messages are listed in the user Inbox, and messages can be subsequently filtered by mailbox. The fields for creating a mailbox in the UI are described in the table below.

Field
Description

Name*

The mailbox name.

Description*

A description of the mailbox.

PreviousEnd UserNextUniverse File Agent

Last updated 3 years ago