Skip to main content

Get Emails sent of Order

GET 

/order/:guid/emails

Get the Emails that were sent in relation to this Order.

Request

Path Parameters

    guid stringrequired

    The guid of the Order.

Responses

Emails sent of Order.

Schema

  • Array [

  • guid uuid

    The guid of the Email.

    driver string

    Possible values: <= 255 characters

    The driver which is used to send the Email.

    external_id string

    Possible values: <= 255 characters

    The identifier used by the driver to identify the 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 of the receiver to whom the Email is sent to.

    status string

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

    The last known status of the Email.

    reject_reason string

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

    reject_detail stringdeprecated

    The reason an email is rejected. (See reject_reason)

    opens integer

    The amount of times the Email is opened by the receiver to whom the email was sent to.

    clicks integer

    The amount of times the receiver to whom the email was sent to clicked on an item within the Email.

    created_at ISO 8601

    The time it was created.

    updated_at ISO 8601

    The time it was last updated.

  • ]

Loading...