Hello!
I am trying to publish a Journal post on DeviantArt using the “POST” https://www.deviantart.com/api/v1/oauth2/deviation/journal/create endpoint from Make.com.
The request works — I get a 200 status and a valid deviationID — but any HTML formatting I include in the body field (e.g., <p’>, <h’2>) is stripped or escaped. This results in plain text only, without headings, bold, or paragraph breaks.
I have tried:
Sending the body in application/x-www-form-urlencoded
format
Using HTML tags inside the body field
The output is always the same: HTML tags do not render, and the text is displayed as plain text in the published Journal.
Has anyone successfully sent HTML or rich formatting to DeviantArt Journals through the API using Make.com? Is this a Make.com encoding issue, or does DeviantArt’s API strip HTML from Journal posts by default?