function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Sri NagaVenkata Sujith KandamuriSri NagaVenkata Sujith Kandamuri 

Creating Workflowoutboundmessage using tooling api

I need to create workflowoutboundmessage programatically using tooling api. I saw there tooling api supports GET,POST,PATCH and DELETE methods for outbound messages. But i am unable to create using api. Is it possible to create outbound message using tooling api? Please suggest.
Best Answer chosen by Sri NagaVenkata Sujith Kandamuri
SandhyaSandhya (Salesforce Developers) 
Hi,

Usually, we use below URL to get object description.
 
https://ap2.salesforce.com/services/data/v37.0/tooling/sobjects/WorkflowOutboundMessage
Please refer below pdf of tooling API to know more.

https://resources.docs.salesforce.com/sfdc/pdf/api_tooling.pdf

 Hope this helps you!

If this helps you, please mark it as solved.

Thanks and Regards
Sandhya