POST
https://api.transify.eu/V1/Webhook/AddTranslatableIsPublishable
Create a new webhook for when a translatable is publishable
None
Name | Description | Type | Additional information |
---|---|---|---|
Endpoint | The endpoint url that will be triggered when the event fires | string |
|
{ "Endpoint": "sample string 1" }
<AddWebhookPayload xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Workflow.Web.Areas.Api.Models.V1.FeedItem.Payload"> <Endpoint>sample string 1</Endpoint> </AddWebhookPayload>
Sample not available.
Returns the newly created webhook id
globally unique identifier"4bfe69ea-985d-4fec-a915-7890933da93e"
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">4bfe69ea-985d-4fec-a915-7890933da93e</guid>
If the endpoint is triggered it will send data as json
{ "FeedItemId": "8e9040a1-4a53-4817-aeef-53fcfd35eaab" "SourceLanguage": "nl-NL" "TargetLanguage": "fr-FR" "DownloadUrl": "https://api.transify.eu/V1/File/Download?id=3d1450ae-8de2-4418-bfb4-d9d324769f7a&file=FeedItemData_42663846-c943-44f3-9584-254654e77238_Test+%26+Plan+-_+document.docx" }