ussd_airflow icon indicating copy to clipboard operation
ussd_airflow copied to clipboard

capture gateway request

Open fnokeke opened this issue 5 years ago • 0 comments

Thanks for this useful library.

I'd like to know if there's a way to capture all gateway request so I can save to a DB. I see that all requests are printed out when I use `AfricasTalkingUssdGateway.as_view()' in my urlpatterns, however, I'd like to also capture these printouts as well.

I tried creating my own custom UssdView but couldn't really clarify from the documentation what the values of customer_journey_conf' and customer_journey_namespace' should be. Are there any examples?

Any tips will be highly appreciated.

Thanks

fnokeke avatar Dec 14 '18 20:12 fnokeke