• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View offer

Search results

  1. Fagun Shah

    convert numbers to ordinal numbers

    Try this JS code action instead, which converts multiple comma separated cardinal numbers to ordinal numbers - function convertToOrdinal(numbers) { if (!Array.isArray(numbers)) { return ['Input should be an array of numbers']; } const ordinalForms = []; for (const number of...
  2. Fagun Shah

    convert numbers to ordinal numbers

    Free tasks in pabbly connect can't do this.
  3. Fagun Shah

    Regex for date

    Provide sample string for testing.
  4. Fagun Shah

    Custom API response time

    You can always ask your server or apps that you created to send 200 response to pabbly connect as soon as they accept the data from pabbly and don not wait for complete the process to send response back to pabbly connect.
  5. Fagun Shah

    Are Webhooks Making Field Names Upper Case?

    Pabbly doesn't change incoming webhook data at all. But in history and workflow they show first letter as capital letter for readability purposes.
  6. Fagun Shah

    Remove country code or first 3 characters from a Google Sheet field

    In actions called Number Formula - Spreadsheet Formula
  7. Fagun Shah

    Remove country code or first 3 characters from a Google Sheet field

    I am assuming your mobile numbers have same digits without country code. For example Indian mobile numbers have 10-digits without country code. So we use this - Number Formula - Spreadsheet Formula RIGHT('+91-9909999099',10) Output - 9909999099
  8. Fagun Shah

    ChatGPT Image Upload

    This hasn't been added to OpenAI APIs yet. So not possible for now via Pabbly Connect. But you can try RPA tools like Robomotion to do this.
  9. Fagun Shah

    Facebook Triggers Not Showing Up

    They take few days to give access. Wait for 2-days. If not happen by that then start another thread or tag admin or moderators.
  10. Fagun Shah

    Facebook Triggers Not Showing Up

    Check this answer - https://forum.pabbly.com/threads/facebook-comments-trigger-not-working.16969/post-80222
  11. Fagun Shah

    ClickUp have changed their API

    Pabbly only provides API Token authorization in their in-built integration. I have used it with many clickup accounts without any issues. Are you not able to get API Token from your account?
  12. Fagun Shah

    ClickUp have changed their API

    Both type of Authorizations are still allowed by clickup api - https://clickup.com/api/developer-portal/authentication/
  13. Fagun Shah

    How do I set up whatsapp to group or multiple recipients?

    You can post to Whatsapp group using official api, because there is not API to do that from whatsapp side. To send it to multiple contacts, clone the action step multiple times and change the mobile number.
  14. Fagun Shah

    Google Drive to Instagram Reel or Video

    Upload your videos from Gdrive to Clodinary or Imagekit to get direct .mp4 URLs.
  15. Fagun Shah

    Auto Posts from Telegram which has images to Whatsapp Group

    WA Gold is an unofficial API for whatsapp. Your number will get banned.
  16. Fagun Shah

    Auto Posts from Telegram which has images to Whatsapp Group

    This is not possible currently using Pabbly Connect because there is no official whatsapp api for groups.
Top