Skip to main content

Configure decision data API for any environment

Zuora
  • 日本語のコンテンツは機械翻訳されており、補助的な参照を目的としています。機械翻訳の精度は保証できません。英語版が正となります。また、現時点では検索機能は日本語での検索をサポートしていません。翻訳に関するフィードバックについては、docs@zuora.comに送信してください。

Configure decision data API for any environment

  1. Navigate to Settings > Decision Data API.
  2. Select the required environment.
  3. Specify a structured URL pattern for generating URLs used to retrieve decision data, for example,
    https://do-decision-data.s3.amazonaws.com/club-data-{{inputs.club}}.json
  4. This indicates that the URL for fetching decision data is structured with a base URL ("https://do-decision-data.s3.amazonaws.com/") and a placeholder ("{ {inputs.club} }"), which is dynamically replaced with the value of the "club" input when the URL is used. This allows the system to fetch decision data specific to the club specified by the user or application.
  5. Click Authorization to provide essential security and access control mechanisms for retrieving decision data from the specified URL. Enter the following details:
    • Realm - The authentication realm or domain to which the request is directed. It helps identify the security context or set of resources the user must authenticate against to access the decision data. For example, it might specify a particular server area where the decision data is stored, ensuring that the user is authorised to access that specific realm.
    • Username - The unique identification credentials required for authentication purposes.
    • Password - The authentication key or password associated with the provided username.
  6. Click Add a Header to include additional headers in the request to fetch decision data. Specify a title and corresponding value to include additional headers.

    Once added, the header appears in the Your Templates section.
  7. Click Save to save the configurations.