Labor day is behind us and fall is around the corner. Time to see what apples our team has picked for us this week:
Our engineers have added:
Ability to View logs from app
Adding the ability to view all logs from the app side so you can share real time logs with your users. Similar to what is currently available in the builder:
Several updates in webhooks:
- Allow immediate processing in webhooks
This feature will process the incoming webhook and return the live results without queueing the job. This can be useful if you need the webhook response to give the ID of the record but don’t want to use the API.
- Optimize Large Requests
We’ve seen instances where large webhook don’t respond quickly. We now have an option where the webhook can be optimized for that which will ensure a response about 50x faster.
- Update Records based on Multiple Conditions
You can now set webhooks to update a record based on more than one condition being met.
- Webhook Validation Rules
You can now add validation rules that will only insert the record if conditions are met:
New Plugins:
-
Date Range Field Auto Duration Setter - Automatically sets the duration format for a date range field to “hours” or “days” based on predefined settings.
-
Custom Calendar Working Hours - Sets the calendar to display events only within your specified working hours, such as 08:00 AM to 08:00 PM.
-
Custom OTP Input Field - This plugin generates fields similar to One Time Passwords (OTP) input fields with individual boxes, allowing users to easily enter codes with auto-focus, backspace navigation, and paste functionality. Very useful to add clarity for inputs like Social Security Numbers or where the fields should be a defined set of boxes.
That’s all for this one, Tadabasers. Happy building and see you next week!