cancel
Showing results for 
Search instead for 
Did you mean: 

Use gRPC to invoke Salesforce Pub/Sub

Jukkendarsunda2
Level 2
Is it possible to invoke GRPC service call to Salesforce ? how to implement this with blueprism process and objects?
1 REPLY 1

ewilson
Staff
Staff
Hello @Jukkendarsunda2,

Are you looking at using the Salesforce Pub/Sub API? There are no standard gRPC VBOs available at the moment, but there are various toolkits for .NET that support gRPC. So you could build a VBO to provide the necessary client actions for communicating with a gRPC service. I'd start by searching Google for "C# grpc client".

Cheers,
Eric​