Table of Contents |
---|
Internal Webhooks
Before you start
All internal webhooks have following structure. The method name and parameters are provided for each item.
Type:
Status | ||||
---|---|---|---|---|
|
Code Block |
---|
{
"method": "<method name. Eg: fetchUserPreferences>",
"keys": [
{
"name": "$flow.key.<parameters>",
"value": "<value to be saved>"
},
{
"name": "$flow.key.cli",
"value": "919979293198"
}
]
} |
1. Validate Date and Time
...