Hi All,
I've got an upcoming piece of work for which I'd appreciate some thoughts or suggestions. Ideally, I'd like to accomplish as much of this as possible through Alteryx (please note I'm only using Designer as opposed to Server).
Aim:
- Extract data from the Zendesk ticketing system
- Collate into a row-level data-file (csv or Excel) and combine with a visual summary report.
- Package up both files securely and send to a predefined list of recipients
- Repeat for each instance of a specific field (there will be a field in the raw data defining this.)
I'm clear that a Batch Macro would likely be the best route for producing the report & iterating through each recipient (I haven't done this before but have a good idea on how through various helpful Community posts.)
Where I need some guidance is on 2 points:
Extraction of Data:
Currently, this can be manually downloaded so short-term this isn't a barrier, but ideally, I'd like to use a Download tool to streamline. The Zendesk portal also uses MFA (Okta) so I'm wondering how much of a barrier this would be?
Sending of Files to Recipients:
- The files will contain some personal information, so as a bare minimum they will need to be protected before emailing with (preferably) a randomly generated password.
- My ideal scenario is for the workflow to (as its last stage) either:
- Output / Encrypt file in 7-Zip > Generate Password > Send to Recipient > Send Password to Recipient Separately.
- Upload File to Storage Portal (OneDrive for e.g.) > Notify Recipient
I'm open to suggestions (and any thoughts/experiences of https://www.cdata.com/kb/tech/zendesk-odbc-alteryx.rst ) and would greatly appreciate some ideas on how best to achieve.
Cheers