|
sendspace API (beta) Developer GuideThe sendspace Application Programming Interface (API) allows you to embed sendspace services in your applications, programs, or scripts, regardless of platform and programming language. |
| Name | Mandatory | Description |
| session_key | Yes | Received from auth.login |
| folder_id | Yes | folder_id or list of folders' id's (a1a1a1,s2s2s2,d3d3d3) |
| emails | Yes | List of emails to send |
| message | No | Additional message to send the recipients |
<!-- successful response --> <result method="folders.sendMail" status="ok"> <id>$folder_id</id> </result> <!-- failed response --> <result method="folders.sendmail" status="fail"> <error code="24" text="Email(s) are invalid"/> <id>$folder_id</id> </result>
http://api.sendspace.com/rest/?method=folders.sendmail&session_key=9i96woykgory1crglmykgycjwa5k2cq2&folder_id=******&emails=webmasteratsendspacedotcom&message=check+this+folder
| Code | Name | Description |
| 6 | API_ERROR_SESSION_BAD | Session expired or not found |
| 10 | API_ERROR_FOLDER_NOT_FOUND | Folder not found |
| 24 | API_ERROR_INVALID_EMAIL | Email(s) are invalid |