Discussions
Passing job information to your add on.
23 days ago by Martin Sudell
"actionURL": "https://sudell-quote-wizzard-martinsudell.replit.app/quote?job_uuid=%jobUUID%"
I’m using this URL to try and retrieve job information and pass it into my app, however I’m getting this url returned which does not replace the url with the Job UUID?
https://sudell-quote-wizzard-martinsudell.replit.app/quote?job_uuid=%25jobUUID%25
any help would be appreciated!