Link to home
Start Free TrialLog in
Avatar of Rohit Bajaj
Rohit BajajFlag for India

asked on

How to create webhook on microsoft dynamics CRM programmatically

Hi,
I opened the trial version of Microsoft Dynamics CRM and the url is https://flock.crm8.dynamics.com
I couldnt find here how do i create a webhook on this page.
Also i want to create a webhook programmatically.. So that i just hit a url providing the webhook and related configuration and it gets created.
The reason i want to do is create my custom Application which will be plugged into a chat app. And so users of CRM can create there custom Webhooks from inside the chat app and messages like any new activity will get delivered into their chat pane.

Please help me in finding out how do i create a webhook programmatically through java code into the dynamics CRM.
On their docs page https://docs.microsoft.com/en-us/dynamics365/customer-engagement/developer/use-webhooks#register-a-webhook
They mention Use the Plug-in Registration tool to register a webhook. To get the Plug-in registration tool, see Download tools from NuGet.
Which anyways i dont need as i need to configure it through code..
Also I couldnt find this tool on the trial CRM version.. Dont know if i have to add something for it..

Thanks
Avatar of Chinmay Patel
Chinmay Patel
Flag of India image

Hi Rohit,

Can you elaborate bit more on what exactly you are trying to achieve? When an activity is created in Dynamics it is posted to a Chat system?
 Is this limited to just activities? or there are other actions you want to incorporate? After a message is posted to chat what happens? Will users act on the messages coming from CRM or it is just a notification?

Regards,
Chinmay.
Avatar of Rohit Bajaj

ASKER

Yes it is posted to a chat System... Initially i would like to go with an activity and later on other
things also which are supported in the dynamics...No user cannot act with the messages ....
The initial version that i am trying to building is just posting the activity in chat and the user cannot interact with it..Its just a notification...
Later on i will think about moving to other things and interacting with it..
ASKER CERTIFIED SOLUTION
Avatar of Chinmay Patel
Chinmay Patel
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Author has not responded to the question, if Author needs more information I am more than happy to help.