...
Info |
---|
Limitation - Each bot has up to 5 inbound webhooks, the rate limits is 500 request per 24 hours. |
Create Inbound Webhook
It's available in almost all channels, in your flow builder, go Tools - Inbound Webhooks:
...
There are 2 ways to get an example JSON:
manually type/paste it here
listen to a real-time data from a live test
Values to Identify a User
...
This is the process of how the system identifies a user:
check
user_ns
if there is a valid
user_ns
, user found.if not, next step
check
phone
/email
if we can find a user by the
phone
oremail
, user found.if not, next step
verify
phone
no user matched in the system, is the
phone
a valid number?if yes, user profile created.
if not, webhook won't be processed
Mapping Area
The mapping list shows which value should be stored in which custom field. When you get a sample JSON in the above area, click on Preview Payload to get a mapping tool.
...