Dialmycalls

Learn how to use Dialmycalls with Composio

Overview

Enum

DIALMYCALLS

Description

DialMyCalls provides a mass notification system enabling users to send voice and text messages to contacts.

Authentication Details

api_key
stringRequired

Actions

Tool to add a new access (sub) account. use when you need to delegate dialing capabilities to another user after setting up your master account.

Action Parameters

email
Required
name
stringRequired
password
stringRequired
permissions
array

Action Response

data
object
error
string
successful
boolean
Tool to add a contact to your contact list. use when you need to store a new contact's phone (and optional name, email, or group) before sending messages.

Action Parameters

email
string
first_name
string
group_id
string
last_name
string
phone
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to add a new contact group. use after deciding the group name to organize recipients into groups.

Action Parameters

name
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to delete an access (sub) account by id. use when removing a sub account after deprovisioning.

Action Parameters

id
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to delete a caller id. use when you need to permanently remove an existing caller id no longer in use.

Action Parameters

caller_id
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to delete a contact by id. use when you need to permanently remove a contact from your list.

Action Parameters

contact_id
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to delete a contact group by id. use when you need to remove an existing contact group after confirming its id.

Action Parameters

group_id
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to delete a recording by id. use when you need to permanently remove a custom recording after confirming its recording id.

Action Parameters

recording_id
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve an access (sub) account by id. use when you need to inspect the details of a specific sub-account.

Action Parameters

id
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve your main account details. use when you need to confirm account id, remaining credits, and status.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a caller id by id. use when you need its details such as phone number and verification status.

Action Parameters

caller_id
stringRequired

Action Response

data
object
error
string
message
string
status
string
successful
boolean
Tool to retrieve a contact by its unique id. use when you need to fetch details of a specific contact from your account.

Action Parameters

contact_id
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a contact group by id. use when you need to fetch group details after creating or updating a group.

Action Parameters

group_id
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a recording by id. use when you need details and file url of an existing recording.

Action Parameters

recording_id
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to list all access (sub) accounts. use when you need to retrieve paginated sub-account information for administration or reporting.

Action Parameters

page
integerDefaults to 1
per_page
integerDefaults to 20

Action Response

data
object
error
string
successful
boolean
Tool to list all caller ids on the account. use when you need to enumerate existing caller ids before performing other operations.

Action Parameters

Action Response

data
array
error
string
message
string
success
boolean
successful
boolean
Tool to list all call broadcasts on the account. use when you need to retrieve or manage call records with optional filters like name, type, status, dates, pagination, and sorting.

Action Parameters

end_date
string
keyword
string
limit
integerDefaults to 100
offset
integer
order
stringDefaults to desc
sort
stringDefaults to id
start_date
string
status
string
type
string

Action Response

data
object
error
string
successful
boolean
Tool to list all contacts in your contact list. use when fetching paginated or filtered contact data for review (e.g., after adding or updating contacts).

Action Parameters

limit
integer
offset
integer
search
string

Action Response

data
object
error
string
successful
boolean
Tool to list contacts by contact group id. use when you need to retrieve all contacts belonging to a specific group for management or reporting.

Action Parameters

group_id
stringRequired
limit
integerDefaults to 100
offset
integer

Action Response

data
object
error
string
successful
boolean
Tool to list all do not contact entries. use when you need to review or manage blocked phone numbers or emails in your account. supports pagination and filtering by type and search.

Action Parameters

limit
integerDefaults to 10
offset
integer
search
string
type
string

Action Response

data
object
error
string
successful
boolean
Tool to list all contact groups. use when you need an overview of existing groups before sending messages.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to list all recordings. use when you need to retrieve your account's recordings for auditing or bulk management.

Action Parameters

limit
integer
page
integer

Action Response

data
object
error
string
successful
boolean
Tool to list all outgoing text broadcasts. use when you need to review past text broadcasts with filters for date, status, and pagination.

Action Parameters

end
string
limit
integer
offset
integer
start
string
status
string

Action Response

data
object
error
string
successful
boolean
Tool to list all vanity numbers. use when you need to retrieve available vanity phone numbers with pagination support.

Action Parameters

limit
integer
offset
integer

Action Response

data
object
error
string
successful
boolean
Tool to update an existing access (sub) account by id. use when you need to change details like email, phone, name, password, or activation status after account creation.

Action Parameters

access_account_id
stringRequired
email
is_active
integer
name
string
password
string
phone
string

Action Response

data
object
error
string
successful
boolean
Tool to update an existing caller id by id. use when you need to change its phone number or display name.

Action Parameters

caller_id
stringRequired
name
string
phone_number

Action Response

data
object
error
string
successful
boolean