Hi,
I’m looking for away to send certain deal infomation to a HTTP endpoint in Power Automate and use that to populate a sharepoint list.
I have this working for another work flow that sends basic deal infomation to an endpoint, this issue i’ve got is that there isn’t enough infomation being sent by the webhook, for example with a deal it doesn’t send any contact or company infomation about that deal. I need to capture things like.
Company Name
Deal Amount
Deal Stage
And populate this to a list to then do some business automation. I don’t have a lot of experince with API’s and App creation and i can’t see a way to get the infomation i need using a workflow, so thought i may have to do this with an app, but not sure where to start i’ve followed the app creation guide but I have no redirect URL etc beucase all i want to do is trigger the app to send the JSON when part of a deal changes.
Is there a way to achieve what i’m trying to do? It seems incorrect that with Deal infomation sent via workflow it doesn’t contain the company its associated with.
Thanks