Quick overview
This workflow runs monthly (choose your own schedule schedule) to read company records from Google Sheets, evaluate each company’s KYB risk using Ambriel, writes the resulting score and risk level back to the sheet, and downloads the generated report to upload it into a Google Drive folder.
How it works
- Runs on a schedule once every month.
- Reads all company rows from a Google Sheets spreadsheet.
- Processes each row one at a time and sends the company registration number to Ambriel to run a KYB assessment and force report generation.
- Updates the same Google Sheets row with the returned KYB score and risk level.
- Requests the report download link from Ambriel and continues only if the report is successfully available.
- Downloads the report file via HTTP and uploads it to a specified folder in Google Drive.
Setup
- Connect your Ambriel API credentials and confirm the workflow’s country code and registration number field mapping match your KYB use case.
- Connect your Google Sheets OAuth credentials and set the spreadsheet ID and sheet tab that contain your company list (including a unique row_number column for updates).
- Connect your Google Drive OAuth credentials and set the destination folder where the Ambriel KYB reports should be uploaded.
- Review the schedule interval (currently every month) and adjust it to your desired run frequency.