New
🚀 New Features
The Task History API allows you to query your users' usage of integration workflows and access data from historical workflow executions. The Task History API can be used to analyze integration usage or pull information about historical workflow executions into your application. For example, you can use the Task History API to:
- Query the number of workflow executions that ran last week for the Salesforce integration
- Query all failed workflow executions for a specific user
- Export all tasks that occurred in a specific month into Google BigQuery
✨ Notion Integration!
You can now connect to your users' Notion accounts to manage their pages and databases. Paragon enables you to sync data between your app and your users’ Notion. For example, you can create pages or manage databases in Notion. Learn more in our docs.
🐛 Bug Fixes
- Fixes an issue where manually typed JSON would appear as a
string
instead of anObject
in the Integration Request step. - Fixes an issue where manually typed boolean values would appear as a
string
instead of aboolean
object. - Fixes a bug where the workflow settings sidebar would disappear after viewing the preview Connect Portal.
- Fixes a bug where moving between the preview Connect Portal and the Workflow Editor causes the step reference display to appear with the UUID instead of the step index.