Explore Plans
Mobile menu Close menu
Zoom Phone

New call in call log

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

Developer info

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 The ID of the caller

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

Call date The start time of the call.

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

Caller name The name of the user who made the call.

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

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

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

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

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

Callee name The name of the person who received the call.

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

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

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

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

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

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

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

Call duration The duration of the call in seconds.

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

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

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

Call recorded Was the call recorded?

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

Call voicemail Does the call have a voicemail?

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