Skip to main content

Get Sent Emails of Order

GET 

/order/:guid/emails

Get the Sent Emails in relation to this Order.

Request

Path Parameters

    guid stringrequired

    The guid of the Order.

Responses

Sent Emails of the Order.

Schema

  • Array [

  • guid uuid

    The guid of the Sent Email.

    driver string

    Possible values: <= 255 characters

    The driver which was used to send the Sent Email.

    external_id string

    Possible values: <= 255 characters

    The identifier used by the driver to identify the Sent Email.

    email_id string

    The guid of the Email Template.

    model_guid uuid

    Possible values: <= 255 characters

    The identifier of the linked Model.

    model_type string

    Possible values: <= 255 characters

    The type of the linked Model.

    email email

    Possible values: <= 255 characters

    The email address the Sent Email was sent to.

    status string

    Possible values: [queued, sent, rejected, spam, unsub, bounced, soft-bounced, confirmed]

    The last known status of the Sent Email.

    reject_reason string

    If the status is rejected, this contains the reason why.

    reject_detail stringdeprecated

    The reason a Sent Email was rejected. (See reject_reason)

    opens integer

    The number of times the recipient has opened the Sent Email.

    clicks integer

    The number of times the recipient has clicked a link in the Sent Email.

    created_at ISO 8601

    The time it was created.

    updated_at ISO 8601

    The time it was last updated.

  • ]

Loading...