App‑to‑App URL Encoding

URLs require UTF-8 percent encoding for all special characters and spaces, except for parentheses ( ), which you don’t need to encode. This topic provides some correct and incorrect examples.

Available on all tiers:

Essentials
Advanced
Enterprise
Info:We're now TrueContext.

To support both new and existing integrations, the TrueContext App‑to‑App URL scheme will remain prontoforms:// with alternative https://prontofor.ms/.

For more detailed information about what’s changing, visit https://support.truecontext.com/hc/en-us/articles/19516168513556

Correct (encoded):
prontoforms://x-callback-url/open?name=Inspection%20Form
Incorrect (contains a space):
prontoforms://x-callback-url/open?name=Inspection Form

Info:The w3schools HTML URL Encoding Reference provides detailed information about URL encoding.