You need to sign in to do that
Don't have an account?
Pedro Garcia 26
custom platform event message
I'm using the Platform event as part of the integration with other systems.
An external system pushes to the Salesforce platform event and sends the data using REST; Salesforce returns the result of this.
My question:
Could I modify the REST response of the Platform event?
Thanks,
Pedro
An external system pushes to the Salesforce platform event and sends the data using REST; Salesforce returns the result of this.
My question:
Could I modify the REST response of the Platform event?
Thanks,
Pedro
I don't think you can modify REST response, however you can store them in salesforce and later you can modify as per your requirement but not directly from external systems to platform event message.
https://developer.salesforce.com/docs/atlas.en-us.platform_events.meta/platform_events/platform_events_publish_api.htm
Thanks,