Web hook in salesforce?

前端 未结 5 504
耶瑟儿~
耶瑟儿~ 2021-02-05 09:13

I want to get notified when a new lead is created in Salesforce. Is there something like webhook in Salesforce or some other way to achieve this ?

Any help is appreciat

5条回答
  •  伪装坚强ぢ
    2021-02-05 09:25

    This usually involves writing your own code to "subscribe to" events, construct a message and send it to an external endpoint. I have written quite extensively on this topic at: http://beachmonks.com/posts/integrations/salesforce/practical-guide.html. The source code is at: http://github.com/beachmonks/choir-salesforce.

提交回复
热议问题