Skuid Notes. Some new template changes. Added Luminate's GAS to the repo.
This commit is contained in:
@ -63,3 +63,14 @@ DONE: Submit tickets from [this page](https://docs.google.com/spreadsheets/d/1kV
|
||||
|
||||
TODO: Check if we can "mimic" the start button across all courses in LP so any click = start LP.
|
||||
TODO: Get Assignment Download link into Google Sheets. Webhook followed by API call. Data points: UID, Course, Submitted At, and URL.
|
||||
|
||||
Notes for Sophie:
|
||||
|
||||
To get the assignments outside of Northpass, you would need to log them to a Google sheet. However, since we don't have any webhooks for an assignment completion that contains the cdn.filestack download link, you'd have to get this via API. The Assignment Submissions API should have everything you need, including the download link.
|
||||
|
||||
The other portion of this that was mentioned to me is that the people that need these criminal records have to grab it in "close" to real time. So the flow of data and API calls would have to be the following:
|
||||
|
||||
1. Webhook is the trigger that starts the flow. It points to a workflow engine, google sheet, SFDC, where ever Zenjob wants.
|
||||
2. Parse the webhook and check for activity name. If Activity name == Course A
|
||||
3. Make an API call to the Assignments endpoint and grab the following information: Learner Email/SSO UID, Course Name, Activity Name, Download link
|
||||
4. Add those values to a spreadsheet or Salesforce. Wherever you want the employees to grab the criminal record upload.
|
||||
|
||||
Reference in New Issue
Block a user