Hi @adnan_360,
Whenever any new care-context is added or any Data is added for existing care context, there is no webhook notification. Below are the steps followed:
- Initiating the susbcription request using api:
https://dev.abdm.gov.in/gateway/v0.5/subscription-requests/cm/init - Getting request on webhook:
/v0.5/subscription-requests/hiu/on-init - Granting the subscription request using:
/subscription-requests/{subscription-request-id}/approve - Response on webhook:
/v0.5/subscription-requests/hiu/notify - Now adding a new care-context/adding data in existing care-context using emrsbx but in this case we’re not getting any notification on webhook.
Secondly, whenever we’re enabling subscription for a user and generating a new care-context using emrsbx portal and using the option to link the care-context then also the care-context is not coming in links api. But when doing same without subscription enabled then it is working fine.
Can you please check them and let me know if I’m missing out any steps.