Automations Setup
Set up automated email notifications for affiliates
Backend functions must be enabled to use automations. Go to Dashboard β Settings β App Settings β Enable Backend Functions
Affiliate Follow-up (3 days after lead)
Automatically email affiliates 3 days after they generate a lead to check if the referral converted.
Setup Instructions:
- Enable Backend Functions in Settings
- Go to Dashboard β Automations β New Automation
- Select "Scheduled" β "Recurring"
- Select function:
send_affiliate_followup - Set to run daily at your preferred time
- Save the automation
Function: functions/send_affiliate_followup.js
Commission Status Change Notifications
Automatically notify affiliates when their commission status changes (approved, paid, or rejected).
Setup Instructions:
- Enable Backend Functions in Settings
- Go to Dashboard β Automations β New Automation
- Select "Data event"
- Select function:
notify_commission_change - Runs when: Commission β Updated
- Save the automation
Function: functions/notify_commission_change.js
Backend functions have been created!
Follow the instructions above to connect them to automations in your dashboard. Each automation will run automatically once configured.