Integration resources
integration/app
App
Represents an application that can be installed.
Example
{ "beta": false, "name": "the name" }
Attributes
Category
Allows you to categorize services.
Example
{ "name": "the name" }
Attributes
InstalledApp
Represents an installed application.
Example
{ "additionalConfiguration": false, "checkPublicEndpoint": false, "name": "the name", "protected": false, "status": "Unknown" }
Relations
Installs a new app.
Deletes the application with the given ID.
Parameters:
Retrieves the application with the given ID.
Updates the application with the given ID.
Returns the logs for an application.
Attributes
Type: boolean
If true, will look for the public endpoints and store them as annotations in the
installed app.
Status of the application.
Default value:
"Unknown"
Log
Retrieves the logs of a deployed application.
Relations
Returns the logs for an application.
Attributes
integration/automation
Automation
Allows you to define some JavaScript code and specify the conditions under which it should
be executed.
Example
{ "condition": "function when(m, params) { return { continue: true }}", "disabled": false, "immediateExecution": false, "name": "the name", "protected": false, "tokenRenew": false, "trigger": "Time" }
Relations
Retrieves the list of automations.
Parameters:
Creates a new Automation.
Deletes the automation with the given ID.
Parameters:
Retrieves the automation with the given ID.
Updates the automation with the given ID.
Allows a system to trigger the automation if its trigger property is set
to RemoteCall.
Allows a system to trigger the automation if its trigger property is set
to RemoteCall.
Attributes
Type: string
Condition contains the code that will be executed to decide if any action(s)
should be executed. Providing a condition for an automation with a
"Webhook" trigger type will have no impact as the condition will not be
evaluated. If no condition is defined, then the automation action(s) will be
executed; this behaves akin to a condition that always succeeds.
Type: _automation_events
Contains the identity and operation an event must have to trigger the
automation.
Type: boolean
If set and the trigger is of type Time, the automation will be run at create or
update before being scheduled.
Type: string
Holds the unique access token used as a password to trigger the
authentication. It will be visible only after creation.
Controls when the automation should be triggered.
Default value:
"Time"
AutomationTemplate
Templates that can be used in automations.
Example
{ "kind": "Condition", "name": "the name" }
Relations
Retrieves the list of automation templates.
Retrieves the template with the given ID.
Attributes
Trigger
Can be used to remotely trigger an automation.
Relations
Allows a system to trigger the automation if its trigger property is set
to RemoteCall.
Allows a system to trigger the automation if its trigger property is set
to RemoteCall.
Most Popular
Recommended For You
Recommended Videos
Recommended videos not found.