Skip to main content
GET
/
hooks
Get Many Webhooks
curl --request GET \
  --url https://api.lemlist.com/api/hooks \
  --header 'Authorization: Basic <encoded-value>'
[
  {
    "_id": "hoo_Ib5jfViX9hn3FzNqr",
    "targetUrl": "https://hooks.zapier.com/hooks/standard/{accountId}/{webhookId}/",
    "createdAt": "2018-06-05T09:07:07.761Z",
    "zapId": 37709957,
    "type": "emailsReplied",
    "campaignId": "cam_FlN1hrYhADZUfspMs",
    "isFirst": true
  },
  {
    "_id": "hoo_SDRr2w4JigZDL7OB2",
    "targetUrl": "https://hooks.zapier.com/hooks/standard/{accountId}/{webhookId}/",
    "createdAt": "2019-06-05T14:38:56.535Z",
    "zapId": 59825555,
    "type": "emailsReplied",
    "campaignId": "cam_h3jptAEeqFFpve5mr"
  },
  {
    "_id": "hoo_IYAPP4HnSyU7UTH3E",
    "targetUrl": "https://hooks.zapier.com/hooks/standard/{accountId}/{webhookId}/",
    "createdAt": "2019-06-05T15:49:36.624Z",
    "zapId": 59831776,
    "type": "emailsReplied",
    "campaignId": "cam_qBNYaIFXA77eXM1Ey",
    "isFirst": true
  },
  {
    "_id": "hoo_OQ1eCPucttlQV6uB4",
    "targetUrl": "https://hooks.zapier.com/hooks/standard/{accountId}/{webhookId}/",
    "createdAt": "2019-06-05T19:28:49.130Z",
    "zapId": 59852716,
    "type": "emailsReplied",
    "campaignId": "cam_vRotI1zB0rgqEe0Hg",
    "isFirst": true
  },
  {
    "_id": "hoo_bOucNGG13uJhhIQ8g",
    "targetUrl": "https://hooks.zapier.com/hooks/standard/{accountId}/{webhookId}/",
    "createdAt": "2019-10-15T09:53:50.839Z",
    "zapId": 47004696,
    "type": "emailsOpened",
    "campaignId": "cam_K6XNvvamP9QTotBC3"
  },
  {
    "_id": "hoo_hZSI1GetoYUKu76TX",
    "targetUrl": "https://hooks.zapier.com/hooks/standard/{accountId}/{webhookId}/",
    "createdAt": "2019-10-15T09:56:24.197Z",
    "zapId": 47004696,
    "type": "emailsOpened",
    "campaignId": "cam_K6XNvvamP9QTotBC3"
  },
  {
    "_id": "hoo_anErg4PUSFTd3r3dX",
    "targetUrl": "https://hooks.zapier.com/hooks/standard/{accountId}/{webhookId}/",
    "createdAt": "2020-04-27T14:04:33.424Z",
    "zapId": 85466371,
    "type": "emailsReplied",
    "campaignId": "cam_rpejDXyLkA2TSbXyC"
  },
  {
    "_id": "hoo_Y3nL7UuQn85hIFTRV",
    "targetUrl": "https://hooks.zapier.com/hooks/standard/{accountId}/{webhookId}/",
    "createdAt": "2020-04-27T14:06:38.375Z",
    "zapId": 85466371,
    "type": "emailsReplied",
    "campaignId": "cam_rpejDXyLkA2TSbXyC"
  },
  {
    "_id": "hoo_UAtwcPAd0tK9U6hKG",
    "targetUrl": "https://example.com/webhooks/{id}",
    "createdAt": "2022-02-10T16:45:28.216Z",
    "campaignId": "cam_7BE8IZRaqahU44Wp6"
  }
]

Documentation Index

Fetch the complete documentation index at: https://developer.lemlist.com/llms.txt

Use this file to discover all available pages before exploring further.

This endpoint uses the Webhook object.

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Response

Success

_id
string

Unique webhook identifier

targetUrl
string<uri>

Destination URL for event notifications

type
enum<string>

Event type to listen for. Events are grouped by category — see the endpoint docs for a full breakdown.

Available options:
contacted,
hooked,
attracted,
warmed,
interested,
notInterested,
emailsSent,
emailsOpened,
emailsClicked,
emailsReplied,
emailsBounced,
emailsFailed,
emailsInterested,
emailsNotInterested,
emailsUnsubscribed,
linkedinSent,
linkedinOpened,
linkedinReplied,
linkedinInterested,
linkedinNotInterested,
linkedinSendFailed,
linkedinVisitDone,
linkedinVisitFailed,
linkedinFollowDone,
linkedinFollowFailed,
linkedinFollowSkipped,
linkedinInviteDone,
linkedinInviteFailed,
linkedinInviteAccepted,
linkedinEndorseDone,
linkedinEndorseFailed,
linkedinEndorseSkipped,
linkedinVoiceNoteDone,
linkedinVoiceNoteFailed,
linkedinLikeLastPostDone,
linkedinLikeLastPostNoPost,
linkedinLikeLastPostFailed,
linkedinWithdrawInvitationDone,
linkedinWithdrawInvitationFailed,
whatsappMessageSent,
whatsappMessageDelivered,
whatsappMessageOpened,
whatsappReplied,
whatsappMessageFailed,
smsSent,
smsDelivered,
smsReplied,
smsFailed,
aircallCreated,
aircallEnded,
aircallDone,
aircallInterested,
aircallNotInterested,
apiDone,
apiInterested,
apiNotInterested,
apiFailed,
manualInterested,
manualNotInterested,
paused,
resumed,
stopped,
campaignComplete,
customDomainErrors,
connectionIssue,
sendLimitReached,
lemwarmPaused,
annotated,
enrichmentDone,
enrichmentError,
callRecordingDone,
callTranscriptDone,
inboxLabelUpdated,
signalRegistered,
deliverabilityAlertTriggered
campaignId
string

The ID of the campaign the webhook is associated with (if any)

createdAt
string<date-time>

Creation timestamp

zapId
integer

Zapier integration ID (if the destination is a Zapier webhook)