#2169-Sequence assign / remove needed on http api

Joseph
#1
Joseph

Currently you have provided Sequence Assign / remove while Button or list trigger ( manually by user ) , Automatically Assign based on http API output is not Possible , we are looking that to make the Sequence automation more effectively


eg : One of our user using Third Party Software for Payment collection & Invoice processing , in that they have provided Api to see the updated data ( every 1 hour ) we will call the api get the updated information , no webhook is available


while Invoice Created Manually that time manually assigning a sequence which contains http api to fetch the invoice & send it


now sending payment reminders multiple times ( 2 hrs once , 3 hrs once) like that


Using cron ( 1hr once ) we are checking the invoice Status & removing the Sequence through Api , but sometimes while checking the payment is unpaid , after checking its paid but message is send , so there is some Confusion for clients


expecting solution

want to fix this , give Sequence as a separate node to assign or remove or else in http Api give option to assign / remove sequence option

so before sending message we will use a http API to check that invoice is paid or not and then will send message accordingly


Hope you understand what i am asking