interface ThreadEmailSentPublicEventPayload {
    email: Email1;
    eventType: "thread.email_sent";
    thread: Thread;
}

Properties

email: Email1
eventType: "thread.email_sent"
thread: Thread

Generated using TypeDoc