Connector Corner October 2021
October was another big month for connectivity at Workato, with updates to Google Drive, Microsoft Dynamics CRM and Outlook. We also added new capabilities for developers building on the Connector SDK. Check out a summary below and follow the links out for more detail.
New actions for Google Drive
- Copy and delete files
- List/add/remove file permissions
- Detailed query search
Read more here, or check out the full docs.
Batch actions for Microsoft Dynamics CRM
- Create records in batches of up to 200
- Update records in batches of up to 200
Read more here, or check out the full docs.
Search calendars & upload large files in Outlook
- Search by shared calendar membership or custom query parameters
- Attach files up to 150MB
Read more here, or check out the full docs.
Expanded debugging for SDK Connector Emulator
- Run and debug Oauth2 flows locally from the command line
- Debug multi-step actions from the command line and write rspec tests
Read more here, or check out the full docs.
Simplified schema definition for Connector SDK
- Reference object definitions inside other object definitions
- Pre-process input and output of actions
Read more here, or check out the full docs.