Simulates the results of running a pipeline activity on a message payload.
post/pipelineactivities/run
Request body
payloadsMessagePayload[] required
The sample message payloads on which the pipeline activity is run.
Response
Success
payloadsMessagePayload[]
The enriched or transformed sample message payloads as base64-encoded strings. (The results of running the pipeline activity on each input sample message payload, encoded in base64.)
logResultstring
In case the pipeline activity fails, the log message that is generated.