Skip to main content
POST
/
memory
/
inbound
/
enable
Enable memory for inbound phone number
curl --request POST \
  --url https://api.cleartalk.ai/memory/inbound/enable \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "phone_number": "+1234567890"
}
'

Authorizations

x-api-key
string
header
required

API Key for authentication

Body

application/json
phone_number
string
required

The inbound phone number to enable memory functionality for. Must be an existing inbound number in your account.

Example:

"+1234567890"

Response

Memory enabled for inbound number successfully