Whatsapp (Netcore)
Environment Variables Required
Types of Bots:
Broadcast Flow
curl --location 'http://localhost:3002/admin/conversationLogic' \
--header 'admin-token: 4737ea8520bd454caabb7cb3d36e14bc1832c0d3f70a4189b82598670f11b1bd' \
--header 'Content-Type: application/json' \
--header 'Cookie: fusionauth.locale=en_US; fusionauth.sso=AgOat0GjncGOHhPpH_HuL9QQqnfMitd15O-ofS-uTcdA' \
--data '{
"data": {
"id": null,
"name": "Netcore Demo",
"description": "Netcore Demo",
"transformers": [
{
"id": "774cd134-6657-4688-85f6-6338e2323dde",
"meta": {
"body": "Hello ${name}-${phoneNo}, Netcore Test Notification Body demo dry run.",
"type": "broadcast",
"title": "Netcore Demo",
"params": [
"name",
"phoneNo"
],
"templateType": "JS_TEMPLATE_LITERALS"
}
}
],
"adapter": "44a9df72-3d7a-4ece-94c5-98cf26307323"
}
}'Parameter
Description
Parameter
Description
Parameter
Description
Note:
Parameter
Description
Conversation Flow:
Parameter
Description
Parameter
Description
Parameter
Description
Last updated
Was this helpful?