Message Duration
#
Method#
/privacy/messages-duration#
HeaderKey | Value |
---|---|
Client-Token | ACCOUNT SECURITY TOKEN |
#
ConceptThrough this method, it is possible to configure temporary messages for new individual conversations, setting a duration. It does not affect existing conversations.
#
Attributes#
RequiredAttributes | Type | Description |
---|---|---|
value | string | Message duration time (days90, days7, hours24, disable) |
String (value) accepted values:
- days90 (Sets the message duration to 90 days)
- days7 (Sets the message duration to 7 days)
- hours24 (Sets the message duration to 24 hours)
- disable (Disables message expiration)
#
Request Params#
URL exampleMethod
POST
https://api.z-api.io/instances/YOUR_INSTANCE/token/YOUR_TOKEN/privacy/messages-duration?value=days90
#
Response#
200Attributes | Type | Description |
---|---|---|
success | boolean | true if successful, false in case of failure |
Example
#
405In this case, ensure that you are sending the method specification correctly, i.e., check if you sent the POST or PUT as specified at the beginning of this topic.
#
415If you receive a 415 error, make sure to add the "Content-Type" of the object you are sending in the request headers, in most cases, it should be "application/json".