Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

...