Tasks
Edit Contact List
The Edit Contact List task edits the details of a contact list on the stub.
Basic usage
Parameters
required string
list_name This is name of the list that will be edited.
optional string
title This is the title of the list as it will appear on the stub
optional string
description Describe what the list is for and who is supposed to be in it.
optional array
contact_type_filter Restrict the contact types of the contacts that can be in this list.
Options: individual
group
system
optional integer
max_members Limit how many contacts can be in a list.
optional boolean
hidden Hides the contact list on the stub.
optional boolean
hide_if_empty Hides the contact list on the stub if the contact list doesn't contain any contacts
optional boolean
allowed_stub_actions.add_contact Makes the add_contact
action available for the contact list.
optional boolean
allowed_stub_actions.remove_contact Makes the remove_contact
action available for the contact list.
optional boolean
allowed_stub_actions.remove_contact Makes the remove_contact
action available for the contact list.
optional boolean
allowed_stub_actions.assign_to Makes the assign_to
action available for the contact list.
optional boolean
allowed_stub_actions.set_overseen_by Makes the set_overseen_by
action available for the contact list.
optional boolean
allowed_stub_actions.set_in_the_pool_of Makes the set_in_the_pool_of
action available for the contact list.
Result
Properties
string
list_name The list_name of the edited contact list.