Sample Payload - LEAD_MARKED_AS_INTERESTED
Field | Description |
---|---|
webhook_id | Unique identifier for this webhook event. |
webhook_name | Name of the webhook. |
webhook_event | Event type that triggered the webhook (e.g. LEAD_MARKED_AS_INTERESTED , LEAD_MARKED_AS_NOT_INTERESTED ). |
campaign_name | Name of the campaign. |
workspace_name | Name of the workspace. |
camp_id | Legacy campaign ID (use campaign_id instead). |
parent_lead_id | Lead ID in the parent campaign; relevant only for subsequence campaigns (NULL if not applicable). |
_id | Same value as lead_id ; present for legacy compatibility. |
address_line | Lead’s street address. |
city | Lead’s city. |
country | Lead’s country. |
country_code | ISO country code. |
phone_number | Lead’s phone number. |
company_name | Lead’s company name. |
company_website | Lead’s company website URL. |
Lead’s email address. | |
first_name | Lead’s first name. |
last_name | Lead’s last name. |
organization_id | ID of the organization. |
campaign_id | ID of the campaign. |
workspace_id | ID of the workspace. |
current_step | Current numeric step of the campaign sequence. |
email_account_id | ID of the PlusVibe email account involved. |
created_at | ISO timestamp when this lead record was created. |
modified_at | ISO timestamp when this record was last modified. |
status | Latest email status for this lead (e.g. REPLIED ). |
label | Current label applied to the lead (INTERESTED ). |
linkedin_person_url | Lead’s LinkedIn profile URL. |
linkedin_company_url | Lead’s company LinkedIn URL. |
job_title | Lead’s job title. |
department | Lead’s department. |
industry | Lead’s industry. |
state | Lead’s state or province. |
actual_replied_from | Email address the lead actually used to reply from (if applicable). |
email_account_name | Email address of the PlusVibe account associated with this lead. |
last_lead_reply | HTML body of the most recent INBOUND reply from the lead (not forwarded). |
text_body | Plain-text version of last_lead_reply . |
last_lead_reply_subject | Subject line of the lead’s most recent reply. |
last_email_id | ID of the latest email message linked to this lead. |
last_thread_id | ID of the latest email thread linked to this lead. |
latest_message | HTML body of the most recent message (INBOUND or OUTBOUND, not forwarded) in the thread. |
latest_subject | Subject line of the most recent message in the thread. |
lead_id | ID of the lead (primary key). |
is_email_verified | 1 if the lead’s email passed verification, 0 if failed, -1 if unknown. |
sender_first_name | First name of the PlusVibe sender who last emailed this lead. |
sender_last_name | Last name of the PlusVibe sender who last emailed this lead. |
sentiment | Detected sentiment of the lead’s latest reply (POSITIVE , NEUTRAL , NEGATIVE ). |
step | Campaign step at which the lead was marked as interested. |
variation | A/B test variation label associated with the email that triggered interest (e.g. A , B ). |
"webhook_id": "6842c5e4c7fc8e4cb5f1c964",
"webhook_name": "test webhook",
"webhook_event": "LEAD_MARKED_AS_INTERESTED",
"campaign_name": "Campaign Name",
"workspace_name": "Kurt's Workspace",
"camp_id": "683ea48fc9eb23b0af3dc705",
"parent_lead_id": "NULL",
"_id": "684bad3a1bc0b816569675d5",
"address_line": "",
"city": "",
"country": "",
"country_code": "",
"phone_number": "",
"company_name": "",
"company_website": "",
"email": "kurt@plusvibe.ai",
"first_name": "John",
"last_name": "Doe",
"organization_id": "65099a0dd96fae8ab61130bf",
"campaign_id": "683ea48fc9eb23b0af3dc705",
"workspace_id": "65099a0dd96fae8ab61130c0",
"current_step": 1,
"email_account_id": "68498d9cd610268cc770e102",
"created_at": "2025-06-13T04:46:50.426Z",
"modified_at": "2025-06-13T04:47:37.199Z",
"status": "REPLIED",
"label": "INTERESTED",
"linkedin_person_url": "",
"linkedin_company_url": "",
"job_title": "",
"department": "",
"industry": "",
"state": "",
"mx": "GOOGLE_WORKSPACE",
"actual_replied_from": "kurt@plusvibe.ai",
"hubspot_id": null,
"hubspot_deal_id": null,
"email_account_name": "yaro@plusvibeteam.com",
"last_lead_reply": "<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><div dir="ltr">hey, please tell me more about it</div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">On Fri, Jun 13, 2025 at 12:47 PM Yaro Y <<a href="mailto:yaro@plusvibeteam.com">yaro@plusvibeteam.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">This is the campaign email body<br>\n</blockquote></div>\n",
"text_body": "hey, please tell me more about it\n\nOn Fri, Jun 13, 2025 at 12:47 PM Yaro Y <yaro@plusvibeteam.com [yaro@plusvibeteam.com]> wrote:\n\n\n> This is the campaign email body",
"last_lead_reply_subject": "Re: This is the campaign email subject",
"last_email_id": "684baeaa1b6bfcf3051ef456",
"last_thread_id": "684baeaab28c872fd921be66",
"latest_message": "<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><div dir="ltr">hey, please tell me more about it</div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">On Fri, Jun 13, 2025 at 12:47 PM Yaro Y <<a href="mailto:yaro@plusvibeteam.com">yaro@plusvibeteam.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">This is the campaign email body<br>\n</blockquote></div>\n",
"latest_subject": "Re: This is the campaign email subject",
"lead_id": "684bad3a1bc0b816569675d5",
"is_email_verified": -1,
"sender_first_name": "Yaro",
"sender_last_name": "Y",
"sentiment": "POSITIVE",
"step": 1,
"variation": "A"
}
Modified at 2025-06-13 08:22:01