Firestore Delay Request Tag

Hi, I need to delay a webhook coming in the server, but i am unsure how i use the Delay Request tag.

I need to make 2 tags with it? 1 that stores the webhook in firestore and 1 that fetches it ? so using store and fetch functionality?

Also for the fetch, i have no idea what the trigger should be? obviously for storing the webhook, the trigger would be the webhook, but for fetching i have no idea.

Anyone can help out?

You can use the request delay power-up for this purpose:

That is, just send a webhook to request delay and after the required delay the request will be automatically passed to your sGTM.

We cannot use the Stape one, since we are only on Pro+ plan :frowning: So i have to use the firestore one.

I don’t think you can implement this with tags and Firestore. Most likely you need an external server where you will send a ping or the whole request and it will be redirected from there after the delay you need.
But I suppose it’s easier and eventually cheaper to upgrade to a higher tariff on Stape to use it as one-click a powerup.

1 Like