New services
Explore Plans
Mobile menu Close menu
Zoom PhoneZoom Phone

New call in call log

This trigger fires when a new call is added to a user's call log.

About this trigger

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This trigger fires when a new call is added to a user's call log.
API endpoint slug
zoom_phone.new_call_in_call_log

Trigger fields

Call status Dropdown list

Label
Trigger for all calls or only missed calls?
Helper text
Status of the call
Slug
call_status
Required
true
Can have default value
true

Ingredients

Call IDThe ID of the caller

Slug
call_id
Filter code
ZoomPhone.newCallInCallLog.CallId
Type
String
Example
sjbkfdsbfsdf

Call dateThe start time of the call.

Slug
call_date
Filter code
ZoomPhone.newCallInCallLog.CallDate
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06.000+05:00

Caller nameThe name of the user who made the call.

Slug
caller_name
Filter code
ZoomPhone.newCallInCallLog.CallerName
Type
String
Example
Biff McIfttt

Caller numberThe phone number of the user who made the call.

Slug
caller_number
Filter code
ZoomPhone.newCallInCallLog.CallerNumber
Type
String
Example
12345678

Caller number typeThe source of the caller's phone number -- Internal or External.

Slug
caller_number_type
Filter code
ZoomPhone.newCallInCallLog.CallerNumberType
Type
String
Example
internal

Callee nameThe name of the person who received the call.

Slug
callee_name
Filter code
ZoomPhone.newCallInCallLog.CalleeName
Type
String
Example
Biff McIftt

Callee numberThe phone number of the person who received the call.

Slug
callee_number
Filter code
ZoomPhone.newCallInCallLog.CalleeNumber
Type
String
Example
12345678

Callee number typeThe source of the callee's phone number -- Internal or External.

Slug
callee_number_type
Filter code
ZoomPhone.newCallInCallLog.CalleeNumberType
Type
String
Example
internal

Call directionThe direction of the call -- inbound or outbound.

Slug
call_direction
Filter code
ZoomPhone.newCallInCallLog.CallDirection
Type
String
Example
outbound

Call durationThe duration of the call in seconds.

Slug
call_duration
Filter code
ZoomPhone.newCallInCallLog.CallDuration
Type
String
Example
100

Call resultThe result of the call -- connected, recorded, or no answer.

Slug
call_result
Filter code
ZoomPhone.newCallInCallLog.CallResult
Type
String
Example
no_answer

Call recordedWas the call recorded?

Slug
call_recorded
Filter code
ZoomPhone.newCallInCallLog.CallRecorded
Type
String
Example
false

Call voicemailDoes the call have a voicemail?

Slug
call_voicemail
Filter code
ZoomPhone.newCallInCallLog.CallVoicemail
Type
String
Example
true