Switchboard API
Preview the output of a transformer.
Preview the output of a transformer. This endpoint is useful for testing a transformer before creating an integration.
POST
/
transformer
/
preview
Authorizations
Authorization
string
headerrequiredBody
application/json
input
string
requiredThe input data to the transformer.
transform
string
requiredThe configuration of the transformer.
overrides
object[]
overrides.actorid
string
overrides.input
string
Response
200 - application/json
output
object
requiredThe output data from the transformer.