Skip to main content
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_lead
object | null
Sequence lead 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": null
    },
    "sequence_stage": {
      "index": 2,
      "type": "email",
      "automatic": true
    },
    "sequence_lead": {
      "completion_date": "2025-06-08T12:30:00Z"
    },
    "contact": {
      "id": "01234567-89ab-cdef-0123-456789abcdef"
    }
}
{
    "id": "d4927e92486a0ac8399ddb2d7c6105fe",
    "linkedin": {
      "subject": "LinkedIn: Send message to Profile",
      "description": "Message:  \"This is the message body\"",
      "date": "2024-10-11T10:57:00Z"
    },
    "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": null
    },
    "sequence_stage": {
      "index": 2,
      "type": "linkedin_message",
      "automatic": true
    },
    "contact": {
      "id": "01234567-89ab-cdef-0123-456789abcdef"
    }
}
{
    "id": "d4927e92486a0ac8399ddb2d7c6105fe",
    "call": {
      "date": "2024-10-11T10:57:00Z",
      "title": "Incoming call to  (+351999999999) | Answered | Answered",
      "description": "Call disposition: Answered<br />Call recording URL: https://amplemarket.com/example<br />",
      "direction": "incoming",
      "disposition": "interested",
      "duration": "1970-01-01T00:02:00.000Z",
      "from": "+351999999999",
      "to": "+351888888888",
      "recording_url": "https://amplemarket.com/example"
    },
    "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": null
    },
    "sequence_stage": {
      "index": 2,
      "type": "phone_call",
      "automatic": true
    },
    "contact": {
      "id": "01234567-89ab-cdef-0123-456789abcdef"
    }
}
{
    "id": "d4927e92486a0ac8399ddb2d7c6105fe",
    "task": {
      "subject": "Generic Task",
      "user_notes": "This is a note",
      "date": "2024-10-11T10:57:00+00:00"
    },
    "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": null
    },
    "sequence_stage": {
      "index": 2,
      "type": "custom_task",
      "automatic": true
    },
    "contact": {
      "id": "01234567-89ab-cdef-0123-456789abcdef"
    }
}
{
    "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"
      }
    },
    "reply_sequence": {
      "name": "The name of the reply sequence",
      "start_date": "2024-10-11T10:57:00Z",
      "end_date": "2024-10-12T10:57:00Z"
    },
    "reply_sequence_stage": {
      "index": 1
    },
    "contact": {
      "id": "01234567-89ab-cdef-0123-456789abcdef"
    }
}