API - Get/Set a Persistent Setting Value
action - setting
Persistent Settings are variables that are set at the Account level in PYXI. Whilst there may be some specific values that are referred to within the application's own logic, there is no fundamental restriction on the number of persistent settings that can be set or the alpha-numeric names they can be given.
Typically, you may wish to use persistent settings where there is an account-specific value that needs to be retained e.g. the customer/account record number to which this account relates in another application, so that this setting value can then be called with a calculation from within Templates or ActionScripts e.g. within Automations, WebHooks etc. using the getSetting function
Set a Persistent Setting Value
Sample Request
Sample Response
Get a Setting Value
Sample Request
Sample Response
This value can now be retrieved inside a script, template etc. e.g.
Other API Help Pages
Introduction
IntroductionActions
Read a Record | Update a Record | Add a Record | List Records | Evaluate a Template | Execute an Action Script | Apply a Blueprint | Get a Blueprint | Add a File | Get a File | Get/Set a Persistent Setting Value | Get Category Values | Get Group Memberships of a User | Get Members of a Group | Load Data | Get Metadata for a Record Type | Get Metadata on Calculation Functions | Trigger an Event | Get Usage Statistics | Validate a Calculation | Validate a Filter ExpressionDiscussion Topics
Linking Records | Automation - Automations and EventsReturn to Developer Help