ThoughtSpot Community

Reposting from https://community.thoughtspot.com/s/feed/0D53n00009bLImSCAW We want to create a custom action that would allow us to see what the output of a table was and/or what was downloaded by the user. In our use case, our users would create an outreach or contact list as a table and then download it so they can do their outreach(mail, phone calls. etc.). We need a way to know what was downloaded in order to bill them appropriately. Does anyone use a similar custom action or have any suggestions? Our current process is that we generate the list based on their requirements and then we send it to them via an SFTP site where they can then download the list. We want to provide them a way to pull the list themselves but still be able to track what they generate.
ThoughtSpot Community
Find useful content, exchange ideas and best practices, and collaborate with other customers, partners, and ThoughtSpot employees.
2 Replies
billsaysthis
billsaysthis2y ago
Sorry about my initial responses, I misread your question.
ashish
ashish2y ago
@Brayden Schut Yes, you could use custom actions for this usecase. The payload of the custom-action callback contains the data in a visualization the action was triggered on. This is the relevant https://developers.thoughtspot.com/docs/custom-action-callback

Did you find this page helpful?