WhatsApp?

Hey fam, I wanna beeminder calling my dad five times a week. So I was thinking everytime i place a WhatsApp call, that can be counted as a data point. How can I do this? IFTTT?

1 Like

IFTTT seems only to have an “InOut” bot on WhatsApp that you can message to get it to do things. But you might be able to use an automation tool on your device (like MacroDroid on Android) to link the “Call ended” event through to a Beeminder HTTP POST that sends through a datapoint.

You’ll want the HTTP POST command to look something like:

https://www.beeminder.com/api/v1/users/[USERNAME]/goals/[GOALNAME]/datapoints.json?auth_token=[YOUR_TOKEN]&value=1
2 Likes