https://github.com/meyskens/zoho-slow-bulk
A slow bulk editor for Zoho using the API to add changes and trigger workflows
https://github.com/meyskens/zoho-slow-bulk
Last synced: about 2 months ago
JSON representation
A slow bulk editor for Zoho using the API to add changes and trigger workflows
- Host: GitHub
- URL: https://github.com/meyskens/zoho-slow-bulk
- Owner: meyskens
- License: gpl-3.0
- Created: 2019-06-19T06:06:28.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-19T06:11:23.000Z (almost 6 years ago)
- Last Synced: 2024-10-30T18:34:29.988Z (6 months ago)
- Language: Go
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Zoho slow bulk update
=====================When needing to bulk update a field in Zoho I found the workflow rules not to work correct. This is a small Go script that updates individual reccords with a 3 second interval so the workflow rules work. I have used this script only to trigger them for all records.
## How to use
You need to edit `main.go` and edit the data structure in `newData`, toghether with the change in `newEntry`, when being ran it will update an Account every 3 seconds and executes the edit workflow(s)The API OAuth client ID and Secret need to be set as environment variables as `ZOHO_CLIENT_ID` and `ZOHO_CLIENT_SECRET`