Automatic Imports
1. You can use the ExpressionEngine CLI tool (Recommended):
php system/ee/eecli.php import:run --import_id=2 --limit=12. You can create a template, and include the tag:
{exp:datagrab:run_saved_import id="2"}3. You can directly call the URL:
http://yoursite.com/index.php?ACT=n&id=2Last updated