Hi everyone. We are using payment links, and after payment, the client should be added to a segmented list. I am trying to create a workflow. I've tried several methods, including using the payment source ID and status, but so far this method isn't working.
Could someone share their experience or a proven working method for triggering the workflow? We have several payment links, and after payment, clients should be added to different segmented lists.
Payment links trigger reliably on the deal object, not directly on contacts. The most reliable setup is a deal-based workflow that enrolls when Payment status = Paid, then updates the associated contact (or adds them to a list). From there, use contact properties to build segmented lists. This also makes it easy to handle multiple payment links.
Payment links trigger reliably on the deal object, not directly on contacts. The most reliable setup is a deal-based workflow that enrolls when Payment status = Paid, then updates the associated contact (or adds them to a list). From there, use contact properties to build segmented lists. This also makes it easy to handle multiple payment links.