Tag that parses Response body

I need an HTTP request tag that parses “response body” since I´m requesting tokens for using them in the following tags I´m going to fire. I´ve been using HTTP Look up variable for similar purposes, but in this case it should be a tag (not a variable) because I´m talking about tokens that can´t be retrieve everytime an event is dispatched. How can achieve this with stape? or achieve

Hi,

  1. You would a need a custom tag for it, there isn’t one like that currently

  2. You can still keep on using http lookup variable, just make sure to feed it the destination URL only on condition (your events set), that way it will only reach your endpoint for the token when needed, and just fail in all other cases.

Hope this helps.

Yes, it´s a big help for me :innocent:, very grateful