Use-case: Sending personalised message to the potential leads.
Is this possible? Companies like Seon is able to fetch attributes like account exist check, last seen, photo graph, status etc in realtime
What I am able to achieve:
In Real Time: I am able to check whether contact exist or not using Whatsapp contact API
POST /v1/contacts
{
"blocking": "wait" | "no_wait",
"contacts": [
"16315551000",
"+1 631 555 1001",
"6315551002",
"+1 (631) 555-1004",
"1-631-555-1005"
],
"force_check": false | true
}
Non Real Time: I was to fetch account exist check, last seen, photo graph, status via appium (test automation framework)
Problem with my solution:
- It is costly to scale as renting emulator on cloud is very costly
- It is not real time.(by real time I mean getting solution in less than 2-4 sec)