zapier-platform-core
Advanced tools
Changelog
15.15.0
released 2024-09-18
This release introduces "Buffered Create Actions", currently only available for internal use. A Buffered Create allows you to create objects in bulk with a single or fewer API request(s). This is useful when you want to reduce the number of requests made to your server. When enabled, Zapier holds the data until the buffer reaches a size limit or a certain time has passed, then sends the buffered data using the performBuffer
function you define.
None!
performBuffer
and buffer
to operation
schema to support Buffered Create Actions (#832)Changelog
15.12.0
released 2024-08-16
zapier pull
command (#838)object
types (#840)bulk reads
action type (#831)bulk_reads
functional constraint (#829)