Search results

  1. Fagun Shah

    Whatsapp API

    Pabbly Connect is not an whatsapp API provider, it is an integration SaaS, which works as intermediator between apps to pass data from trigger app to action app. As per whatsapp rules, it does not give direct API to interact with, so you need to use/buy subscription of third party official or...
  2. Fagun Shah

    Random delay

    MySQL actions are there, no triggers - https://www.pabbly.com/connect/integrations/mysql-beta/
  3. Fagun Shah

    Is Facebook Page post action allows Bold, Italique orUnderline?

    I mean copy-paste in pabbly workflow. It will show in bold/italic on the FB as well.
  4. Fagun Shah

    Is Facebook Page post action allows Bold, Italique orUnderline?

    If we copy paster text from this website it works - https://yaytext.com/bold-italic/
  5. Fagun Shah

    Google Column updated not triggering webhook

    Better to create a new thread so Pabbly Team can assist you. This is link to article which shows common problems and solutions for sheet - https://www.pabbly.com/common-problems-with-google-sheets-integration-in-pabbly-connect/
  6. Fagun Shah

    Using Split in text formatter but its splitting AND *removing whats there after*

    With my above solution you will get both pieces of the URL, before and after 3rd '/'. In the 2nd step you will get left side part of 3rd '/'and in the 3rd step you are getting Right of 3rd '/' part.
  7. Fagun Shah

    Using Split in text formatter but its splitting AND *removing whats there after*

    I am not good at Regex, but found a Regex that gives you everything before 3rd '/'and then you can use that to split the text after that in next step. May be @Supreme @Pabbly can give you direct Regex that matches everything after 3rd occurance of '/'
  8. Fagun Shah

    Google Drive - Get Sub Folders of a Folder

    Answered your question here - https://forum.pabbly.com/threads/how-to-put-a-spreadsheet-inside-a-specific-folder.2644/#post-12627
  9. Fagun Shah

    Is Facebook Page post action allows Bold, Italique orUnderline?

    Is Facebook Page postaction allows Bold, Italique orUnderline? If YES, then how to do that?
  10. Fagun Shah

    Whatsapp Throttling

    Real subscribers means they would know when you contact them and they are less likely to report you as a spam to whatsapp.
  11. Fagun Shah

    Whatsapp Throttling

    If you do not want to get blocked then message only real subscribers and use official API like 360dialog or WATI. If you are using unofficial API like Chat-API, then try to use Delay action of Pabbly Connect to avoid too many messages in small duration. But there is always a chance in...
  12. Fagun Shah

    Developer BackEnd

    Here is what they posted in FB Group - ----------------------------------- If you wish to access the Pabbly Connect backend. Login to your existing Pabbly Connect account first and than click the link below. https://connect.pabbly.com/app We have recently opened the backend for public and...
  13. Fagun Shah

    Having a query

    You can use Gmail action called "Send Email" where you can use HTML to do Bold, Italic or Underline. And if you do not know HTML then try this to format the text like word and then Paste code in pabbly workflow - https://html-online.com/editor/
  14. Fagun Shah

    Can't use delay until feature for thrivecart

    Add a Date/Time Fotmatter action before Delay Unntil action and mapits result to Delay Until step -
  15. Fagun Shah

    Weekly/Monthly Scheduler

    This is for Every Month's specific date - Note - You need to manually change the number/date in filter stepas per your requirement. Copy my workfow from here - https://connect.pabbly.com/workflow/share/DERWZF86By9TGABUAF8FZAkaBjEEWAY8U0MFDFYzAEY#
  16. Fagun Shah

    Weekly/Monthly Scheduler

    This is for Everyweek on Specific Day and Time - Note - Sunday is 1,Monday is 2 and so onfor weekday formaula. Copy workflow from here - https://connect.pabbly.com/workflow/share/CEBSYFEWBGcETQZ8A2IELAkeV1RVHwheVjFWRA##
  17. Fagun Shah

    How to get Row Number for "add new row"

    You will get UpdateRange in Add New Row action's response,then do this -
Top