{
    "from": "noreply@amplemarket.com",
    "to": [
        "destination@example.com"
    ],
    "cc": [
        "noreply@amplemarket.com"
    ],
    "bcc": [
        "noreply@amplemarket.com"
    ],
    "date": "2024-10-11T10:57:00Z",
    "subject": "The subject of the message",
    "body": "The email message body in plaintext.",
    "id": "d4927e92486a0ac8399ddb2d7c6105fe",
    "linkedin_url": "https://linkedin.com/in/test",
    "is_reply": false,
    "user": {
      "first_name": "Jane",
      "last_name": "Doe",
      "email": "jane.doe@email.com"
    },
    "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": "destination@example.com",
      "city": "San Francisco",
      "state": "California",
      "country": "United States",
      "industry": "Computer Software",
      "linkedin_url": "https://www.linkedin.com/in/williamhgates",
      "sender": {
        "first_name": "Jane",
        "last_name": "Doe"
      }
    },
    "sequence": {
      "id": "a3f8b29c7d15e4f6b8c9a2e5d7f1b3c8e6f9a4b2",
      "name": "The name of the sequence",
      "start_date": "2024-10-11T10:57:00Z",
      "end_date": "2024-10-12T10:57:00Z"
    },
    "sequence_stage": {
      "index": 2,
      "type": "email",
      "automatic": true
    },
    "contact": {
      "id": "01234567-89ab-cdef-0123-456789abcdef"
    }
}
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.
call
object | null
Call details.
task
object | null
Generic Task details.
linkedin_url
string
Lead’s LinkedIn URL.
is_reply
boolean
default:"false"
required
Whether the activity is a reply.
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.
contact
object
Contact details.
{
    "from": "noreply@amplemarket.com",
    "to": [
        "destination@example.com"
    ],
    "cc": [
        "noreply@amplemarket.com"
    ],
    "bcc": [
        "noreply@amplemarket.com"
    ],
    "date": "2024-10-11T10:57:00Z",
    "subject": "The subject of the message",
    "body": "The email message body in plaintext.",
    "id": "d4927e92486a0ac8399ddb2d7c6105fe",
    "linkedin_url": "https://linkedin.com/in/test",
    "is_reply": false,
    "user": {
      "first_name": "Jane",
      "last_name": "Doe",
      "email": "jane.doe@email.com"
    },
    "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": "destination@example.com",
      "city": "San Francisco",
      "state": "California",
      "country": "United States",
      "industry": "Computer Software",
      "linkedin_url": "https://www.linkedin.com/in/williamhgates",
      "sender": {
        "first_name": "Jane",
        "last_name": "Doe"
      }
    },
    "sequence": {
      "id": "a3f8b29c7d15e4f6b8c9a2e5d7f1b3c8e6f9a4b2",
      "name": "The name of the sequence",
      "start_date": "2024-10-11T10:57:00Z",
      "end_date": "2024-10-12T10:57:00Z"
    },
    "sequence_stage": {
      "index": 2,
      "type": "email",
      "automatic": true
    },
    "contact": {
      "id": "01234567-89ab-cdef-0123-456789abcdef"
    }
}