Allow the app to automatically import movies from AMC receipts
Pending
Jun 23, 2026
You could use the Mailgun incoming mail API to generate a user specific address, get a webhook of a parsed email and then push it down to the device via push notification. That way you could mostly avoid having to have a server side database of users.
It would be great to import AMC but also Regal and do best effort importing of other chains such as Alamo Drafthouse. Would probably suggest having actual hardcoded parsers for the first two and then use a LLM for parsing best effort.
You could use the Mailgun incoming mail API to generate a user specific address, get a webhook of a parsed email and then push it down to the device via push notification. That way you could mostly avoid having to have a server side database of users. It would be great to import AMC but also Regal and do best effort importing of other chains such as Alamo Drafthouse. Would probably suggest having actual hardcoded parsers for the first two and then use a LLM for parsing best effort.