-1

How can we push data from Azure Service Bus to Sales Force. I need to send data to sales force when new message received on azure topic.

1 Answers1

1

If Azure Logic App is possible, I recommand that you could use Azure Logic to do that.

You could follow this tutorial to set up service bus trigger in the logic App, after that you could use Sales Force connetor to do what you want.

For Sales Force connetor, please refer to this tutorial. For more information about logic App please reference to this document.

enter image description here

Tom Sun - MSFT
  • 24,161
  • 3
  • 30
  • 47