{
"success": true,
"message": "Automation fetched successfully",
"data": {
"id": "The Automation ID",
"name": "The Automation name",
"description": "The Automation description",
"shortName": "The Automation short name",
"category": "The Automation category",
"platformId": "The Platform ID",
"inputs": [
{
"name": "The input name, e.g., liProfileUrl",
"label": "The input label, e.g., Profile URL",
"description": "The input description, e.g., Linkedin Profile URL",
"type": "The input type, e.g., text",
"isRequired": true,
"choices": [
{}
]
}
],
"outputs": [
{
"name": "The output name, e.g., liProfileUrl",
"label": "The output label, e.g., Profile URL",
"description": "The output description, e.g., Linkedin Profile URL",
"type": "The output type, e.g., text"
}
]
}
}