Message Configuration
Last updated
Last updated
The Message Configuration section of AMPS contains all the fields pertinent to handling message workflows (retrieval, transformation, and transfer). Each field and a brief description of each are listed below.
: Topics are period (".") delimited strings that represent different endpoints in a message workflow.
: Actions are performed on messages to transform them or performed in order to receive messages.
: Services are processes managed by AMPS to facilitate message retrieval, transformation, and transfer.
: Scripts are executed in scripting actions and receive message and action data.
: Templates are for convenience and are python scripts whose function is to provide a starting point for creating scripts from the scripts screen.
: Routing rules are used in Router actions in order to route messages to various topics based on the message metadata.
: API Endpoints make up the various endpoints exposed by Gateway services.
: Metadata Fields can be defined to keep track of various custom metadata fields you may utilize in your AMPS workflows.
: Keys such as certificates, signing keys, encryption keys, etc, can be stored in AMPS for use in Providers, Services, etc.
: Jobs are events sent to a specific topic, on a configured cron-like schedule, with optional additional metadata in order to trigger subscribers to perform their actions.