When agents are created in salesforce, a webhook will be required to create a corresponding page on the website for that agent that captures their contact details and image, etc.
This requires the following:
[x] A page generator which accepts agent details and produces a word document for the corresponding page. Common sections of content should be included using page fragments to eliminate redundancy and simplify authoring later.
[ ] Microsoft Graph integration allows uploading generated document to Sharepoint into the appropriate folder
[ ] Edge-delivery admin integration to preview/publish the page as needed
[ ] Adobe.IO webhook to expose this via a webhook, using appropriate measures to prevent abuse. (for obvious reasons, I'm not going to explain what those are here.)
When agents are created in salesforce, a webhook will be required to create a corresponding page on the website for that agent that captures their contact details and image, etc.
This requires the following: