Service Mail > Signatures templates

Upload image

Upload an image to prepare for insertion in the template

post/1/mail_hostings/{mail_hosting_id}/signatures/templates/upload

Path parameters

mail_hosting_idstring required

Request body

imagestring required

Base64 image content (png,jpg,jpeg,svg or gif MIME type)

Response

OK

result'success' | 'error' | 'asynchronous' required

Result of the HTTP request

Example response

{
  "result": "success",
  "data": {
    "image": "https://example.com/image.jpg"
  }
}

Changes

No recorded changes to this endpoint across all 3 revisions of this API.