Hi @masc , what I see in the logs is „Unprocessable Entity“.
The response body is:
{"id":"the_text_field_is_required_when_attachments_is_not_present.","message":"The text field is required when attachments is not present. (and 1 more error)","errors":{"text":["The text field is required when attachments is not present."],"attachments":["The attachments field is required when text is not present."]},"request_id":"144FF5E706052D9DBC1B01BB669940D27D624552E31"}
I don’t know how to change the contents of the payload because I’m trying the webhook proposed by awork directly, without the possibility of modifying it (see the screenshots in post #1)?
In your opinion, should I open a ticket with awork?
In case of a webhook, the content is defined by us. If the tool you are trying to send this to does not understand the content, i.e. expects a different JSON model, you would have to put something in between that modifies the data to the format the application is expecting. This could either be a tool like Zapier or a self-hosted application.