Summary
This workflow is designed to retrieve project surveys from SmileBack, a customer feedback platform. It automates the process of fetching surveys associated with specific projects using the SmileBack API, allowing users to easily access and analyze survey data for their projects.
Usage
The workflow requires an API token to authenticate requests to the SmileBack API. This is done using the SmileBack - Get Token workflow which is run as a sub-workflow.
Returned Data
{
"data": [
{
"id": "1951a31d-488c-4abf-aa89-34a7807173a4",
"name": "Test"
}
]
}