@Jerome thanks. Now it's translating the data using the token in the input. I very much appreciate all of your help..
@Jerome,
Hope you are doing well. On the same API token request, we made a modification to request a token using "account number" or "phone number." I went ahead and updated my contracts to include both in the request; however, I notice that it's returning the token only when both contracts are entered. Is there a way to configure the data action to only run using one of the contracts?
For example, I want to run a token with phone number first to see if that returns profile info. If true, I will receive a token without including the account number.
Same applies for account number, when I enter the account number, I shouldn't have to include the phone number.
JSON Request Body Template:
{
"client_id": "CLIENT ID HERE",
"client_secret": "CLINT SECRET HERE",
"account_number": {input.accountNumber},
"agent_id": "string",
"phone_number": {input.phoneNumber}
}
Thanks for the help!
This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.