Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: mandatory or optional keys

...

The information returned from the backend may be shown to the user by adding similarly named fields to the registration's user input fields that are used after the backend request. If the fields are not visible, the information is still saved after the registration.

The key is mandatory but the parameter values are optional. For example:

Code Block
languagetext
customerdata.output = 

In this example, no output returned by the backend is used for the registration. This could be used to call external APIs to trigger external actions that do not set or change user attributes.

config

config describes the configuration parameters that are needed to make the request. This key is mandatory. For example:

Note

NOTE: Configuration keys must be written in lower case letters.

...