PR3 Release Note

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:payment_workflow [2025/08/13 03:24] – [CX Genie – Fetch Customer Form Results via API] pr3en:payment_workflow [2025/08/13 03:26] (current) – [Get Your Form ID] pr3
Line 14: Line 14:
  
 ^ Environment ^ API Root URL ^ ^ Environment ^ API Root URL ^
-| QC ENV | https://api-staging.cxgenie.ai/api/v1/form-results-value/customer | 
 | QC UAT | https://api.uat.cxgenie.ai/api/v1/form-results-value/customer? | | QC UAT | https://api.uat.cxgenie.ai/api/v1/form-results-value/customer? |
  
Line 22: Line 21:
   - Open your form builder from the UI.   - Open your form builder from the UI.
   - Look at the address bar (URL). It will look like this:     - Look at the address bar (URL). It will look like this:  
-    `https://staging-app.cxgenie.ai/workspaces/{workspace-id}/form-builder/{form-id}`+ 
 +`https://staging-app.cxgenie.ai/workspaces/{workspace-id}/form-builder/{form-id}`
  
 The part at the end is your **form ID**. The part at the end is your **form ID**.
Line 39: Line 39:
     If you want to get specific data fields from the form (e.g., `transaction_id`, `agent_name`), add them like this:       If you want to get specific data fields from the form (e.g., `transaction_id`, `agent_name`), add them like this:  
  
-    **Comma-separated method:**  +   **Comma-separated method:**  
     `&properties=transaction_id,agent_name`     `&properties=transaction_id,agent_name`
  
Line 50: Line 50:
  
 `https://api-staging.cxgenie.ai/api/v1/form-results-value/customer?form_id=b1f5393f-8387-41ea-98f6-34982a5c1bab&properties=transaction_id,agent_name` `https://api-staging.cxgenie.ai/api/v1/form-results-value/customer?form_id=b1f5393f-8387-41ea-98f6-34982a5c1bab&properties=transaction_id,agent_name`
 +
 +
  
 ===== Step 3: Add the API URL to the API Call Block ===== ===== Step 3: Add the API URL to the API Call Block =====
en/payment_workflow.1755055445.txt.gz · Last modified: by pr3