Trigger pipe *AFTER* record written

Hi Folks

Is there a way to trigger a pipe AFTER the record is written. I am trying to send a welcome text/sms when a new customer query is added to the system, so I am using record rule in the form. However the mobile number is not saved by the time the trigger to send SMS/text kicks off so it has no mobile number to send to.

Workflow

(Add new query

→ check if existing contact → if not add contact (different table) →

→ If existing contact select add query details and save → trigger SMS/text pipe

tks Noel

I am not aware of anything native in TB that sequentially triggers a pipe. There is the possibility to use scheduled tasks.

the only way I have reliably completed a similar task is to use an external third party like webhook.site, make.com or similar