updateTask procedure.
Create a Slack service and client
First, create a Slack service and generate a typed client using the Services Framework. See Defining a service and Using a service.Add the client to the app
Install the generated client in the task tracker:Use it in a procedure
When a user marks a task as completed, send a notification to Slack. Update theupdateTask procedure in src/server/routes/tasks.ts:
/admin/services, and the framework handles the rest.
For service access control configuration, credential models, and build-time validation details, see the Access control reference.
