Get detailed open rate of an announcement
Retrieves detailed open rate information on an announcement.
HTTP request
Note: If you are using the in-app channel in Delight AI agent, the endpoint for your API request should start with
https://api-{application_id}.svc.delight.ai/v3instead ofhttps://api-{application_id}.sendbird.com/v3. For more details, refer to our Delight AI agent guide.
Parameters
The following table lists the parameters that this action supports.
Parameters
| Required | Type | Description |
|---|---|---|
unique_id | string | Specifies the unique ID of an announcement. |
| Optional | Type | Description |
|---|---|---|
days | integer | Specifies the number of days to retrieve detailed open rate information per hour. The specified period is calculated from the time the announcement was sent. The data is cumulated on an hourly basis, so each value separated by a comma in the response represents an hourly open count and open rate. (Default: |
Response
If successful, this action returns the open rate information of a specific announcement in the response body.
In the case of an error, an error object is returned. A detailed list of error codes is available here.