If it’s not possible to send json to bubble webhook, is there any way that we can work with the raw data as a string (and use regex to extract necessary info) ?
Sending JSON to bubble webhook aka endpoints is completely possible. You can either use the auto-detect to pick up the incoming payloads schema automatically or use the manual method to define each parameter yourself.