Skip to content

Commit

Permalink
1 - Update type list for /api/activities
Browse files Browse the repository at this point in the history
  • Loading branch information
daphnehenrio committed Jun 10, 2024
1 parent 5078ae1 commit 763f7f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/includes/_activities.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ This endpoint retrieves the last 100 activities.

Parameter | Description
--------- | -----------
type | (Optional) The type of activity you want to retrieve. Can be `emailsSent`, `emailsOpened`, `emailsClicked`, `emailsReplied`, `emailsDone`, `emailsBounced`, `emailsFailed`, `emailsUnsubscribed`, `emailsInterested`, `emailsNotInterested`, `snoozed`, `annotated`, `aircallDone`, `aircallCreated`, `aircallEnded`, `aircallInterested`, `aircallNotInterested`, `apiDone`, `apiInterested`, `apiNotInterested`, `apiFailed`, `linkedinVisitDone`, `linkedinVisitFailed`, `linkedinInviteDone`, `linkedinSent`, `linkedinOpened`, `linkedinInviteAccepted`, `linkedinInviteFailed`, `linkedinSendFailed`, `linkedinReplied`, `linkedinInterested`, `linkedinNotInterested`, `linkedinDone`, `manualDone`, `manualInterested`, `manualNotInterested`, `paused`, `resumed`, `skipped`, `contacted`, `hooked`, `attracted`, `warmed`, `interested`, `notInterested`.
type | (Optional) The type of activity you want to retrieve. Can be `aircallCreated`, `aircallDone`, `aircallEnded`, `aircallInterested`, `aircallNotInterested`, `annotated`, `apiDone`, `apiFailed`, `apiInterested`, `apiNotInterested`, `apiUnsubscribed`, `conditionChosen`, `emailsBounced`, `emailsClicked`, `emailsDone`, `emailsFailed`, `emailsInterested`, `emailsNotInterested`, `emailsOpened`, `emailsReplied`, `emailsSent`, `emailsUnsubscribed`, `linkedinDone`, `linkedinDone`, `linkedinInterested`, `linkedinInviteAccepted`, `linkedinInviteDone`, `linkedinInviteFailed`, `linkedinNotInterested`, `linkedinOpened`, `linkedinReplied`, `linkedinSendFailed`, `linkedinSent`, `linkedinVisitFailed`, `linkedinVoiceNoteDone`, `linkedinVoiceNoteFailed`, `manualDone`, `manualInterested`, `manualNotInterested`, `meetingBooked`, `paused`, `resumed`, `sendToAnotherCampaign`, `skipped`, `snoozed`, `contacted`, `hooked`, `attracted`, `warmed`, `interested`, `notInterested`.
campaignId | (Optional) Retrieve activities of this `campaignId`.
isFirst | (Optional) Only retrieve the first time this activity happened.
offset | (Optional) Offset from the start. For pagination.
limit | (Optional) Number of campaigns to retrieve. 100 per default ( and 100 max ).
limit | (Optional) Number of campaigns to retrieve. 100 per default ( and 100 max ).

0 comments on commit 763f7f8

Please sign in to comment.