Prompt a popup when a webhook creates a new DB record?

@gurun ok awesome!!!

I figure it out, so there’s a popup with an incoming call.

Here’s how I set up the workflow. I actually don’t understand how/why this works, but it does.

Any chance you could explain the logic of why this workflow works?

Now just working on a button to accept the call and assign the caller details to the current user!

1 Like

Yep I`ll explain in short:

The “Do when” probably is subscribed to the datatype with some constraint by using websockets ( a live connection to the server). Immediately when a new item in the database it pushes out a message to the web client on the live connection. Upon the web client receiving such notification it runs an action to display the data and show the popup.

Thanks. That makes sense, it’s exactly what I needed!