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

Recent content by martexx

  1. martexx

    how-to-create-an-action-to-upload-a-file-multipart-form-data.25180/

    i noticed https://forum.pabbly.com/threads/how-to-create-an-action-to-upload-a-file-multipart-form-data.25180/ But i dont know how to use it, i get an Unautorized response " Parameter Type Description Example Value pabbly_api_key Header An authentication key is needed to validate worker...
  2. martexx

    Loss of formatting in code

    i i did not understand this from any documentation: https://forum.pabbly.com/threads/how-to-create-an-action-to-upload-a-file-multipart-form-data.25180/ So thats what i use to work with file uploads? maybe someone can make that into a pabbly integration so people like me can use it as well
  3. martexx

    Status Code: 417Response Text: ERR: Expected hex 0x in '{0}'.

    Lets hope it stays in a working condition
  4. martexx

    Loss of formatting in code

    curl -X POST --header 'Content-Type: multipart/form-data' --header 'Accept: application/json' --header 'apiKey: xxxxx' -F EntityID=f8133f32-fcef-4085-94fa-2185c0c02dd8 'https://private.ms:31527/ExternalApi/api/CrewingDocumentsContent/UploadFile' I am struggling for a long time to get it to...
  5. martexx

    Status Code: 417Response Text: ERR: Expected hex 0x in '{0}'.

    It seems to work now after am afternoon of errors. I am still curious on the why Soni can deal with it when needed.
  6. martexx

    Status Code: 417Response Text: ERR: Expected hex 0x in '{0}'.

    but you can see it in the run history, even though it looks like a success it was not Task History ID - IjU3NjUwNTZmMDYzNjA0M2Q1MjZjNTUzYzUxMzE1MTY0NTQzODBmMzAi_pc Executed at Jan 03, 2025 11:21:30, (UTC+00:00) America/Danmarkshavn
  7. martexx

    Status Code: 417Response Text: ERR: Expected hex 0x in '{0}'.

    https://connect.pabbly.com/workflow/mapping/IjU3NjYwNTZmMDYzMDA0MzQ1MjZhNTUzMTUxMzci_pc however the error seem to have gone away
  8. martexx

    Loss of formatting in code

    https://connect.pabbly.com/workflow/mapping/IjU3NjYwNTZmMDYzMDA0MzQ1MjZhNTUzMTUxMzci_pc please note that its about step 8 for python and step 9 for api step 8: https://www.awesomescreenshot.com/video/35187954?key=f2399cc1cca9b3abbbacaf99380d1392 step 9 the error is now different, dont know why...
  9. martexx

    Status Code: 417Response Text: ERR: Expected hex 0x in '{0}'.

    When i try to upload a file i received in a pabbly email parser i get this error, only happens with the file url from pabbly. Status Code: 417 Response Text: ERR: Expected hex 0x in '{0}'. import requests from urllib.parse import urlparse # Set the filename manually or extract it from the URL...
  10. martexx

    Loss of formatting in code

    I have exactly the same, the editor removes the indents after saving, so when u reopen and test it wont work. blabla if this is true then this works else thiswouldwork becomes blabla if this is true then this works else thiswouldwork and that doesnt get accepted. I am on chrome
Top