Hi guys!
We are trying to built a report of WhatsApp metrics, similar to the one as we have for mailing: WhatsApp Message Sent (yes/no), WhatsApp Message Delivered (yes/no), WhatsApp Message Opened, WhatsApp Message Clicked. Our final aim is to have a list of all the contacts with all the whatsapp messages each of them has received and the indicators I previously mentioned.
We haven’t find these properties in the Reports section, so we were trying to get this information through an API. We managed to get the information of the “Conversations” (understanding that a conversation is a WhatsApp message we sent and was replied by a contact), but not of the WhatsApp message sents.
Has anyone succeed at doing this?
Thank you in advance!!
Hi @Mariale_Padilla, I hope that you are doing well!
Thank you for asking the HubSpot Community!
To start with, I’d like to share these resources that might be of interest:
- Conversations inbox and messages APIs
- Communications
Also, I’d love to put you in touch with some of our Top Experts: Hi @jpsanchez, @niederberger, @KHaswani, @himanshurauthan, @sylvain_tirreau, @zach_threadint and @Bortami do you have suggestions to help @Mariale_Padilla, please?
Have a lovely day and thanks so much!
Best,
Bérangère
Hi,
I don’t know if Hubspot’s native WhatsApp features can provide this level of precision for tracking messages opened, received, etc.
If you want to do this with an app, however, it’s entirely possible.
You create an application (MyWhatsAppApplication) that will manage your WhatsApp messages sent via the WhatsApp Business API. In this application, you create event templates related to your app (WhatsApp Message Sent, WhatsApp Message Delivered, WhatsApp Message Opened, WhatsApp Message Clicked, etc.) with the tokens you want (date, text, etc.).
On the app side, you take care of retrieving all the metrics you want via the WhatsApp Business API and associate them with your messages and contacts in Hubspot using the Hubspot API (Accounts Dashboard | HubSpot).
So, in your lists, workflows, and reports, you’ll have access to MyWhatsAppApplication > MyTemplate* > MyToken**
___
* For example, WhatsApp Message Sent, WhatsApp Message Delivered, WhatsApp Message Opened, WhatsApp Message Clicked, etc.
** For example, date, text, and others