• ⚠️ Important: This forum is being discontinued.

    We've moved community discussion to a new platform — better search, faster replies, and tighter integration with the Pabbly apps you already use.

    • Sunset date: 23 July 2026 (this forum will go offline after that)
    • Until then: Login remains available for 30 days
    • Continue the conversation: https://sales.pabbly.com/forum

Make Action Compatible in File in Response

Status
Not open for further replies.
When creating an action for your application in the Pabbly Connect developer portal, some APIs may return a file (e.g., an MP3 file from the OpenAI Text-to-Speech API) rather than text or JSON data.

To handle such responses, enable the "Make this action compatible with file in response" option. This ensures that Pabbly Connect processes the file appropriately by providing a file URL instead of the file itself. You can then use this file URL for further automation or integration within your workflow.

Example: OpenAI Text-to-Speech API​

When you executre the OpenAI Text-to-Speech API, it returns an MP3 file.

The API response will contain the file URL, which you can use in subsequent actions. Below is a sample screenshot of the API response showing the file URL.

1739967916131.png


You need to enable the "Make this action compatible with file in response" option from the Pabbly Connect Developer portal as shown below -

1739967771042.png


You will receive the file URL as follows:

1739968856185.png
 
Last edited:
Status
Not open for further replies.
Top