Skip to content

List Sales AI outgoing email delivery records​

GET
/product/sites/{siteId}/automation/sales-ai/emails

Authorizations​

BearerAuth

JWT token from login

Type
HTTP (bearer)
or
AccessToken

Personal access token. Value: Token <your-token>

Type
API Key (header: Authorization)

Parameters​

Path Parameters

siteId*
Type
string
Required

Query Parameters

status
Type
string
Valid values
"queued""sending""sent""error"
page
Type
integer
Minimum
1
Default
1
limit
Type
integer
Minimum
1
Maximum
200
Default
50

Responses​

Paginated email delivery log

application/json
JSON
{
  
"items": [
  
],
  
"total": 0,
  
"page": 0,
  
"limit": 0
}

Playground​

Authorization
Variables
Key
Value

Samples​

Powered by VitePress OpenAPI