Power nap between actions node
Please contact your Customer Success Manager to get access to this node. This is a dedicated feature that is not generally available.
What is power nap between actions?
Power nap between actions is a node that pauses the flow for a defined number of seconds before continuing. It helps prevent timing issues when working with APIs or external services that need a short delay to return data. The pause can be set anywhere from 1 to 60 seconds and uses an in-memory timer to ensure precise control without impacting overall performance.
Usage scenarios
A business uses an AI API to analyse information and categorise them. After sending the message to the AI, the power nap node pauses the flow for 6 seconds, giving the AI enough time to respond. Once the response is ready, the next node in the flow reads and uses the AI’s categorisation result without error.
Node configuration
Setting the time period
Input of seconds: The number of seconds to pause the flow for (between 1 – 60).
Related to