Create a resumable upload session for large file uploads to WhatsApp. This action initiates an upload session that allows you to upload large files in chunks. First create a session, then use the session ID and URI to upload file data in subsequent requests. This is useful for u…
file_namestringOptional file name for the upload session. If not provided, a default name will be used.
file_typeRequiredstringThe MIME type of the file being uploaded. Supported types: image/jpeg, image/png, video/mp4.
file_lengthRequiredintegerThe size of the file in bytes. Must be a positive integer representing the exact file size.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.