Dialmycalls
dialmycallsDialMyCalls provides a mass notification system enabling users to send voice and text messages to contacts.
Acciones disponibles (26)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Add Access AccountDIALMYCALLS_ADD_ACCESS_ACCOUNTAcciónTool to add a new access (sub) account. use when you need to delegate dialing capabilities to another user after setting up your master account.
DIALMYCALLS_ADD_ACCESS_ACCOUNTAcciónTool to add a new access (sub) account. use when you need to delegate dialing capabilities to another user after setting up your master account.
Parámetros de entrada
namestringObligatorioThe name of the access (sub) account to create.
emailanyObligatorioemailEmail address for the new access (sub) account.
passwordstringObligatorioPassword for the new access (sub) account; follow strong password policy.
permissionsstring[]Optional list of permissions to assign. Eg: ['CALL_CREATE','VIEW_REPORTS']. If omitted, default permissions apply.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Add ContactDIALMYCALLS_ADD_CONTACTAcciónTool 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.
DIALMYCALLS_ADD_CONTACTAcciónTool 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.
Parámetros de entrada
emailstringemailThe email address of the contact.
phonestringObligatorioThe phone number of the contact.
group_idstringThe unique identifier of the group to which the contact should be added.
last_namestringThe last name of the contact.
first_namestringThe first name of the contact.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Add GroupDIALMYCALLS_ADD_GROUPAcciónTool to add a new contact group. use after deciding the group name to organize recipients into groups.
DIALMYCALLS_ADD_GROUPAcciónTool to add a new contact group. use after deciding the group name to organize recipients into groups.
Parámetros de entrada
namestringObligatorioName of the group to create. Must be non-empty.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Access AccountDIALMYCALLS_DELETE_ACCESS_ACCOUNTAcciónTool to delete an access (sub) account by id. use when removing a sub account after deprovisioning.
DIALMYCALLS_DELETE_ACCESS_ACCOUNTAcciónTool to delete an access (sub) account by id. use when removing a sub account after deprovisioning.
Parámetros de entrada
idstringObligatorioThe ID or UUID of the access (sub) account to delete.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Caller IDDIALMYCALLS_DELETE_CALLER_IDAcciónTool to delete a caller id. use when you need to permanently remove an existing caller id no longer in use.
DIALMYCALLS_DELETE_CALLER_IDAcciónTool to delete a caller id. use when you need to permanently remove an existing caller id no longer in use.
Parámetros de entrada
caller_idstringObligatorioThe unique identifier of the caller ID to delete.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete ContactDIALMYCALLS_DELETE_CONTACTAcciónTool to delete a contact by id. use when you need to permanently remove a contact from your list.
DIALMYCALLS_DELETE_CONTACTAcciónTool to delete a contact by id. use when you need to permanently remove a contact from your list.
Parámetros de entrada
contact_idstringObligatorioThe unique identifier of the contact to delete (path parameter)
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete GroupDIALMYCALLS_DELETE_GROUPAcciónTool to delete a contact group by id. use when you need to remove an existing contact group after confirming its id.
DIALMYCALLS_DELETE_GROUPAcciónTool to delete a contact group by id. use when you need to remove an existing contact group after confirming its id.
Parámetros de entrada
group_idstringObligatorioThe unique identifier (UUID) of the group to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete RecordingDIALMYCALLS_DELETE_RECORDINGAcciónTool to delete a recording by id. use when you need to permanently remove a custom recording after confirming its recording id.
DIALMYCALLS_DELETE_RECORDINGAcciónTool to delete a recording by id. use when you need to permanently remove a custom recording after confirming its recording id.
Parámetros de entrada
recording_idstringObligatorioThe ID of the recording to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Access AccountDIALMYCALLS_GET_ACCESS_ACCOUNTAcciónTool to retrieve an access (sub) account by id. use when you need to inspect the details of a specific sub-account.
DIALMYCALLS_GET_ACCESS_ACCOUNTAcciónTool to retrieve an access (sub) account by id. use when you need to inspect the details of a specific sub-account.
Parámetros de entrada
idstringObligatorioThe ID of the access (sub) account to retrieve.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get AccountDIALMYCALLS_GET_ACCOUNTAcciónTool to retrieve your main account details. use when you need to confirm account id, remaining credits, and status.
DIALMYCALLS_GET_ACCOUNTAcciónTool to retrieve your main account details. use when you need to confirm account id, remaining credits, and status.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Caller IDDIALMYCALLS_GET_CALLER_IDAcciónTool to retrieve a caller id by id. use when you need its details such as phone number and verification status.
DIALMYCALLS_GET_CALLER_IDAcciónTool to retrieve a caller id by id. use when you need its details such as phone number and verification status.
Parámetros de entrada
caller_idstringObligatorioThe unique identifier of the caller ID to retrieve.
Parámetros de salida
dataobjectObligatorioThe details of the requested Caller ID.
errorstringError if any occurred during the execution of the action
statusstringObligatorioStatus of the API call (e.g., 'success').
messagestringObligatorioA human-readable message about the result.
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get ContactDIALMYCALLS_GET_CONTACTAcciónTool to retrieve a contact by its unique id. use when you need to fetch details of a specific contact from your account.
DIALMYCALLS_GET_CONTACTAcciónTool to retrieve a contact by its unique id. use when you need to fetch details of a specific contact from your account.
Parámetros de entrada
contact_idstringObligatorioThe unique identifier (UUID) of the contact to retrieve.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get GroupDIALMYCALLS_GET_GROUPAcciónTool to retrieve a contact group by id. use when you need to fetch group details after creating or updating a group.
DIALMYCALLS_GET_GROUPAcciónTool to retrieve a contact group by id. use when you need to fetch group details after creating or updating a group.
Parámetros de entrada
group_idstringObligatorioThe ID of the group to retrieve
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get RecordingDIALMYCALLS_GET_RECORDINGAcciónTool to retrieve a recording by id. use when you need details and file url of an existing recording.
DIALMYCALLS_GET_RECORDINGAcciónTool to retrieve a recording by id. use when you need details and file url of an existing recording.
Parámetros de entrada
recording_idstringObligatorioThe unique identifier of the recording to retrieve.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Access AccountsDIALMYCALLS_LIST_ACCESS_ACCOUNTSAcciónTool to list all access (sub) accounts. use when you need to retrieve paginated sub-account information for administration or reporting.
DIALMYCALLS_LIST_ACCESS_ACCOUNTSAcciónTool to list all access (sub) accounts. use when you need to retrieve paginated sub-account information for administration or reporting.
Parámetros de entrada
pageintegerPage number for paginated results (default: 1).
per_pageintegerNumber of results per page (default: 20).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Caller IDsDIALMYCALLS_LIST_CALLER_I_DSAcciónTool to list all caller ids on the account. use when you need to enumerate existing caller ids before performing other operations.
DIALMYCALLS_LIST_CALLER_I_DSAcciónTool to list all caller ids on the account. use when you need to enumerate existing caller ids before performing other operations.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobject[]ObligatorioList of caller IDs associated with the account.
errorstringError if any occurred during the execution of the action
messagestringObligatorioMessage about the request success or failure.
successbooleanObligatorioIndicates if the request was successful.
successfulbooleanObligatorioWhether or not the action execution was successful or not
List CallsDIALMYCALLS_LIST_CALLSAcciónTool 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.
DIALMYCALLS_LIST_CALLSAcciónTool 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.
Parámetros de entrada
sortstringenumField to sort by.
idcreatedtypestringenumType of voice broadcast to filter.
normalsurveypollreminderlimitintegerNumber of records to return (max 1000).
orderstringenumSort order.
ascdescoffsetintegerRecord offset for pagination.
statusstringenumStatus of the broadcast to filter.
draftsentscheduledstoppedkeywordstringSearch filter for the call name.
end_datestringFilter broadcasts created on or before this date (YYYY-MM-DD).
start_datestringFilter broadcasts created on or after this date (YYYY-MM-DD).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List ContactsDIALMYCALLS_LIST_CONTACTSAcciónTool 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).
DIALMYCALLS_LIST_CONTACTSAcciónTool 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).
Parámetros de entrada
limitintegerMaximum number of contacts to return.
offsetintegerZero-based index to start returning contacts from.
searchstringKeyword to filter contacts by name, phone, or email.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Contacts in GroupDIALMYCALLS_LIST_CONTACTS_IN_GROUPAcciónTool to list contacts by contact group id. use when you need to retrieve all contacts belonging to a specific group for management or reporting.
DIALMYCALLS_LIST_CONTACTS_IN_GROUPAcciónTool to list contacts by contact group id. use when you need to retrieve all contacts belonging to a specific group for management or reporting.
Parámetros de entrada
limitintegerNumber of contacts to return (default 100, max 1000).
offsetintegerNumber of contacts to skip for pagination (default 0).
group_idstringObligatorioThe unique ID of the contact group to list contacts from.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Do Not ContactsDIALMYCALLS_LIST_DO_NOT_CONTACTSAcciónTool 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.
DIALMYCALLS_LIST_DO_NOT_CONTACTSAcciónTool 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.
Parámetros de entrada
typestringenumFilter entries by type: 'phone' or 'email'.
phoneemaillimitintegerNumber of records to return (default 10, max 1000).
offsetintegerNumber of records to skip for pagination (default 0).
searchstringSearch term to filter matching phone numbers or emails.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List GroupsDIALMYCALLS_LIST_GROUPSAcciónTool to list all contact groups. use when you need an overview of existing groups before sending messages.
DIALMYCALLS_LIST_GROUPSAcciónTool to list all contact groups. use when you need an overview of existing groups before sending messages.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List RecordingsDIALMYCALLS_LIST_RECORDINGSAcciónTool to list all recordings. use when you need to retrieve your account's recordings for auditing or bulk management.
DIALMYCALLS_LIST_RECORDINGSAcciónTool to list all recordings. use when you need to retrieve your account's recordings for auditing or bulk management.
Parámetros de entrada
pageintegerPage number of results to retrieve (first page is 1)
limitintegerNumber of results per page (default is 10, max is 100)
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Text BroadcastsDIALMYCALLS_LIST_TEXTSAcciónTool to list all outgoing text broadcasts. use when you need to review past text broadcasts with filters for date, status, and pagination.
DIALMYCALLS_LIST_TEXTSAcciónTool to list all outgoing text broadcasts. use when you need to review past text broadcasts with filters for date, status, and pagination.
Parámetros de entrada
endstringFilter texts created before this date (YYYY-MM-DD).
limitintegerNumber of results to return per page (default 10 if not set, max 100).
startstringFilter texts created after this date (YYYY-MM-DD).
offsetintegerNumber of items to skip before starting to collect the result set.
statusstringFilter texts by status (e.g., 'sent', 'queued', 'failed').
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Vanity NumbersDIALMYCALLS_LIST_VANITY_NUMBERSAcciónTool to list all vanity numbers. use when you need to retrieve available vanity phone numbers with pagination support.
DIALMYCALLS_LIST_VANITY_NUMBERSAcciónTool to list all vanity numbers. use when you need to retrieve available vanity phone numbers with pagination support.
Parámetros de entrada
limitintegerNumber of records to return per page (max 100).
offsetintegerRecord offset for pagination.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Access AccountDIALMYCALLS_UPDATE_ACCESS_ACCOUNTAcciónTool 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.
DIALMYCALLS_UPDATE_ACCESS_ACCOUNTAcciónTool 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.
Parámetros de entrada
namestringNew display name for the access account.
emailanyemailNew email address for the access account.
phonestringNew phone number for the access account (E.164 format).
passwordstringNew password for the access account; must follow strength policy.
is_activeintegerenumActivation flag: 1 to activate, 0 to deactivate.
01access_account_idstringObligatorioThe ID of the access account to update.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Caller IDDIALMYCALLS_UPDATE_CALLER_IDAcciónTool to update an existing caller id by id. use when you need to change its phone number or display name.
DIALMYCALLS_UPDATE_CALLER_IDAcciónTool to update an existing caller id by id. use when you need to change its phone number or display name.
Parámetros de entrada
namestringNew friendly name for the caller ID.
caller_idstringObligatorioThe unique identifier of the caller ID to update.
phone_numberanyNew caller ID phone number in E.164 format (e.g., '+15551234567')
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not