Introducing Custom code in actions for marketplace
What's New ?
Developers can now use custom code in their actions to create custom logic.
Custom Code Action Execution
The Custom Code feature offers users the flexibility to create custom logic for more complex tasks and integrations. This provides control beyond standard APIs, enabling users to automate complex tasks and integrate with various services not supported by API.
- Code can be written in the Code Editor.
- HTTP requests (GET, PUT, POST, DELETE, etc.) can be input via boilerplate code button.
- Custom values can be inserted using the picker.
- The output should be a JavaScript Object or an Array of Objects.
How it works?
- Under Action Execution section - Click on code option.
- Choose an input via the Boilerplate code button or your own
- Choose input data like workflowID, Location ID, ContactID etc from the input data button
- Format and test your code before submitting for review