Newsman API Page
Newsman API » Newsman API 1.0 » Send » send.content
Newsman Api Method: send.content
Prototype: send.content($key, $account_id, $send_id, $type)
Description: Return the raw content of this send_id if still available. Type can be: raw, txt, html
Return: string
Variable | Type | Description |
---|---|---|
$key | string | API key |
$account_id | string | |
$send_id | string | |
$type | string |
Curl Code Example
curl -G https://cluster.newsmanapp.com/api/1.0/send.content \ -d key=k45000lskalksalklkfd \ -d account_id=test90210 \ -d send_id=jj9299 \ -d type=raw