OptionalretryOverride retry attempts for this specific request Set higher for critical operations, lower for non-essential ones.
OptionalretryOverride retry delay for this specific request (in milliseconds) Time to wait between retry attempts.
OptionalsessionOverride the session for this specific request Useful when working with multiple WhatsApp sessions.
OptionaltimeoutOverride timeout for this specific request (in milliseconds) Use higher values for operations that may take longer (e.g., large file uploads).
Override configuration for individual API calls
Allows you to override the default WAHAConfig settings for specific API requests. Useful when you need different settings for particular operations.
Example