Live data from Hacker News

Ask HN: Best way to trigger a webhook every time I swipe my AMEX?

news.ycombinator.com

1–10 of 20 posts

Ask HN: Best way to trigger a webhook every time I swipe my AMEX?

#1
I just played around a little with Plaid and Replit, and it seems insanely complex to get transactions from my AMEX account to trigger something like a Zapier web hook.

I want to log each AMEX transaction in a Google Sheet.

Has anybody set this up before? Easiest way?

Re: Ask HN: Best way to trigger a webhook every time I swipe my AMEX?

#8

Amex has a large purchase notification email you can set up. Have it go to a mailbox with a limit of like $0.01 if it will let you and trigger events based on when the email arrives.

Smart idea. I want a little more structured data though, around merchant name and transaction amount.

Re: Ask HN: Best way to trigger a webhook every time I swipe my AMEX?

#9

Amex has a large purchase notification email you can set up. Have it go to a mailbox with a limit of like $0.01 if it will let you and trigger events based on when the email arrives.

Smart idea. I want a little more structured data though, around merchant name and transaction amount.

The email contains card last digits, card type, merchant name, and transaction amount.

Re: Ask HN: Best way to trigger a webhook every time I swipe my AMEX?

#10

Amex has a large purchase notification email you can set up. Have it go to a mailbox with a limit of like $0.01 if it will let you and trigger events based on when the email arrives.

Smart idea. I want a little more structured data though, around merchant name and transaction amount.

I expect the emails themselves are just formatted strings. You could use an email parser to get the structure back out. You or someone else mentioned Zapier webhooks, so https://parser.zapier.com/ might be extra relevant.
Post reply on HN