7min
Webhooks
Learn how subscription status works within MYFUNDBOX
Succeeded
When the Organization ID & Subscriber E-mail Address Matches Perfectly, the subscription is active and the status will be displayed as given below:
Input
https://subscription.myfundbox.com/webhook?orgid=1313&subscriberId=test@myfundbox.com
Replace Org Id = "Your MYFUNDBOX Company ID" & subscriber Id = "Your Subscriber MYFUNDBOX E-mail Address"
Output
JSON
|
ο»Ώ
Failure
When there is no records or Organization ID & Subscriber E-mail Address Doesn't match, then the subscription is Inactive and the status will be displayed as given below
Input
https://subscription.myfundbox.com/webhook?orgid=1313&subscriberId=test@abc.com
Replace OrgId = "Your MYFUNDBOX Company ID" & subscriberId = "Your Subscriber MYFUNDBOX E-mail Address"
Output
JSON
|
ο»Ώ
You can click on the link for a video tutorial:
ο»Ώ
ο»Ώ