Javascipt question

Can we load our JavaScript code remotely, or cause it to be downloaded from a repository such as GitHub instead of pasting via the UI?

1 Like

JavaScript code for edge and cloud actions can be:

  • Listed for a company
  • created
  • read
  • updated
  • deleted
  • simulated

via Octave APIs.

See https://rest.octave.dev/#edge-action-object for edge actions APIs
See https://rest.octave.dev/#cloud-action-object for cloud actions API’s

Use of these API’s will allow you to integrate with your code repository from an export and import standpoint.