Skip to main content

Summary

This workflow is designed to retrieve NPS (Net Promoter Score) campaigns from SmileBack, a customer feedback platform. It automates the process of fetching NPS campaign data using the SmileBack API, allowing users to easily access and analyze campaign 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": [
{
"id": "string",
"name": "string"
}
]
}