POST

https://api.transify.eu/V1/Webhook/AddTranslatableIsPublishable

Create a new webhook for when a translatable is publishable

Request Information

URI Parameters

None

Body Parameters

AddWebhookPayload
NameDescriptionTypeAdditional information
Endpoint The endpoint url that will be triggered when the event fires string
  • Required
  • Matching regular expression pattern: https?:\/\/(www\.)?[-a-zA-Z0-9@:%._\+~#=]{2,256}\.[a-z]{2,6}\b([-a-zA-Z0-9@:%_\+.~#?&//=]*)

Request Formats

{
  "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.

Response Information

Resource Description

Returns the newly created webhook id

globally unique identifier

Response Formats

"4bfe69ea-985d-4fec-a915-7890933da93e"
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">4bfe69ea-985d-4fec-a915-7890933da93e</guid>

Trigger data

Description

If the endpoint is triggered it will send data as json

Response Formats

{
  "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"
}

Try it yourself

E-mail Private key Body

Raw request

Executing this request will trigger the endpoint once.

All requests are processed as tests cases, no logic will be executed. Though you will be provided with authentication and model errors.

Response