Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Response Parameter : No response configured

9. FindLanguage

Usage : This webhook is used to find the language of the customer from where it belongs, based on their phone number.

URL : http://192.168.50.21:3000/hdfcruralwebhook-v1/prod/

Method : findLanguage

Request Parameters :

Flow Variable

Example

Description

$flow.key.languageSupported

TELGU,ASSAMESE,HINDI,PUNJABI,CHHATTISGARHI,GUJARATI,HINDI,HINDI,URDU,HINDI,KANNADA,MALAYALAM,HINDI,MARATHI,ENGLISH,ORIYA,PUNJABI,RAJASTHANI,TAMIL,TELGU,BENGALI,HINDI,HINDI,BENGALI

List of languages that are supported.

$flow.key.cli

9175748XXXXX

CLI Number of the customer

$flow.key.cliSource

MOBILE

The source from where the call was received

Response Parameter :

Flow Variable

Example

Description

$flow.key.cliOperator

VODAFONE

The operator of the CLI Number of customer

$flow.key.cliCircle

MAHARASHTRA

The operator circle in which the CLI number is located

$flow.key.cliBasedLanguage

MARATHI

The name of the language generally used in the CLI Circle

...

How to test internal webhooks ?

...