Build an integration

Canvas objects

Submit Action

A Submit action triggers a Submit Request to be sent. This request will include all values which have been entered into all the UI components on the current canvas.

Parameters

Parameter Possible Values Required Description
type submit Yes The type of action you are attaching to a component.

Example object

action: {
  "type": "submit"
}