With Yodlee webhooks, developers don't have to poll an API every second to know the status of an async process. Instead, Yodlee will keep customers informed about the relevant stages the process has reached.
Customers can use the following webhooks services under the configs\notifications\events endpoint:
Yodlee supports webhooks for the following events:
The payload sent to the customer-provided URL has a common structure; the data attribute within the structure varies for every notification event.
The following JSON payload gets posted to the callback URL and the content type will be application/json:
"event":{
"info":"REFRESH.PROCESS_COMPLETED",
"data":{
<"Data varies from event to event">
}
}
Note: loginName is an optional field and is available only for REFRESH webhooks event.