Task-scheduled notifications are useful for informing your customers when their orders are ready. These notifications can be activated by navigating to Configuration ⇒ Email/SMS/Push Notifications ⇒ Task Scheduled.
Once enabled, notifications can be sent either through the dashboard, as described in this article, or via the API.
To send these notifications using the API, make a POST request to:
https://api-35.elogii.com/tasks/markAsScheduled
Include the IDs of the tasks you want to notify customers about in the request payload, as shown in the sample payload below:
{
"taskIds":
[
"678836e9f9019769ed19f67e","678836e9f9019769ed19f67f"
]
}
The task IDs can be found on the dashboard or in the GET tasks response.