Webhook Capabilites

(Kid Yume) #1

Ok , So i have been searching for a platform for thepast week that can potentially do what I am looking for:

I need a platform to take in a webhook request ok easy. However, within this JSON object one of the parameters will have an array of data. I need the server to sift through that array with 3-4 minute timeouts in between iterations. Is it possible to do that on this platform? So a task or a “trigger” in this case could go on for 30 min or throughout the course of the day.
I
s what i am looking for possible/feasible Or I should think about using something other then a webhook?

(Sarah Palombo) #2

Hi Kid :wave:

This should be possible - absolutely!. The idea here is to receive data do something with the data, wait a few minutes and do something else.

I think you’ll find two features quite handy

  1. If you need to pause your flow for a while, use our Wait task. you could wait 3/4 mins then move on.
  2. Potentially if you want to repeat certain steps in your flow i.e wait then do something wait then do something for instance, you might want to use the Label (an action) and our [Go to a label]

Hopefully you find this useful.
Reach out at support@flowxo.com if you need more help. :+1: