Fusion CX Business Event & Subscription

Hi,

In this post, I will discuss how to find the business events for standard and custom objects, and their subscriptions. This will be useful if you plan to create real-time integrations based on the object create/update/delete in Fusion CX.

Here are the details,

1. For OOTB object events (Create/Update/Delete), we can use this URL to retrieve catalog details. 

https://PODURL/soa-infra/PublicEvent/catalog

For example, if I make a GET call in Postman with the above URL, I can get the JSON response like below,

2. For Custom object events (Create/Update/Delete), we can use this URL to retrieve catalog details.

https://PODURL/soa-infra/PublicEvent/customCatalog

3. For Event subscriptions, we can use this URL to retrieve subscription details.

https://PODURL/soa-infra/PublicEvent/subscriptions


Hope you find this post helpful, and stay healthy.

Thanks,

Adam Liu


Reference Document -

https://docs.oracle.com/en/cloud/saas/sales/20d/faaps/Managing_Business_Events.html

Comments

Post a Comment

Popular posts from this blog