To Text List
1 min
Converts a list of JSON Objects to a Text List
API Definition
To Text List API
Call the following API:
POST
https://orca.pathfix.com/functions/list/totextlist
{
"input": [{
"emailAddress": "[email protected]"
},
{
"emailAddress": "[email protected]"
},
{
"emailAddress": ""
}
],
"rule": {
"drop_nulls": true
}
"output": "{{emailAddress}}",
}