Retrieve the Authorization header from the last authentication.
Run a Select command to retrieve data from the Export Database of the environment.
SQL SELECT statement.
Page index, which must be 1 or greater.
Page size, which must be 100 or less.
Parameters of the SQL statement. Example: [{ name: "@name", value: 'mary' }]
If true, the result will not be stored in the internal cache.
A promise to retrieve the records from the SELECT statement.
Renew the access token based on the environment, API key, and secret key provided for the static method BuildContextAsync
Send one email message to several recipients.
Recipients of the message.
Field subject of the email.
HTML body of the message.
Optionalattachments: string[]A list of urls of the attachments.
OptionaltokenOid: numberThe associated Token reference. If provided, the email will be accessible from the Conversation tab.
Optionalsender: stringThe sender name of the email.
StaticBuildGenerates an access token to access all functions of the API.
The environment identifier. It can be obtained from the Manage Environments page.
API key. It can be obtained from the Web Services panel inside the process editor.
Secret of the API key. It can be obtained from the Web Services panel inside the process editor.
StaticQueryRun a Select command to retrieve data from the Export Database of the environment.
The environment identifier. It can be obtained from the Manage Environments page.
An api key generated in the Web Services interface within the process editor.
A secret key generated in the Web Services interface within the process editor.
SQL SELECT statement.
Page index, which must be 1 or greater.
Page size, which must be 100 or less.
Parameters of the SQL statement. Example: [{ name: "@name", value: 'mary' }]
If true, the result will not be stored in the internal cache.
A promise to retrieve the records from the SELECT statement.
Initialize the content of a new row in a record lists.