WebHooks consist of notifications sent over the Web and triggered whenever a certain event occurs.
In this case, the event is a new campaign event in Salesforge. As soon as an event occurs (such as emails being opened or replies arriving), a notification with the response data is immediately sent to the webhook URL, which is set in the configuration panel.
In order to setup webhooks create a new webhook in Integration tab in Settings, choose URL and webhook type that you would like to receive. If no sequence id is selected, webhooks from all workspace will be trigerred.
ā

Webhooks created through the Salesforge public API can be signed so your application can verify that a webhook delivery came from Salesforge and was not modified in transit.
Each webhook gets its own signing secret. The secret is generated when the webhook is created and is returned only once in the create response as signingSecret.
For example:
{
"id": "wh_config_9f8e7d6c5b4a",
"name": "Reply notifications",
"url": "https://example.com/webhooks/salesforge",
"type": "email_replied",
"sequenceIds": [],
"sentCount": 0,
"signingSecret": "whsec_..."
}Important: Store the signingSecret securely when you create the webhook. It is not included in later responses and cannot be retrieved or rotated.
If you lose the signing secret or need a new one, you must delete the existing webhook and create a new one.
Only webhooks created through the Salesforge public API are currently signed. Webhooks created through the Salesforge app, Zapier, or Make are not signed yet.
For detailed instructions on verifying the HMAC-SHA256 signature, see Verify webhook signatures.
{
"webhookInfo": {
"id": "wh_or388zo2xuqf02k7sigl1",
"eventTime": "2023-12-06T16:03:31+02:00",
"type": "email_sent"
},
"sequenceEmail": {
"emailId": "[email protected]",
"fromEmail": "[email protected]",
"fromName": "Frank Sondors",
"toEmail": "[email protected]",
"toName": "Bill Gates",
"subject": "More sales in Q4?",
"content": {
"text": "Hi Bill, I hope you're doing well. I wanted to reach out to you to see if you're interested in selling more computers.",
"html": "<p>Hi Bill, I hope you're doing well. I wanted to reach out to you to see if you're interested in selling more computers.<p>"
}
},
"workspace": {
"id": "wks_b1fln2njl9xtoh1miu7zx",
"name": "Salesforge",
"slug": "salesforge"
},
"contact": {
"id": "lead_mmxtxqo4920f4ohkwgid4",
"firstName": "Bill",
"lastName": "Gates",
"email": "[email protected]",
"company": "Microsoft"
},
"sequence": {
"id": "seq_verfvuynadkes5l1l0gdw",
"name": "Salesforge Sequence"
},
"mailbox": {
"id": "mbox_07ohxomu88jj7c85gjo8g",
"firstName": "Frank",
"lastName": "Sondors",
"email": "[email protected]",
"customDomain": "sf.salesforge.ai"
},
"emailSentData": {
"step": 1,
"ai_generated": false
}
}
{
"webhookInfo": {
"id": "wh_or388zo2xuqf02k7sigl1",
"eventTime": "2023-12-06T16:00:38+02:00",
"type": "email_opened"
},
"sequenceEmail": {
"emailId": "[email protected]",
"fromEmail": "[email protected]",
"fromName": "Frank Sondors",
"toEmail": "[email protected]",
"toName": "Bill Gates",
"subject": "More sales in Q4?",
"content": {
"text": "Hi Bill, I hope you're doing well. I wanted to reach out to you to see if you're interested in selling more computers.",
"html": "<p>Hi Bill, I hope you're doing well. I wanted to reach out to you to see if you're interested in selling more computers.<p>"
}
},
"workspace": {
"id": "wks_b1fln2njl9xtoh1miu7zx",
"name": "Salesforge",
"slug": "salesforge"
},
"contact": {
"id": "lead_mmxtxqo4920f4ohkwgid4",
"firstName": "Bill",
"lastName": "Gates",
"email": "[email protected]",
"company": "Microsoft"
},
"sequence": {
"id": "seq_verfvuynadkes5l1l0gdw",
"name": "Salesforge Sequence"
},
"mailbox": {
"id": "mbox_07ohxomu88jj7c85gjo8g",
"firstName": "Frank",
"lastName": "Sondors",
"email": "[email protected]",
"customDomain": "sf.salesforge.ai"
},
"emailOpenedData": {
"openedAt": "2023-12-06T16:00:38+02:00"
}
}
{
"webhookInfo": {
"id": "wh_or388zo2xuqf02k7sigl1",
"eventTime": "2023-12-06T16:04:22+02:00",
"type": "link_clicked"
},
"sequenceEmail": {
"emailId": "[email protected]",
"fromEmail": "[email protected]",
"fromName": "Frank Sondors",
"toEmail": "[email protected]",
"toName": "Bill Gates",
"subject": "More sales in Q4?",
"content": {
"text": "Hi Bill, I hope you're doing well. I wanted to reach out to you to see if you're interested in selling more computers.",
"html": "<p>Hi Bill, I hope you're doing well. I wanted to reach out to you to see if you're interested in selling more computers.<p>"
}
},
"link": "",
"workspace": {
"id": "wks_b1fln2njl9xtoh1miu7zx",
"name": "Salesforge",
"slug": "salesforge"
},
"contact": {
"id": "lead_mmxtxqo4920f4ohkwgid4",
"firstName": "Bill",
"lastName": "Gates",
"email": "[email protected]",
"company": "Microsoft"
},
"sequence": {
"id": "seq_verfvuynadkes5l1l0gdw",
"name": "Salesforge Sequence"
},
"mailbox": {
"id": "mbox_07ohxomu88jj7c85gjo8g",
"firstName": "Frank",
"lastName": "Sondors",
"email": "[email protected]",
"customDomain": "sf.salesforge.ai"
},
"linkClickedData": {
"clickedAt": "2023-12-06T16:04:22+02:00"
}
}
{
"webhookInfo": {
"id": "wh_or388zo2xuqf02k7sigl1",
"eventTime": "2023-12-06T16:06:47+02:00",
"type": "contact_unsubscribed"
},
"sequenceEmail": {
"emailId": "[email protected]",
"fromEmail": "[email protected]",
"fromName": "Frank Sondors",
"toEmail": "[email protected]",
"toName": "Bill Gates",
"subject": "More sales in Q4?",
"content": {
"text": "Hi Bill, I hope you're doing well. I wanted to reach out to you to see if you're interested in selling more computers.",
"html": "<p>Hi Bill, I hope you're doing well. I wanted to reach out to you to see if you're interested in selling more computers.<p>"
}
},
"workspace": {
"id": "wks_b1fln2njl9xtoh1miu7zx",
"name": "Salesforge",
"slug": "salesforge"
},
"contact": {
"id": "lead_mmxtxqo4920f4ohkwgid4",
"firstName": "Bill",
"lastName": "Gates",
"email": "[email protected]",
"company": "Microsoft"
},
"sequence": {
"id": "seq_verfvuynadkes5l1l0gdw",
"name": "Salesforge Sequence"
},
"mailbox": {
"id": "mbox_07ohxomu88jj7c85gjo8g",
"firstName": "Frank",
"lastName": "Sondors",
"email": "[email protected]",
"customDomain": "sf.salesforge.ai"
},
"contactUnsubscribedData": {
"unsubscribedAt": "2023-12-06T16:06:47+02:00"
}
}
{
"webhookInfo": {
"id": "wh_or388zo2xuqf02k7sigl1",
"eventTime": "2023-12-06T16:09:12+02:00",
"type": "email_bounced"
},
"sequenceEmail": {
"emailId": "[email protected]",
"fromEmail": "[email protected]",
"fromName": "Frank Sondors",
"toEmail": "[email protected]",
"toName": "Bill Gates",
"subject": "More sales in Q4?",
"content": {
"text": "Hi Bill, I hope you're doing well. I wanted to reach out to you to see if you're interested in selling more computers.",
"html": "<p>Hi Bill, I hope you're doing well. I wanted to reach out to you to see if you're interested in selling more computers.<p>"
}
},
"workspace": {
"id": "wks_b1fln2njl9xtoh1miu7zx",
"name": "Salesforge",
"slug": "salesforge"
},
"contact": {
"id": "lead_mmxtxqo4920f4ohkwgid4",
"firstName": "Bill",
"lastName": "Gates",
"email": "[email protected]",
"company": "Microsoft"
},
"sequence": {
"id": "seq_verfvuynadkes5l1l0gdw",
"name": "Salesforge Sequence"
},
"mailbox": {
"id": "mbox_07ohxomu88jj7c85gjo8g",
"firstName": "Frank",
"lastName": "Sondors",
"email": "[email protected]",
"customDomain": "sf.salesforge.ai"
},
"emailBounced": {
"bouncedAt": "2023-12-06T16:09:12+02:00"
}
}
{
"webhookInfo": {
"id": "wh_or388zo2xuqf02k7sigl1",
"eventTime": "2023-12-06T16:18:22+02:00",
"type": "email_replied"
},
"sequenceEmail": {
"emailId": "[email protected]",
"fromEmail": "[email protected]",
"fromName": "Frank Sondors",
"toEmail": "[email protected]",
"toName": "Bill Gates",
"subject": "More sales in Q4?",
"content": {
"text": "Hi Bill, I hope you're doing well. I wanted to reach out to you to see if you're interested in selling more computers.",
"html": "<p>Hi Bill, I hope you're doing well. I wanted to reach out to you to see if you're interested in selling more computers.<p>"
}
},
"workspace": {
"id": "wks_b1fln2njl9xtoh1miu7zx",
"name": "Salesforge",
"slug": "salesforge"
},
"contact": {
"id": "lead_mmxtxqo4920f4ohkwgid4",
"firstName": "Bill",
"lastName": "Gates",
"email": "[email protected]",
"company": "Microsoft"
},
"sequence": {
"id": "seq_verfvuynadkes5l1l0gdw",
"name": "Salesforge Sequence"
},
"mailbox": {
"id": "mbox_07ohxomu88jj7c85gjo8g",
"firstName": "Frank",
"lastName": "Sondors",
"email": "[email protected]",
"customDomain": "sf.salesforge.ai"
},
"replyEmail": {
"emailId": "[email protected]",
"fromEmail": "[email protected]",
"fromName": "Bill Gates",
"toEmail": "[email protected]",
"toName": "Frank Sondors",
"subject": "Re: More sales in Q4?",
"content": {
"text": "Hi Frank, I'm interested in selling more computers. Can you send me more information?",
"html": "<p>Hi Frank, I'm interested in selling more computers. Can you send me more information?<p>"
}
}
}To identify which outbound email an email_replied webhook corresponds to, match the replyEmail.emailId with the sequenceEmail.emailId of the original outbound email.
Email replies triggered through the Salesforge API are always sent from the same mailbox associated with the original email. An API-triggered reply cannot be sent from a different mailbox.
{
"webhookInfo": {
"id": "wh_or388zo2xuqf02k7sigl1",
"eventTime": "2024-02-25T09:43:55+02:00",
"type": "positive_reply"
},
"replyEmail": {
"emailId": "[email protected]",
"fromEmail": "[email protected]",
"fromName": "Bill Gates",
"toEmail": "[email protected]",
"toName": "Frank Sondors",
"subject": "Re: More sales in Q4?",
"content": {
"text": "Hi Frank, I'm interested in selling more computers. Can you send me more information?",
"html": "<p>Hi Frank, I'm interested in selling more computers. Can you send me more information?<p>"
}
},
"mailbox": {
"id": "mbox_07ohxomu88jj7c85gjo8g",
"firstName": "Frank",
"lastName": "Sondors",
"email": "[email protected]",
"customDomain": "sf.salesforge.ai"
},
"contact": {
"id": "lead_mmxtxqo4920f4ohkwgid4",
"firstName": "Bill",
"lastName": "Gates",
"email": "[email protected]",
"company": "Microsoft"
},
"workspace": {
"id": "wks_b1fln2njl9xtoh1miu7zx",
"name": "Salesforge",
"slug": "salesforge"
}
}
{
"webhookInfo": {
"id": "wh_or388zo2xuqf02k7sigl1",
"eventTime": "2024-02-25T09:43:55+02:00",
"type": "negative_reply"
},
"replyEmail": {
"emailId": "[email protected]",
"fromEmail": "[email protected]",
"fromName": "Bill Gates",
"toEmail": "[email protected]",
"toName": "Frank Sondors",
"subject": "Re: More sales in Q4?",
"content": {
"text": "Hi Frank, I'm interested in selling more computers. Can you send me more information?",
"html": "<p>Hi Frank, I'm interested in selling more computers. Can you send me more information?<p>"
}
},
"mailbox": {
"id": "mbox_07ohxomu88jj7c85gjo8g",
"firstName": "Frank",
"lastName": "Sondors",
"email": "[email protected]",
"customDomain": "sf.salesforge.ai"
},
"contact": {
"id": "lead_mmxtxqo4920f4ohkwgid4",
"firstName": "Bill",
"lastName": "Gates",
"email": "[email protected]",
"company": "Microsoft"
},
"workspace": {
"id": "wks_b1fln2njl9xtoh1miu7zx",
"name": "Salesforge",
"slug": "salesforge"
}
}{
"webhookInfo": {
"id": "whk_abc123xyz456",
"eventTime": "2024-11-28T12:58:30Z",
"type": "linkedin_replied"
},
"workspace": {
"id": "ws_123456",
"name": "Sales Team Workspace",
"slug": "sales-team-workspace"
},
"contact": {
"id": "lead_789",
"firstName": "John",
"lastName": "Doe",
"email": "[email protected]",
"company": "Tech Corp",
"linkedinUrl": "https://www.linkedin.com/in/johndoe"
},
"sequence": {
"id": "seq_456",
"name": "Q4 Outreach Campaign"
},
"replyMessage": {
"text": "Hi Frank, I'm interested in selling more computers. Can you send me more information?",
"html": "Hi Frank, I'm interested in selling more computers. Can you send me more information?"
},
"threadId": "thread_abc123"
}{
"webhookInfo": {
"id": "wh_or388zo2xuqf02k7sigl1",
"eventTime": "2024-11-28T12:58:30Z",
"type": "linkedin_message_sent"
},
"workspace": {
"id": "wks_b1fln2njl9xtoh1miu7zx",
"name": "Salesforge",
"slug": "salesforge"
},
"contact": {
"id": "lead_mmxtxqo4920f4ohkwgid4",
"firstName": "Bill",
"lastName": "Gates",
"email": "[email protected]",
"company": "Microsoft",
"linkedinUrl": "https://www.linkedin.com/in/billgates",
"customVars": {}
},
"sequence": {
"id": "seq_verfvuynadkes5l1l0gdw",
"name": "Salesforge Sequence"
},
"linkedinAccount": {
"id": "li_acc_07ohxomu88jj7c85gjo8g",
"firstName": "Frank",
"lastName": "Sondors",
"email": "[email protected]",
"profileUrl": "https://www.linkedin.com/in/franksondors"
},
"message": {
"text": "Hi Bill, I hope you're doing well. I wanted to reach out to you to see if you're interested in selling more computers.",
"html": "Hi Bill, I hope you're doing well. I wanted to reach out to you to see if you're interested in selling more computers."
},
"threadId": "thread_abc123"
}{
"webhookInfo": {
"id": "wh_or388zo2xuqf02k7sigl1",
"eventTime": "2024-11-28T12:58:30Z",
"type": "linkedin_inmail_sent"
},
"workspace": {
"id": "wks_b1fln2njl9xtoh1miu7zx",
"name": "Salesforge",
"slug": "salesforge"
},
"contact": {
"id": "lead_mmxtxqo4920f4ohkwgid4",
"firstName": "Bill",
"lastName": "Gates",
"email": "[email protected]",
"company": "Microsoft",
"linkedinUrl": "https://www.linkedin.com/in/billgates",
"customVars": {}
},
"sequence": {
"id": "seq_verfvuynadkes5l1l0gdw",
"name": "Salesforge Sequence"
},
"linkedinAccount": {
"id": "li_acc_07ohxomu88jj7c85gjo8g",
"firstName": "Frank",
"lastName": "Sondors",
"email": "[email protected]",
"profileUrl": "https://www.linkedin.com/in/franksondors"
},
"subject": "More sales in Q4?",
"message": {
"text": "Hi Bill, I hope you're doing well. I wanted to reach out to you to see if you're interested in selling more computers.",
"html": "Hi Bill, I hope you're doing well. I wanted to reach out to you to see if you're interested in selling more computers."
}
}{
"webhookInfo": {
"id": "wh_or388zo2xuqf02k7sigl1",
"eventTime": "2024-11-28T12:58:30Z",
"type": "linkedin_connection_request_sent"
},
"workspace": {
"id": "wks_b1fln2njl9xtoh1miu7zx",
"name": "Salesforge",
"slug": "salesforge"
},
"contact": {
"id": "lead_mmxtxqo4920f4ohkwgid4",
"firstName": "Bill",
"lastName": "Gates",
"email": "[email protected]",
"company": "Microsoft",
"linkedinUrl": "https://www.linkedin.com/in/billgates",
"customVars": {}
},
"sequence": {
"id": "seq_verfvuynadkes5l1l0gdw",
"name": "Salesforge Sequence"
},
"linkedinAccount": {
"id": "li_acc_07ohxomu88jj7c85gjo8g",
"firstName": "Frank",
"lastName": "Sondors",
"email": "[email protected]",
"profileUrl": "https://www.linkedin.com/in/franksondors"
},
"invitationNote": "Hi Bill, would love to connect."
}{
"webhookInfo": {
"id": "wh_or388zo2xuqf02k7sigl1",
"eventTime": "2024-11-28T12:58:30Z",
"type": "linkedin_connection_request_accepted"
},
"workspace": {
"id": "wks_b1fln2njl9xtoh1miu7zx",
"name": "Salesforge",
"slug": "salesforge"
},
"contact": {
"id": "lead_mmxtxqo4920f4ohkwgid4",
"firstName": "Bill",
"lastName": "Gates",
"email": "[email protected]",
"company": "Microsoft",
"linkedinUrl": "https://www.linkedin.com/in/billgates",
"customVars": {}
},
"sequence": {
"id": "seq_verfvuynadkes5l1l0gdw",
"name": "Salesforge Sequence"
},
"linkedinAccount": {
"id": "li_acc_07ohxomu88jj7c85gjo8g",
"firstName": "Frank",
"lastName": "Sondors",
"email": "[email protected]",
"profileUrl": "https://www.linkedin.com/in/franksondors"
}
}
sequence.idandsequence.namemay benullwhen attribution cannot be resolved.
{
"webhookInfo": {
"id": "wh_or388zo2xuqf02k7sigl1",
"eventTime": "2024-11-28T12:58:30Z",
"type": "linkedin_connection_request_withdrawn"
},
"workspace": {
"id": "wks_b1fln2njl9xtoh1miu7zx",
"name": "Salesforge",
"slug": "salesforge"
},
"contact": {
"id": "lead_mmxtxqo4920f4ohkwgid4",
"firstName": "Bill",
"lastName": "Gates",
"email": "[email protected]",
"company": "Microsoft",
"linkedinUrl": "https://www.linkedin.com/in/billgates",
"customVars": {}
},
"sequence": {
"id": "seq_verfvuynadkes5l1l0gdw",
"name": "Salesforge Sequence"
},
"linkedinAccount": {
"id": "li_acc_07ohxomu88jj7c85gjo8g",
"firstName": "Frank",
"lastName": "Sondors",
"email": "[email protected]",
"profileUrl": "https://www.linkedin.com/in/franksondors"
}
}{
"webhookInfo": {
"id": "wh_or388zo2xuqf02k7sigl1",
"eventTime": "2024-11-28T12:58:30Z",
"type": "linkedin_profile_viewed"
},
"workspace": {
"id": "wks_b1fln2njl9xtoh1miu7zx",
"name": "Salesforge",
"slug": "salesforge"
},
"contact": {
"id": "lead_mmxtxqo4920f4ohkwgid4",
"firstName": "Bill",
"lastName": "Gates",
"email": "[email protected]",
"company": "Microsoft",
"linkedinUrl": "https://www.linkedin.com/in/billgates",
"customVars": {}
},
"sequence": {
"id": "seq_verfvuynadkes5l1l0gdw",
"name": "Salesforge Sequence"
},
"linkedinAccount": {
"id": "li_acc_07ohxomu88jj7c85gjo8g",
"firstName": "Frank",
"lastName": "Sondors",
"email": "[email protected]",
"profileUrl": "https://www.linkedin.com/in/franksondors"
},
"profileUrl": "https://www.linkedin.com/in/billgates"
}{
"webhookInfo": {
"id": "wh_or388zo2xuqf02k7sigl1",
"eventTime": "2024-11-28T12:58:30Z",
"type": "linkedin_post_liked"
},
"workspace": {
"id": "wks_b1fln2njl9xtoh1miu7zx",
"name": "Salesforge",
"slug": "salesforge"
},
"contact": {
"id": "lead_mmxtxqo4920f4ohkwgid4",
"firstName": "Bill",
"lastName": "Gates",
"email": "[email protected]",
"company": "Microsoft",
"linkedinUrl": "https://www.linkedin.com/in/billgates",
"customVars": {}
},
"sequence": {
"id": "seq_verfvuynadkes5l1l0gdw",
"name": "Salesforge Sequence"
},
"linkedinAccount": {
"id": "li_acc_07ohxomu88jj7c85gjo8g",
"firstName": "Frank",
"lastName": "Sondors",
"email": "[email protected]",
"profileUrl": "https://www.linkedin.com/in/franksondors"
},
"postUrl": "https://www.linkedin.com/feed/update/urn:li:activity:1234567890",
"postId": "urn:li:activity:1234567890"
}{
"webhookInfo": {
"id": "wh_or388zo2xuqf02k7sigl1",
"eventTime": "2024-11-28T12:58:30Z",
"type": "linkedin_contact_followed"
},
"workspace": {
"id": "wks_b1fln2njl9xtoh1miu7zx",
"name": "Salesforge",
"slug": "salesforge"
},
"contact": {
"id": "lead_mmxtxqo4920f4ohkwgid4",
"firstName": "Bill",
"lastName": "Gates",
"email": "[email protected]",
"company": "Microsoft",
"linkedinUrl": "https://www.linkedin.com/in/billgates",
"customVars": {}
},
"sequence": {
"id": "seq_verfvuynadkes5l1l0gdw",
"name": "Salesforge Sequence"
},
"linkedinAccount": {
"id": "li_acc_07ohxomu88jj7c85gjo8g",
"firstName": "Frank",
"lastName": "Sondors",
"email": "[email protected]",
"profileUrl": "https://www.linkedin.com/in/franksondors"
},
"profileUrl": "https://www.linkedin.com/in/billgates"
}{
"webhookInfo": {
"id": "wh_or388zo2xuqf02k7sigl1",
"eventTime": "2024-02-25T09:43:55+02:00",
"type": "label_changed"
},
"replyEmail": {
"emailId": "AAAAAQABDFI",
"messageId": "[email protected]",
"fromEmail": "[email protected]",
"fromName": "Bill Gates",
"toEmail": "[email protected]",
"toName": "Frank Sondors",
"subject": "Re: More sales in Q4?",
"content": {
"text": "Hi Frank, I'm interested in selling more computers. Can you send me more information?",
"html": "<p>Hi Frank, I'm interested in selling more computers. Can you send me more information?<p>"
},
"threadId": "thread_abc123"
},
"replyLinkedIn": null,
"mailbox": {
"id": "mbox_07ohxomu88jj7c85gjo8g",
"firstName": "Frank",
"lastName": "Sondors",
"email": "[email protected]",
"customDomain": "sf.salesforge.ai"
},
"contact": {
"id": "lead_mmxtxqo4920f4ohkwgid4",
"firstName": "Bill",
"lastName": "Gates",
"email": "[email protected]",
"company": "Microsoft",
"linkedinUrl": "https://www.linkedin.com/in/billgates",
"customVars": {}
},
"workspace": {
"id": "wks_b1fln2njl9xtoh1miu7zx",
"name": "Salesforge",
"slug": "salesforge"
},
"sequence": {
"id": "seq_verfvuynadkes5l1l0gdw",
"name": "Salesforge Sequence"
},
"labelChangedData": {
"labelName": "Meeting booked",
"sequences": [
{
"id": "seq_verfvuynadkes5l1l0gdw",
"name": "Salesforge Sequence"
}
]
}
}{
"webhookInfo": {
"id": "wh_or388zo2xuqf02k7sigl1",
"eventTime": "2024-02-25T09:43:55+02:00",
"type": "dnc_added"
},
"workspace": {
"id": "wks_b1fln2njl9xtoh1miu7zx",
"name": "Salesforge",
"slug": "salesforge"
},
"dncInfo": [
{
"dncType": "email",
"value": "[email protected]"
},
{
"dncType": "domain",
"value": "gates.com"
}
]
}> Note: meeting_booked can be registered through the API. For live meeting-label events, the delivered webhook type is label_changed, with labelChangedData.labelName set to meeting_booked.
{
"webhookInfo": {
"id": "wh_or388zo2xuqf02k7sigl1",
"eventTime": "2024-02-25T09:43:55+02:00",
"type": "meeting_booked"
},
"replyEmail": {
"emailId": "AAAAAQABDFI",
"messageId": "[email protected]",
"fromEmail": "[email protected]",
"fromName": "Bill Gates",
"toEmail": "[email protected]",
"toName": "Frank Sondors",
"subject": "Re: More sales in Q4?",
"content": {
"text": "Hi Frank, I'm interested in selling more computers. Can you send me more information?",
"html": "<p>Hi Frank, I'm interested in selling more computers. Can you send me more information?<p>"
},
"threadId": "thread_abc123"
},
"replyLinkedIn": null,
"mailbox": {
"id": "mbox_07ohxomu88jj7c85gjo8g",
"firstName": "Frank",
"lastName": "Sondors",
"email": "[email protected]",
"customDomain": "sf.salesforge.ai"
},
"contact": {
"id": "lead_mmxtxqo4920f4ohkwgid4",
"firstName": "Bill",
"lastName": "Gates",
"email": "[email protected]",
"company": "Microsoft",
"linkedinUrl": "https://www.linkedin.com/in/billgates",
"customVars": {}
},
"workspace": {
"id": "wks_b1fln2njl9xtoh1miu7zx",
"name": "Salesforge",
"slug": "salesforge"
},
"sequence": {
"id": "seq_verfvuynadkes5l1l0gdw",
"name": "Salesforge Sequence"
},
"labelChangedData": {
"labelName": "meeting_booked"
}
}> Note: meeting_completed can be registered through the API. For live meeting-label events, the delivered webhook type is label_changed, with labelChangedData.labelName set to meeting_completed.
{
"webhookInfo": {
"id": "wh_or388zo2xuqf02k7sigl1",
"eventTime": "2024-02-25T09:43:55+02:00",
"type": "meeting_completed"
},
"replyEmail": {
"emailId": "AAAAAQABDFI",
"messageId": "[email protected]",
"fromEmail": "[email protected]",
"fromName": "Bill Gates",
"toEmail": "[email protected]",
"toName": "Frank Sondors",
"subject": "Re: More sales in Q4?",
"content": {
"text": "Hi Frank, I'm interested in selling more computers. Can you send me more information?",
"html": "<p>Hi Frank, I'm interested in selling more computers. Can you send me more information?<p>"
},
"threadId": "thread_abc123"
},
"replyLinkedIn": null,
"mailbox": {
"id": "mbox_07ohxomu88jj7c85gjo8g",
"firstName": "Frank",
"lastName": "Sondors",
"email": "[email protected]",
"customDomain": "sf.salesforge.ai"
},
"contact": {
"id": "lead_mmxtxqo4920f4ohkwgid4",
"firstName": "Bill",
"lastName": "Gates",
"email": "[email protected]",
"company": "Microsoft",
"linkedinUrl": "https://www.linkedin.com/in/billgates",
"customVars": {}
},
"workspace": {
"id": "wks_b1fln2njl9xtoh1miu7zx",
"name": "Salesforge",
"slug": "salesforge"
},
"sequence": {
"id": "seq_verfvuynadkes5l1l0gdw",
"name": "Salesforge Sequence"
},
"labelChangedData": {
"labelName": "meeting_completed"
}
}