git clone https://github.com/ananthb/concierge-worker
cd concierge-worker
nix develop
cargo test
# Create D1 database
wrangler d1 create concierge-worker
# Create KV namespace
wrangler kv namespace create CALENDARS_KV
Update the IDs in wrangler.toml.
wrangler d1 execute concierge-worker --remote --file migrations/0001_create_schema.sql
See Configuration & Secrets for the full list.
wrangler deploy
After deploying, configure webhooks in the Meta Developer Console:
https://your-domain/webhook/whatsapp, subscribe to messageshttps://your-domain/webhook/instagram, subscribe to messagesSee Facebook App Setup for detailed instructions.