• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

  • Important: Any reported problems and issues with your integration will be reported to you and we will encourage the app developers help to resolve those integration issues.

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