Commit Graph

17 Commits

Author SHA1 Message Date
Matthew Meszaros 55b2c7f264 feat: revise the Make app README with public-repo credential guidance (client secret lives in Make Common Data, never committed) and a CI validation section 2026-06-30 06:17:44 +02:00
Matthew Meszaros 6f511b78ce feat: add a structural validator (scripts/validate.mjs) and package.json for the Make app that checks the manifest, JSON validity, codeFiles references and keys, and component enums 2026-06-30 06:17:44 +02:00
Matthew Meszaros cd0810fb53 feat: add Make analytics search modules: Get Campaign Analytics and Get Dashboard Analytics 2026-06-29 09:44:06 +02:00
Matthew Meszaros 25d4a45c19 feat: add Make group modules: Create Contact Category, Create Mailbox Tag, and Create Campaign Folder 2026-06-29 09:44:06 +02:00
Matthew Meszaros f1a3d6c5aa feat: add Make reply-template modules: create/update/delete template, Render Reply Template, and Find Reply Template search 2026-06-29 09:44:06 +02:00
Matthew Meszaros 787fde45b8 feat: add Make meeting modules: New Meeting Booked trigger, Log Meeting, Delete Meeting, and Find Meeting search 2026-06-29 09:44:06 +02:00
Matthew Meszaros f0e8658b3d feat: add Make CRM task modules: New CRM Task trigger, create/update/delete task, and Find CRM Task search 2026-06-29 09:44:06 +02:00
Matthew Meszaros da5adddef3 feat: add Make CRM deal modules: New Deal and Deal Won triggers, create/update/delete deal, and Find Deal search 2026-06-29 09:44:06 +02:00
Matthew Meszaros de46897b3f feat: add Make mailbox and warmup modules: New Mailbox Connected trigger, update/delete mailbox, warmup start/pause/resume/stop, and Find Mailbox search 2026-06-29 09:43:54 +02:00
Matthew Meszaros 7c7ddd9746 feat: add Make campaign modules: New Campaign and Campaign Completed triggers, create/update/delete, start/stop lifecycle, and Find Campaign search 2026-06-29 09:43:54 +02:00
Matthew Meszaros 8400fb1942 feat: add Make email and inbox modules: New Email Received trigger, Send Email, Reply in Inbox, Mark Inbox Emails Seen, and Verify Email Address 2026-06-29 09:43:54 +02:00
Matthew Meszaros 8bb1bbd8df feat: add Make contact modules: New Contact and New or Updated Contact triggers, create/update/delete, add/remove campaign, note create/update/delete, and Find Contact search 2026-06-29 09:43:54 +02:00
Matthew Meszaros db2efee8f2 feat: add the filterByStatus IML function (with test) that backs the Campaign Completed trigger since /campaigns has no status query param 2026-06-29 09:43:17 +02:00
Matthew Meszaros 8cdb4401fb feat: add the six Make dropdown RPCs (campaign, mailbox, pipeline, pipeline-stage, template, contact lists) powering dynamic select fields 2026-06-29 09:43:17 +02:00
Matthew Meszaros 6778cf169c feat: add the Make Warmbly OAuth2 connection (authorize/token/refresh with rotating tokens and expiry, GET /v1/me test and org+email label) with default scope and scope catalog 2026-06-29 09:43:17 +02:00
Matthew Meszaros d7b5d23d48 feat: add the Make app base.iml.json (api base URL, bearer auth header, code/request_id error handler) plus general common and module-groups files 2026-06-29 09:43:17 +02:00
Matthew Meszaros e1034257a3 feat: scaffold the Make.com custom app under integrations/make with the makecomapp.json manifest (57 modules, 6 RPCs, OAuth connection, 1 IML function), README, and gitignore 2026-06-29 09:43:17 +02:00