Boa tarde, queria saber se é possível criar uma integração na qual eu receba o retorno das conversas pagas diária no Smooch, utilizamos a ferramenta para disparo de WhatsApp e só conseguimos ver quantas das mensagens foram cobradas (válidas) na fatura,
Sou do time de marketing e meu intuito é repassar ao time técnico o caminho, obrigada!
You could use their webhook to listen to the following triggers and keep a record for yourself:
conversation:message:delivery:channel(v2 webhook trigger for message delivery https://docs.smooch.io/rest/#section/Webhook-Triggers)and
notification:delivery:channel(v1 webhook trigger for outbound notification delivery (HSM) - https://docs.smooch.io/rest/v1/#webhook-triggersBy listening to the webhooks, you will be able to determine the cost per day/number.
Related resources:
1. About Billing For Your WhatsApp Business Account
2. WhatsApp pricing change announcement
3. WhatsApp Business Platform > Conversation-Based Pricing
I hope it helps, Cécile