{
  "from": "noreply@amplemarket.com",
  "to": [
    "noreply@amplemarket.com",
    "noreply@amplemarket.com"
  ],
  "cc": [
    "noreply@amplemarket.com"
  ],
  "bcc": [
    "noreply@amplemarket.com"
  ],
  "date": "2022-09-18T13:12:00+00:00",
  "subject": "Re: The subject of the message",
  "body": "The email message body in plaintext.",
  "is_reply": true,
  "id": "6d3mi54v6hxrissb2zqgpq1xu",
  "linkedin_url": "https://www.linkedin.com/in/williamhgates",
  "labels": ["Interested"]
  "dynamic_fields": {
    "first_name": "John",
    "last_name": "Doe",
    "company_name": "Amplemarket",
    "company_domain": "amplemarket.com",
    "company_email_domain": "amplemarket.com",
    "title": "Founder & CEO",
    "simplified_title": "CEO",
    "email": "noreply@amplemarket.com",
    "city": "San Francisco",
    "state": "California",
    "country": "United States",
    "industry": "Computer Software",
    "linkedin_url": "https://www.linkedin.com/in/williamhgates"
  },
  "user": {
    "first_name": "Jane",
    "last_name": "Doe",
    "email": "luis@amplemarket.com"
  },
  "sequence": {
    "name": "The name of the sequence",
    "start_date": "2022-09-12T11:33:47Z",
    "end_date": "2022-09-18T13:12:47Z"
  },
  "sequence_stage": {
    "index": 3
  }
}
from
string

Sender’s email address.

to
array[string]

List of recipients in the “To” field.

cc
array[string]

List of recipients in the “CC” field.

bcc
array[string]

List of recipients in the “BCC” field.

date
datetime

When the email was sent.

subject
string

Email subject line.

body
string

Email content.

id
string

Activity ID.

linkedin
object | null

LinkedIn activity details.

linkedin_url
string

Lead’s LinkedIn URL.

is_reply
boolean
default:
"false"
required

Whether the activity is a reply.

labels
array[enum[string]]

Available values are interested, hard_no, introduction, not_interested, ooo, asked_to_circle_back_later, not_the_right_person, forwarded_to_the_right_person

user
object
required

User details.

dynamic_fields
object

Lead’s dynamic fields.

sequence
object | null

Sequence details.

sequence_stage
object | null

Sequence stage details.

reply_sequence
object | null

Reply sequence details.

reply_sequence_stage
object | null

Reply sequence stage details.

{
  "from": "noreply@amplemarket.com",
  "to": [
    "noreply@amplemarket.com",
    "noreply@amplemarket.com"
  ],
  "cc": [
    "noreply@amplemarket.com"
  ],
  "bcc": [
    "noreply@amplemarket.com"
  ],
  "date": "2022-09-18T13:12:00+00:00",
  "subject": "Re: The subject of the message",
  "body": "The email message body in plaintext.",
  "is_reply": true,
  "id": "6d3mi54v6hxrissb2zqgpq1xu",
  "linkedin_url": "https://www.linkedin.com/in/williamhgates",
  "labels": ["Interested"]
  "dynamic_fields": {
    "first_name": "John",
    "last_name": "Doe",
    "company_name": "Amplemarket",
    "company_domain": "amplemarket.com",
    "company_email_domain": "amplemarket.com",
    "title": "Founder & CEO",
    "simplified_title": "CEO",
    "email": "noreply@amplemarket.com",
    "city": "San Francisco",
    "state": "California",
    "country": "United States",
    "industry": "Computer Software",
    "linkedin_url": "https://www.linkedin.com/in/williamhgates"
  },
  "user": {
    "first_name": "Jane",
    "last_name": "Doe",
    "email": "luis@amplemarket.com"
  },
  "sequence": {
    "name": "The name of the sequence",
    "start_date": "2022-09-12T11:33:47Z",
    "end_date": "2022-09-18T13:12:47Z"
  },
  "sequence_stage": {
    "index": 3
  }
}