Search results

  1. sven-bo

    What is the internal rate limit for webhooks in Pabbly Connect?

    My webhook URL has been exposed and is now being triggered many times per second. I noticed that this doesn’t use up my quota, since the workflow is filtered and nothing actually runs, so I’m not worried about that part. I’m just curious: Does Pabbly Connect apply any internal rate limit on...
  2. sven-bo

    Do price changes affect existing subscriptions?

    Thank you for the clarification! 🙏
  3. sven-bo

    Do price changes affect existing subscriptions?

    Hi, quick question about subscription pricing: Let’s say I have a product plan at $10/month and some customers are already subscribed. If I now change the plan price to $15/month, what happens to the existing subscribers? Do they stay locked at $10/month and only new subscribers pay $15, or...
  4. sven-bo

    Webhook Trigger – Can it return custom data after workflow finishes?

    Oh wow! I just tested it and it worked! Thanks for your fast help! 🙏
  5. sven-bo

    Webhook Trigger – Can it return custom data after workflow finishes?

    Hi, I'm using the webhook trigger in Pabbly Connect. When an external app sends a request, the webhook responds right away with a 200 status code, but nothing else. What I’d like instead: The external app triggers the webhook, the workflow runs, and only after that, Pabbly sends a proper...
  6. sven-bo

    Issue Refunding PayPal Recurring Payments

    Well noted, thanks!
  7. sven-bo

    Issue Refunding PayPal Recurring Payments

    When trying to issue a refund for a PayPal recurring subscription, I received the attached error message: "The refund will not work in the case of PayPal recurring. You can refund directly from the gateway and record the refund here." I understand that one-time PayPal payments work fine for...
  8. sven-bo

    How long is the access link from the Client Portal API session valid?

    When using the Client Portal API (`/portal_sessions/`), I receive an access_url along with an expires_at field in the response. Example: "access_url": "https://payments.pabbly.com/portal/access/test1234?tk=...", "expires_at": "2020-03-05T07:19:13.131Z" Does this mean the generated access_url...
  9. sven-bo

    How to Add Rows in Google Sheets Without Overwriting Formulas?

    I have created a test workflow: https://connect.pabbly.com/workflow/mapping/IjU3NjYwNTZlMDYzMjA0M2Q1MjZiNTUzNjUxM2Ii_pc When you execute it, the formula which is in column C gets replaced by an empty value. I want to preserve the formula (see screenshot below) Thanks!
  10. sven-bo

    How to Add Rows in Google Sheets Without Overwriting Formulas?

    I’m having trouble with Google Sheets when adding new rows through Pabbly. I want to add a new row to my spreadsheet but only update specific columns. For example, I have formulas in some columns that should not be touched. In my simplified example (see screenshot attached): I want to enter...
  11. sven-bo

    No Email Notifications for Sales, Refunds, or Other Activities

    Sorry, my bad. I had an issue with my SMTP configuration. It is working now again!
  12. sven-bo

    No Email Notifications for Sales, Refunds, or Other Activities

    I've noticed that I am no longer receiving any email notifications for my Pabbly subscriptions, including sales, customer refunds, and other important updates. This issue started suddenly, and I haven't made any changes to my account settings. Is this a known issue, or could it be specific to...
  13. sven-bo

    Access Raw HTML in Custom Variable

    It should work now
  14. sven-bo

    Access Raw HTML in Custom Variable

    @Subin please find the video here: Thanks!
  15. sven-bo

    Access Raw HTML in Custom Variable

    Is it possible to store an HTML snippet as a custom variable without it being automatically rendered? Currently, when I pass HTML code into a variable, it gets rendered immediately. However, I need to access the raw HTML code when using the variable instead of having it rendered. Is there a way...
  16. sven-bo

    Changing Default "Subscribe" Slug in URL

    Is it possible to change the default "subscribe" slug in the URL (e.g., "checkout.mydomain.com/subscribe/xxx") to something else? Thank you. Best regards, Sven
Top