• 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.

OpenAI (ChatGPT, DALL-E, Whisper) - Create message V2 - error

Hello!
The OpenAI operator returns error when running action "create message" with version V2.
Soon V1 will be discontinued, do you plan to update the operator?
Thank you!
 

Attachments

  • Immagine 2024-10-03 223647.png
    Immagine 2024-10-03 223647.png
    66.3 KB · Views: 83
D

Deleted member 15445

Guest
Hey @FabeeoBreen

It appears that you selected nothing for the File ID option and it is showing error because of that.

Kindly refer to the image below,

1728024292792.png


Let us know if it works for you.
 

Preeti Paryani

Well-known member
Staff member
Hello @FabeeoBreen

To resolve the issue you were facing our team has created an action event with OpenAi named "Create Message V2 (BETA)". Kindly try this at your end and let us know if it works for you.

image (27).png
 
Thank you @Preeti Paryani and Pabbly team, appreciate your speed and quick reply.
It is mostly working, some issues i found:
- I can't create a message without specifing a file ID Attachment file(s) [Missing required parameter: 'attachments[0].file_id'.]
- I can't use more than 1 file ID Attachment file(s) [Invalid type for 'attachments[1].tools': expected an array of objects, but got a string instead.]
- I can't combine text + image or text + image url : [Unknown parameter: 'content[0].text'.]
 

Preeti Paryani

Well-known member
Staff member
Hello @FabeeoBreen

Entering details to the fields is based on the selected type. Please refer to the below attached screenshots to learn about the fields to be filled as per the selected message type.
I can't create a message without specifing a file ID Attachment file(s) [Missing required parameter: 'attachments[0].file_id'.]

1. If Type = Image File, then only the File field should filled the File ID among Text, File andURL fields.

1728888259023.png


2. If Type = Image URL, then only the URL field should filled the image URL among Text, File andURL fields.

1728888801224.png


3. If Type =Test, then only the text field should filled the text among Text, File, URL, and Attachment Field(s) fields.

1728888873548.png



You can use multiple file attachments, for that you have enter the File IDs and tool type(s) in comma-separated format, refer to the attached image for more info.
I can't use more than 1 file ID Attachment file(s) [Invalid type for 'attachments[1].tools': expected an array of objects, but got a string instead.]

1728889468617.png


Unfortunately combining all the message types would not be possible as of now.
I can't combine text + image or text + image url : [Unknown parameter: 'content[0].text'.]
 
Top