• 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 $249 โ€” View Offer
    • ๐Ÿ”ฅ Pabbly Subscription Billing โ€” Lifetime Access for $249 โ€” View Offer
    • ๐Ÿ”ฅ Pabbly Chatflow โ€” Lifetime Access for $249 โ€” View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

Search results

  1. Fagun Shah

    Tasks Occurred An Hour Later

    I have never faced delay with pabbly connect webhook, most of the time it is related to WP Site setup or plugin setup. Can you check Webhook Sent logs in WPForms to see at what time it tried to send data to Pabbly Connect? You can also try this way to find if this is a pabbly issue or...
  2. Fagun Shah

    Taplink

    Taplink only has triggers in Pabbly Connect -https://www.pabbly.com/connect/integrations/taplink/ So you can only use it as first step of the workflow.
  3. Fagun Shah

    Wrong date format in webhook

    Use Date/Time Formatter action to get the desired date format.
  4. Fagun Shah

    Filtering New Items from Hourly Webhook Data

    You can try using code module, but TBH this is a bad way to implement webhook functionality in trigger app. Ask trigger app developer to develop proper webhook functionality which only sends new data and immediately not every 1-hour. Else they need to give you API Endpoint where you can GET...
  5. Fagun Shah

    OpenAI Generate Content - Which model is gpt4?

    You can click on Map toggle for that dropdown and pass the latest model by simply typing it. Here is the list - https://platform.openai.com/docs/models/gpt-4-and-gpt-4-turbo For example to use GPT-4 you can type gpt-4
  6. Fagun Shah

    Share multiple workflows with team member

    Just select All Workflows option in the dropdown. Or do multiselect in the same dropdown.
  7. 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
  8. Fagun Shah

    Facebook page insight

    API is action step, not a trigger. So search for it in action steps(steps other than 1st step)
  9. 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.
  10. 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?
  11. 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.
  12. 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...
  13. Fagun Shah

    convert numbers to ordinal numbers

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

    Regex for date

    Provide sample string for testing.
  15. 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.
  16. 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.
  17. Fagun Shah

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

    In actions called Number Formula - Spreadsheet Formula
  18. 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
Top