Question
Flowboost Question
I have 10 url fields that need to have the removed I was hoping to achieve this with flowboost and some regex "var url = url.replace(/(^\w+:|^)\/\//, '');"
My question is, can I make one webhook for all 10 fields or will I need to make one for each?