Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Ilangl cloud webhook provide simple interface for content export.

Configuration

  1. First you need to create automate export action for the extension which you planning to use. 

    Here you can find more information regarding automated export actions 
  2. Save action and copy it's id.
  3. Implement method call by template https://gcp.ilangl.com/memsource/webhook?automationId={automationId}&contentid={ContentId}&type={ContentType}
    where {automationId} - id from previous step, {ContentId} - id of content which need to be exported, {ContentType} - type of content which need to be exported


Depending on  settings this method allows to export content to create each project for each export ed content or export all content into the same project.

It's possible to automate import in the same way.


  • No labels