SMS Alert
sms_alertSMS Alert is a versatile multi-channel communication platform enabling businesses to engage with customers through SMS, RCS, Telegram, and WhatsApp via a unified REST API.
Acciones disponibles (19)
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.
Get SMS Alert BalanceSMS_ALERT_GET_BALANCE_CHECKAcciónTool to retrieve the current sms credit balance. use when you need an up-to-date credit status before sending messages.
SMS_ALERT_GET_BALANCE_CHECKAcciónTool to retrieve the current sms credit balance. use when you need an up-to-date credit status 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
Get Group DetailSMS_ALERT_GET_GROUP_DETAILAcciónTool to retrieve details of a specific sms alert group. use after confirming the group id.
SMS_ALERT_GET_GROUP_DETAILAcciónTool to retrieve details of a specific sms alert group. use after confirming the group id.
Parámetros de entrada
group_idintegerObligatorioID of the group to fetch details
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 Group ListSMS_ALERT_GET_GROUP_LISTAcciónTool to retrieve a list of sms alert groups. use when you need to fetch all groups associated with your account. call after authenticating your api key.
SMS_ALERT_GET_GROUP_LISTAcciónTool to retrieve a list of sms alert groups. use when you need to fetch all groups associated with your account. call after authenticating your api key.
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 Sender ID ListSMS_ALERT_GET_SENDER_ID_LISTAcciónTool to fetch the list of available sender ids. use when you need to retrieve all sender ids associated with your account. use after configuring your api key.
SMS_ALERT_GET_SENDER_ID_LISTAcciónTool to fetch the list of available sender ids. use when you need to retrieve all sender ids associated with your account. use after configuring your api key.
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 SMS Template ListSMS_ALERT_GET_TEMPLATE_LISTAcciónTool to retrieve list of sms templates from your smsalert account. use when you need to display or manage your smsalert templates.
SMS_ALERT_GET_TEMPLATE_LISTAcciónTool to retrieve list of sms templates from your smsalert account. use when you need to display or manage your smsalert templates.
Parámetros de entrada
template_typestringFilter templates by type, e.g., 'transactional' or 'promotional'.
Parámetros de salida
dataobject[]ObligatorioList of SMS template objects.
errorstringError if any occurred during the execution of the action
statusstringObligatorioAPI call status, 'success' or 'error'.
messagestringAdditional information or error message from the API.
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create New ContactSMS_ALERT_POST_CREATE_CONTACTAcciónCreate new contact
SMS_ALERT_POST_CREATE_CONTACTAcciónCreate new contact
Parámetros de entrada
namestringObligatorioFull name of the contact
groupstringObligatorioName of the group to which the contact(s) will be added
mobilestringObligatorioMobile number(s) as a 10-digit string, comma-separated for multiple contacts
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
Create New GroupSMS_ALERT_POST_CREATE_GROUPAcciónTool to create a new contact group. use when needing to organize contacts into a new group.
SMS_ALERT_POST_CREATE_GROUPAcciónTool to create a new contact group. use when needing to organize contacts into a new group.
Parámetros de entrada
namestringObligatorioName of the group to create. Only letters, numbers, hyphens, and underscores are allowed. Spaces are not permitted.
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
Create Short URLSMS_ALERT_POST_CREATE_SHORT_URLAcciónTool to create a short url for a given long url. use when you need to shorten a url before sharing.
SMS_ALERT_POST_CREATE_SHORT_URLAcciónTool to create a short url for a given long url. use when you need to shorten a url before sharing.
Parámetros de entrada
urlstringObligatorioThe original long URL to shorten
aliasstringCustom alias for the short URL; omit or set to null for system-generated alias
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
Create SMS TemplateSMS_ALERT_POST_CREATE_TEMPLATEAcciónTool to create a new sms template. use when you need to define reusable message content.
SMS_ALERT_POST_CREATE_TEMPLATEAcciónTool to create a new sms template. use when you need to define reusable message content.
Parámetros de entrada
namestringObligatorioName of the SMS template
textstringObligatorioText content of the SMS template
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 ContactSMS_ALERT_POST_DELETE_CONTACTAcciónTool to delete a specified contact. use after confirming the contact's id.
SMS_ALERT_POST_DELETE_CONTACTAcciónTool to delete a specified contact. use after confirming the contact's id.
Parámetros de entrada
idstringObligatorioThe Contact Number ID of the contact 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 GroupSMS_ALERT_POST_DELETE_GROUPAcciónTool to delete a specified group. use after confirming the group's id.
SMS_ALERT_POST_DELETE_GROUPAcciónTool to delete a specified group. use after confirming the group's id.
Parámetros de entrada
idintegerObligatorioThe unique identifier of the SMS Alert 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 Short URLSMS_ALERT_POST_DELETE_SHORT_URLAcciónTool to delete an existing short url. use after confirming the short url's id.
SMS_ALERT_POST_DELETE_SHORT_URLAcciónTool to delete an existing short url. use after confirming the short url's id.
Parámetros de entrada
idstringObligatorioThe unique identifier of the short URL 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 SMS TemplateSMS_ALERT_POST_DELETE_TEMPLATEAcciónTool to delete an existing sms template. use when you have the template id to remove it.
SMS_ALERT_POST_DELETE_TEMPLATEAcciónTool to delete an existing sms template. use when you have the template id to remove it.
Parámetros de entrada
template_idstringObligatorioThe unique identifier of the SMS template 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
Edit ContactSMS_ALERT_POST_EDIT_CONTACTAcciónTool to edit an existing contact’s details. use when you need to update a contact’s information after confirming the contact id.
SMS_ALERT_POST_EDIT_CONTACTAcciónTool to edit an existing contact’s details. use when you need to update a contact’s information after confirming the contact id.
Parámetros de entrada
namestringNew name for the contact
emailstringNew email address for the contact
group_idstringID of the group to assign the contact to
mobilenostringNew mobile number for the contact; must be unique
contact_idstringObligatorioUnique identifier of the contact 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
Edit GroupSMS_ALERT_POST_EDIT_GROUPAcciónTool to edit an existing groups name. use when you need to rename a group after confirming the group id.
SMS_ALERT_POST_EDIT_GROUPAcciónTool to edit an existing groups name. use when you need to rename a group after confirming the group id.
Parámetros de entrada
idstringObligatorioUnique identifier of the group to update
namestringObligatorioNew name for the group
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 User ProfileSMS_ALERT_POST_EDIT_PROFILEAcciónTool to update user account profile details. use when modifying authenticated user profile after login.
SMS_ALERT_POST_EDIT_PROFILEAcciónTool to update user account profile details. use when modifying authenticated user profile after login.
Parámetros de entrada
gststringGST number
citystringCity name
emailstringEmail address
statestringState name
addressstringPhysical address
companystringCompany name
countrystringCountry
pincodestringPostal PIN code
mobilenostringObligatorioRegistered mobile number
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
Edit SMS TemplateSMS_ALERT_POST_EDIT_TEMPLATEAcciónTool to edit an existing sms template. use when you need to update a template after confirming the template id.
SMS_ALERT_POST_EDIT_TEMPLATEAcciónTool to edit an existing sms template. use when you need to update a template after confirming the template id.
Parámetros de entrada
idstringObligatorioUnique identifier of the template to update
namestringObligatorioNew name for the template
textstringObligatorioNew SMS content for the template
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
Generate OTPSMS_ALERT_POST_GENERATE_OTPAcciónTool to generate a one-time password (otp). use when you need to send an otp to a mobile number using a predefined template.
SMS_ALERT_POST_GENERATE_OTPAcciónTool to generate a one-time password (otp). use when you need to send an otp to a mobile number using a predefined template.
Parámetros de entrada
senderstringSender ID approved by SMS Alert, up to 6 characters
mobilenostringObligatorioMobile number(s) to send OTP, comma-separated, with or without country code
templatestringObligatorioTemplate for OTP containing the [otp] tag, e.g., '[otp]'
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 Sent SMS ReportSMS_ALERT_POST_SENT_SMS_REPORTAcciónTool to retrieve sms campaign sent report details. use after campaigns are sent to analyze delivery results.
SMS_ALERT_POST_SENT_SMS_REPORTAcciónTool to retrieve sms campaign sent report details. use after campaigns are sent to analyze delivery results.
Parámetros de entrada
pageintegerPage number for results (≥ 1)
limitintegerRecords per page (≥ 1)
mobilestringComma-separated mobile numbers to filter the report
campaignuniqueidstringFilter by specific campaign unique ID
Parámetros de salida
dataobject[]ObligatorioList of sent SMS log entries
pageintegerObligatorioCurrent page number returned
errorstringError if any occurred during the execution of the action
limitintegerObligatorioLimit of records per page
statusstringObligatorioenumAPI response status, success or failure
successfailuremessagestringObligatorioResponse message from API
successfulbooleanObligatorioWhether or not the action execution was successful or not
total_recordsintegerObligatorioTotal records matching the query