How do I create a Server job?
Creating Server Jobs
You can create server jobs in the Server Jobs module in the CRM. Follow these steps to create a new server job: - Log in to your CRM account.
- Click the Main Menu.
- Click Platform.
- Select Server Jobs. You will see a list of available server jobs.
- Click the Add Server Job.
- Enter or select information for the following -
- Job Name: Enter a name for the job.
- Assigned to: Select a user from the drop-down to assign the job.
- Frequency: Select a frequency from the drop-down.
- Select the duration.
- Click Save.
- Type your code in the field provided.
- Click the Playground tab.
- Click Execute and Verify to validate your code.
- Change the Status to Active to run the job.
Code format
async function main() { //Type your code here } |