NAiOS IconNAiOS Logo
Volver al catálogo

Dialmycalls

dialmycalls

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

Acciones
26
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

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.

Parámetros de entrada

  • namestringObligatorio

    The name of the access (sub) account to create.

  • emailanyObligatorioemail

    Email address for the new access (sub) account.

  • passwordstringObligatorio

    Password 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Add ContactDIALMYCALLS_ADD_CONTACTAcción

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.

Parámetros de entrada

  • emailstringemail

    The email address of the contact.

  • phonestringObligatorio

    The phone number of the contact.

  • group_idstring

    The unique identifier of the group to which the contact should be added.

  • last_namestring

    The last name of the contact.

  • first_namestring

    The first name of the contact.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Add GroupDIALMYCALLS_ADD_GROUPAcción

Tool to add a new contact group. use after deciding the group name to organize recipients into groups.

Parámetros de entrada

  • namestringObligatorio

    Name of the group to create. Must be non-empty.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete Access AccountDIALMYCALLS_DELETE_ACCESS_ACCOUNTAcción

Tool to delete an access (sub) account by id. use when removing a sub account after deprovisioning.

Parámetros de entrada

  • idstringObligatorio

    The ID or UUID of the access (sub) account to delete.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete Caller IDDIALMYCALLS_DELETE_CALLER_IDAcción

Tool 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_idstringObligatorio

    The unique identifier of the caller ID to delete.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete ContactDIALMYCALLS_DELETE_CONTACTAcción

Tool to delete a contact by id. use when you need to permanently remove a contact from your list.

Parámetros de entrada

  • contact_idstringObligatorio

    The unique identifier of the contact to delete (path parameter)

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete GroupDIALMYCALLS_DELETE_GROUPAcción

Tool 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_idstringObligatorio

    The unique identifier (UUID) of the group to delete

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete RecordingDIALMYCALLS_DELETE_RECORDINGAcción

Tool 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_idstringObligatorio

    The ID of the recording to delete

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Access AccountDIALMYCALLS_GET_ACCESS_ACCOUNTAcción

Tool 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

  • idstringObligatorio

    The ID of the access (sub) account to retrieve.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get AccountDIALMYCALLS_GET_ACCOUNTAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Caller IDDIALMYCALLS_GET_CALLER_IDAcción

Tool 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_idstringObligatorio

    The unique identifier of the caller ID to retrieve.

Parámetros de salida

  • dataobjectObligatorio

    The details of the requested Caller ID.

  • errorstring

    Error if any occurred during the execution of the action

  • statusstringObligatorio

    Status of the API call (e.g., 'success').

  • messagestringObligatorio

    A human-readable message about the result.

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get ContactDIALMYCALLS_GET_CONTACTAcción

Tool 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_idstringObligatorio

    The unique identifier (UUID) of the contact to retrieve.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get GroupDIALMYCALLS_GET_GROUPAcción

Tool 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_idstringObligatorio

    The ID of the group to retrieve

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get RecordingDIALMYCALLS_GET_RECORDINGAcción

Tool to retrieve a recording by id. use when you need details and file url of an existing recording.

Parámetros de entrada

  • recording_idstringObligatorio

    The unique identifier of the recording to retrieve.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Access AccountsDIALMYCALLS_LIST_ACCESS_ACCOUNTSAcción

Tool to list all access (sub) accounts. use when you need to retrieve paginated sub-account information for administration or reporting.

Parámetros de entrada

  • pageinteger

    Page number for paginated results (default: 1).

  • per_pageinteger

    Number of results per page (default: 20).

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Caller IDsDIALMYCALLS_LIST_CALLER_I_DSAcción

Tool 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[]Obligatorio

    List of caller IDs associated with the account.

  • errorstring

    Error if any occurred during the execution of the action

  • messagestringObligatorio

    Message about the request success or failure.

  • successbooleanObligatorio

    Indicates if the request was successful.

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List CallsDIALMYCALLS_LIST_CALLSAcción

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.

