SK SKYVVA Documentation

1. Platform Event

To subscribe platform event we can use the apex trigger. We use generic method to execute the interface either it is an inbound or outbound interface. Execution of interface using apex trigger is is a Salesforce solution. But with Skyvva we can enrich the event data with mapping and process the data after we have mapped the event/message. Here It is the same way as we process an incoming message through the skyvva processing pipeline e.g. workflow, mapping, processing.

Platform event

Platform events enable developers to deliver secure, scalable, and customizable event notifications within the Salesforce platform or from external sources. Platform events are based on a publish-subscribe architecture.

How Platform event work with inbound processing?

How to create the platform event SKYVVA feature?

We can create a platform event without programming with SKYVVA feature. Creating an event can be done using the inbound or outbound interface. With the inbound interface, we get data from the outside and with this data, we can create an event either into the Salesforce bus. Follow the given steps to create platform event with SKYVVA: Step1: Create a platform Event:

Step2: Create custom Fields

Repeat same process to create Name field. Step3: Create Integration

Step4: Create interface.  We can execute inbound interface with our new API i,e Event Interface.

Step5: Do mapping

Step6: Upload data manually.

Step7: Search result on message Monitoring:

Open this article in the interactive viewer →