ibl-data-manager (3.59.0-ai-plus)
API for iblai
- Mock server
https://docs.ibl.ai/_mock/apis/ibl/api/ai-bot/v1/bots/webhooks/{org}/teams/{name}/
https://base.manager.iblai.app/api/ai-bot/v1/bots/webhooks/{org}/teams/{name}/
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://docs.ibl.ai/_mock/apis/ibl/api/ai-bot/v1/bots/webhooks/{org}/teams/{name}/' \
-H 'Content-Type: application/json' \
-d '{
"id": "string",
"type": "string",
"channelData": {
"property1": null,
"property2": null
},
"entities": [
null
],
"text": "string",
"locale": "string",
"textFormat": "string",
"recipient": {
"property1": null,
"property2": null
},
"conversation": {
"property1": null,
"property2": null
},
"from_": {
"property1": null,
"property2": null
},
"channelId": "string",
"serviceUrl": "string",
"localTimezone": "string",
"localTimestamp": "string",
"timestamp": "string"
}'
Response
application/json
{ "id": "string", "type": "string", "channelData": { "property1": null, "property2": null }, "entities": [ null ], "text": "string", "locale": "string", "textFormat": "string", "recipient": { "property1": null, "property2": null }, "conversation": { "property1": null, "property2": null }, "from_": { "property1": null, "property2": null }, "channelId": "string", "serviceUrl": "string", "localTimezone": "string", "localTimestamp": "string", "timestamp": "string" }
- Mock server
https://docs.ibl.ai/_mock/apis/ibl/api/ai-bot/v1/bots/webhooks/{org}/webex/{name}/
https://base.manager.iblai.app/api/ai-bot/v1/bots/webhooks/{org}/webex/{name}/
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://docs.ibl.ai/_mock/apis/ibl/api/ai-bot/v1/bots/webhooks/{org}/webex/{name}/' \
-H 'Content-Type: application/json' \
-d '{
"data": {
"property1": null,
"property2": null
},
"resource": "string"
}'
Response
application/json
{ "data": { "property1": null, "property2": null }, "resource": "string" }
- Mock server
https://docs.ibl.ai/_mock/apis/ibl/api/ai-bot/v1/bots/webhooks/{org}/whatsapp/{name}/
https://base.manager.iblai.app/api/ai-bot/v1/bots/webhooks/{org}/whatsapp/{name}/
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.ibl.ai/_mock/apis/ibl/api/ai-bot/v1/bots/webhooks/{org}/whatsapp/{name}/'
Response
application/json
{ "entry": [ { … } ] }