Cron Setup

  1. Add {your_host}/check/schedule into your cron to process your schedule SMS. you can use any cron time ( every one minute will be perfect)

  2. Add {your_host}/process/email into your cron for contact importing and campaign creating

Example Cron: wget -q -O - https://sms.picotech.app/process/email

Last updated