Skip to main content

Summary

This workflow is designed to retrieve CSAT (Customer Satisfaction) agents from SmileBack, a customer feedback platform. It automates the process of fetching agent data associated with CSAT surveys using the SmileBack API, allowing users to easily access and analyze agent information.

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": [
{

}
]
}

Changelog

2025-11-05

  • Initial version of the document