Checks System
Courier’s Checks System enables custom approval workflows for notifications. Business-tier users can fetch, update, and resolve checks via API to control publishing after reviews or content updates.
INFO
This feature is available to Business-tier customers.
Checks System enables Courier customers to enable one or more checks that can be associated with multiple Courier features. As of now, we have checks configurable for the templates/notifications which is set to “custom”. Internationalization Specification has an example on how custom check can be leveraged for template translations workflow.
Fetching Checks
Checks API GET endpoint
GET /notifications/:notification_id/:submission_id/checks
Example - GET /notifications/SFTYJKSF0241SVH2TWY97TTFFTQG/1630424150210/checks
Updating Checks
Once all content has been updated, Courier can be notified that the process is completed and release the template to be published.
PUT /notifications/:notification_id/:submission_id/checks