Skip to content

ibl-data-manager (3.59.0-ai-plus)

API for iblai

Download OpenAPI description
Languages
Servers
Mock server

https://docs.ibl.ai/_mock/apis/ibl/

https://base.manager.iblai.app/

Operations
Operations
Operations

ai_bot_v1_bots_webhooks_whatsapp_retrieve

Request

Respond to whatsapp's webhook challenge. Parameters Required include the tenant key (org) and the name of the bot: (name)

Path
namestringrequired
orgstringrequired
curl -i -X GET \
  'https://docs.ibl.ai/_mock/apis/ibl/api/ai-bot/v1/bots/webhooks/{org}/whatsapp/{name}/'

Responses

Bodyapplication/json
entryArray of objectsrequired
entry[].​property name*anyadditional property
Response
application/json
{ "entry": [ {} ] }

ai_bot_v1_bots_webhooks_whatsapp_create

Request

Accept and process webhook events from whatsapp.

Path
namestringrequired
orgstringrequired
Bodyrequired
entryArray of objectsrequired
entry[].​property name*anyadditional property
curl -i -X POST \
  'https://docs.ibl.ai/_mock/apis/ibl/api/ai-bot/v1/bots/webhooks/{org}/whatsapp/{name}/' \
  -H 'Content-Type: application/json' \
  -d '{
    "entry": [
      {
        "property1": null,
        "property2": null
      }
    ]
  }'

Responses

Bodyapplication/json
entryArray of objectsrequired
entry[].​property name*anyadditional property
Response
application/json
{ "entry": [ {} ] }
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations