Response
You need to define the same name that you define for the output inside outputParameterName. The following is the list of return datatypes that are acceptable for outputdata:
| Datatypes | Value |
| date | "2020-12-31" |
| number | 29 |
| datetime | { "date_time":"2020-12-31T18:45", "time_zone_id":"Asia/Calcutta" } |
| string | "Hello There!" |
| phone | "08883169888" |
| location | { "country":"USA", "country_code":"us", "city":"Seattle", "latitude":"8.77486", "district":"East District", "state":"Washington", "full_address":"9241 13th Ave SW Seattle, Washington(WA), 98106","postal_code":"628001","longitude":"78.13423" } |
| "danny@zylker.com" | |
| daterange | { "from":"2021-04-07", "to":"2021-04-19" } |
| url | "https://zylker.com" |
| IP | "123.23.32.12" |
| numberlist | [ "123", "123.123", "123456789000" ] |
| stringlist | [ "123", "Hello there!", "How are you?" ] |
| timezone | "Asia/Calcutta" |
Sample Code:
Responses for webhook data must follow the following format:
Copied{
"outputParameterName1": "outputData1",
"outputParameterName2": "outputData2"
}