DoSomething / bertly

🔗 A serverless link shortener.
https://dosome.click/wq544
MIT License
2 stars 1 forks source link

Queue click events for other systems #36

Open mshmsh5000 opened 6 years ago

mshmsh5000 commented 6 years ago

Example: If we want to segment in Customer.io on members who have clicked a text message link, we should queue click events and then push those to c.io.

A Lambda function could get triggered from that queue, and make c.io and other system calls as necessary.

mshmsh5000 commented 6 years ago

Mmm, but Bertly won't know that every link click is from an SMS link. Unless we bundle in that assumption, or add something via a query param.