Use Cases
Practical examples of using Codatum workflows.
Sending Notifications to Slack
Scenario: Notify about recent account creations
Creating a Query
SELECT *
FROM `codatum-example.example.accounts`
WHERE created_at >= TIMESTAMP_SUB(CURRENT_TIMESTAMP(), INTERVAL 1 DAY)
ORDER BY created_at DESCSchedule Settings
Step 1: Run Query
Step 2: Slack (Codatum)
Last updated
Was this helpful?

