Skip to main content
POST
/
v1
/
contacts
/
{identifier}
/
auto-replies
Trigger auto reply for contact
curl --request POST \
  --url https://app.chatbotx.io/api/v1/contacts/{identifier}/auto-replies \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "keyword": "<string>",
  "inboxId": "<string>"
}
'
"<unknown>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

identifier
string
required
Minimum string length: 1

Body

application/json
keyword
string
required
Minimum string length: 1
inboxId
string
Pattern: \d+

Response

204 - application/json

OK

The response is of type any.