im trying to create an api tool that adds a note t...
# general-english
k
im trying to create an api tool that adds a note to a GHL contact. it works when i hardcode a contact ID. but when i use the variable in the URL, it comes back as contact ID is invalid. suggesting that the contact ID variable might be malformed, even though during test it shows up properly. my best guess is that its lower casing the contact ID, but there doesn't seem to be any way to check what URL it's using to generate the request. any ideas?