Parámetros de entrada

  • sortstringenum

    Field to sort by.

    idcreated
  • typestringenum

    Type of voice broadcast to filter.

    normalsurveypollreminder
  • limitinteger

    Number of records to return (max 1000).

  • orderstringenum

    Sort order.

    ascdesc
  • offsetinteger

    Record offset for pagination.

  • statusstringenum

    Status of the broadcast to filter.

    draftsentscheduledstopped
  • keywordstring

    Search filter for the call name.

  • end_datestring

    Filter broadcasts created on or before this date (YYYY-MM-DD).

  • start_datestring

    Filter broadcasts created on or after this date (YYYY-MM-DD).

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List ContactsDIALMYCALLS_LIST_CONTACTSAcción

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).

Parámetros de entrada

  • limitinteger

    Maximum number of contacts to return.

  • offsetinteger

    Zero-based index to start returning contacts from.

  • searchstring

    Keyword to filter contacts by name, phone, or email.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Contacts in GroupDIALMYCALLS_LIST_CONTACTS_IN_GROUPAcción

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.

Parámetros de entrada

  • limitinteger

    Number of contacts to return (default 100, max 1000).

  • offsetinteger

    Number of contacts to skip for pagination (default 0).

  • group_idstringObligatorio

    The unique ID of the contact group to list contacts from.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Do Not ContactsDIALMYCALLS_LIST_DO_NOT_CONTACTSAcción

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.

Parámetros de entrada

  • typestringenum

    Filter entries by type: 'phone' or 'email'.

    phoneemail
  • limitinteger

    Number of records to return (default 10, max 1000).

  • offsetinteger

    Number of records to skip for pagination (default 0).

  • searchstring

    Search term to filter matching phone numbers or emails.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List GroupsDIALMYCALLS_LIST_GROUPSAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List RecordingsDIALMYCALLS_LIST_RECORDINGSAcción

Tool to list all recordings. use when you need to retrieve your account's recordings for auditing or bulk management.

Parámetros de entrada

  • pageinteger

    Page number of results to retrieve (first page is 1)

  • limitinteger

    Number of results per page (default is 10, max is 100)

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Text BroadcastsDIALMYCALLS_LIST_TEXTSAcción

Tool 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

  • endstring

    Filter texts created before this date (YYYY-MM-DD).

  • limitinteger

    Number of results to return per page (default 10 if not set, max 100).

  • startstring

    Filter texts created after this date (YYYY-MM-DD).

  • offsetinteger

    Number of items to skip before starting to collect the result set.

  • statusstring

    Filter texts by status (e.g., 'sent', 'queued', 'failed').

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Vanity NumbersDIALMYCALLS_LIST_VANITY_NUMBERSAcción

Tool to list all vanity numbers. use when you need to retrieve available vanity phone numbers with pagination support.

Parámetros de entrada

  • limitinteger

    Number of records to return per page (max 100).

  • offsetinteger

    Record offset for pagination.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update Access AccountDIALMYCALLS_UPDATE_ACCESS_ACCOUNTAcción

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.

Parámetros de entrada

  • namestring

    New display name for the access account.

  • emailanyemail

    New email address for the access account.

  • phonestring

    New phone number for the access account (E.164 format).

  • passwordstring

    New password for the access account; must follow strength policy.

  • is_activeintegerenum

    Activation flag: 1 to activate, 0 to deactivate.

    01
  • access_account_idstringObligatorio

    The ID of the access account to update.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update Caller IDDIALMYCALLS_UPDATE_CALLER_IDAcción

Tool to update an existing caller id by id. use when you need to change its phone number or display name.

Parámetros de entrada

  • namestring

    New friendly name for the caller ID.

  • caller_idstringObligatorio

    The unique identifier of the caller ID to update.

  • phone_numberany

    New caller ID phone number in E.164 format (e.g., '+15551234567')

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not