We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d86ded commit ec5ec10Copy full SHA for ec5ec10
cx-agent-backend/src/infrastructure/adapters/tools.py
@@ -154,7 +154,7 @@ def create_support_ticket(
154
155
try:
156
url = f"https://{subdomain}.zendesk.com/api/v2/tickets.json"
157
- logger.debug("Making POST request to: %s", url)
+ logger.debug("Making POST request to Zendesk API endpoint")
158
159
response = requests.post(
160
url, headers=headers, data=json.dumps({"ticket": ticket_data}), timeout=61
0 commit comments