Result Placeholder Component
Generate a step output
Component key: result-placeholder
Description
The result placeholder component generates a "mock" result that can be used by subsequent steps in an integration. This is handy for situations where integration developers are waiting on development of a custom component or for third-party teams to create an environment for testing. Integration designers can add a result placeholder step to fill in for another component until the other component is ready to be tested.
Actions
Mock Result
Generate a step result of your choosing. | key: actions
Input | Notes | Example |
---|---|---|
Code code / Required code | This input will be returned as a string, unless valid JSON is provided, in which case it will be deserialized into a JavaScript object. |
Example Payload for Mock Result
Example Payload for Mock Result
{
"data": null
}