Parse an email

post
/email-parses

Parse orders and tracking detail from an email.

subject
string
required

Subject of the email.

>= 1 characters<= 512 characters
from
string
required

Sender's email address.

>= 1 characters<= 128 characters
labels
array[string]

Labels generated by email service providers such as Gmail

<= 50 items
content
object
required

At least one out of HTML or text is required. HTML is recommended for a much better result.

html
string

The HTML content of an email.

>= 1 characters
text
string

The text content of an email.

>= 1 characters
Auth
:
Body
preparing...