This is to provide Microsoft Power Platform with a custom connector for NHN Toast Notification Services including SMS/MMS and KakaoTalk messages.
The elements in the green rectangle is the scope of this project.
- Azure Functions Proxy: It works as a facade to NHN Notification Services (SMS/MMS and KakaoTalk messages) to handle requests.
- Azure API Management: It aggregates all the requests from the sender and the responses from the NHN Notification Services (SMS/MMS and KakaoTalk messages).
- OpenAPI: It is a contract between Azure API Management and Azure Functions Proxy, and between Custom Connector and Azure API Management.
- Azure Monitor: Azure Monitor includes Azure Application Insights and Azure Log Analytics to monitor/trace/observe requests/responses.
TBD