When I send a message to our customers, I get an outbound notification webhook (Message status and pricing notification) to the same endpoint as the inbound messages notification webhooks.
When I return HTTP 200 status code to this outbound notification, it keeps sending the outbound notification to me. How should I handle the outbound notification webhooks? What should I return?
Moreover, there is a way to split those notifications? One dedicated endpoint for inbound and one for outbound? It is very annoying.
Thanks.