How can I integrate publication hub with external process engines and notification tools ?

I have installed Tridion Docs 15.1 and I found a new module named "Publication Hub" which is very powerful and useful for business users.

Now I want to integrate this feature with external process engines and notification tools such as WeChat. How can I achieve this?

emoji
Parents Reply
  • Hello  ,

    OpenAPI public documentation is in progress and will be available in the upcoming weeks on docs.rws.com as well as on our developers' website developers.rws.com
    Locally in your environment, you can browse Swagger UI to explore available API
    That should be under http://Host:port/ISHWS/api/api-docs/index.html
    You can use 
    POST 
    v3/Projects/Get
    or 
    POST v3/Projects/ByProjectId/Get
    by specifying fields to get assigneeCardId that is a property on Project object
    assigneeCardId can be used in PUT 
    v3/Projects/ByAssigneeCardId/{assigneeCardId} to update Project assignee 

    GET assignee call will be available in the upcoming release


    Maybe you can also share your use case to understand what you are trying to achieve. 

     

    emoji
Children