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

  • Due to Holi celebrations, our team will have limited availability. While we’ll continue to monitor threads, responses may be slightly delayed.

Search results

  1. Fagun Shah

    How can I get only one month package, there is no option for one month package only showing yearly package, please assist me

    Try this link - https://www.pabbly.com/connect/inr/#pricing:~:text=monthly%20plans%20available%3F-,Yes%2C%20we%20do,-.%20Keep%20in%20mind
  2. Fagun Shah

    Facebook page insight

    API is action step, not a trigger. So search for it in action steps(steps other than 1st step)
  3. Fagun Shah

    Create Connector

    The link you shared is not the API documentation. You need to contact Ruzuku support and get proper API documentation link. Then other people can help you here or you can contact me if you're looking for somebody to hire.
  4. Fagun Shah

    Find client by email with Invoice Ninja

    @Supreme you're checking Create Client API endpoint. For this you need to use List Clients endpoint. It has "email" query parameter. Can your team try that?
  5. Fagun Shah

    LinkedIn - Share an article or URL V2

    Here is the full setup screenshot - And here is how it showed up on LinkedIn company page - You can match the text from Setup to Output screenshot to see which field text goes where on the LinkedIn company page post. I hope this helps.
  6. 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...
  7. Fagun Shah

    convert numbers to ordinal numbers

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

    Regex for date

    Provide sample string for testing.
  9. 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.
  10. 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.
  11. Fagun Shah

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

    In actions called Number Formula - Spreadsheet Formula
  12. 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
  13. 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.
  14. 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.
  15. Fagun Shah

    Facebook Triggers Not Showing Up

    Check this answer - https://forum.pabbly.com/threads/facebook-comments-trigger-not-working.16969/post-80222
  16. 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?
Top