Newsman API Page
Newsman API » Newsman API 1.0 » Email » email.sending_best
Newsman Api Method: email.sending_best
Prototype: email.sending_best($key, $account_id, $email)
Description: Returns the sending best hour and day of week for an email. 
Return format is a dictionary with keys: “hour”, “weekday”, “details” 
“hour” is from 0 to 23. 
“weekday” is from 0 to 6 (0 for Monday, 6 for Sunday)
“weekday” is from 0 to 6 (0 for Monday, 6 for Sunday)
Return: struct
| Variable | Type | Description | 
|---|---|---|
| $key | string | API key | 
| $account_id | string | |
| string | 
Curl Code Example
curl -G https://cluster.newsmanapp.com/api/1.0/email.sending_best \ -d key=sjkd9909jknxknk838m2 \ -d account_id=test90210 \ -d email=george220@yahoo.com
