Many of you out there probably tried to create custom actions for your Drupal site.
The reason behind that, was probably because you want to enhance your Drupal functionality so it will fit your new module requirements.
Within this blog post I’ll show a quick and easy way for adding new “api action” for your module to sale content.
This tutorial applicable for any “API” you want to create between your site and the world outside.
This tutorial includes:
1. Handling files on remote ftp.
2. Processing the content.
3. Sending approval email.
Continue reading