Discussions
Is it possible to send sensitive data to Sprig, as opposed to exposing it in our application and sending it through the Sprig SDK?
For any sensitive data that users do not want exposed or surfaced in their application, Sprig offers a REST API. The `/users/` endpoint allows teams to create, or update, visitor records from your backend.
If the `userId` sent to the API does not already exist in the specified environment, a new visitor record will be created. If the `userId` already exists, any new data will be appended to that visitor record.
Posted by Sprig over 1 year ago
What data can I export out of Sprig?
Sprig allows you to export visitor and response data, either through the API, webhooks, or from the Sprig dashboard.
Survey questions, responses, and themes can all be exported either from the Sprig API with the use of your API key, or by downloading the data as a CSV from within your dashboard.
Webhooks enable you to have survey responses and survey events automatically sent to an endpoint, as they come in.
Posted by Sprig over 1 year ago