MXToolbox
mx_toolboxMxToolbox provides a suite of network diagnostic and monitoring tools, including DNS lookups, blacklist checks, and email health analysis.
Acciones disponibles (13)
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.
Lookup BIMI RecordMX_TOOLBOX_LOOKUP_BIMI_RECORDAcciónTool to retrieve bimi (brand indicators for message identification) record for a domain. use when checking domain brand identity via bimi lookup.
MX_TOOLBOX_LOOKUP_BIMI_RECORDAcciónTool to retrieve bimi (brand indicators for message identification) record for a domain. use when checking domain brand identity via bimi lookup.
Parámetros de entrada
domainstringObligatorioThe domain to perform BIMI lookup on, for example 'example.com'
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
Lookup BlacklistMX_TOOLBOX_LOOKUP_BLACKLISTAcciónTool to perform a blacklist check on a domain or ip. use when you need to verify whether a domain or ip is listed in common blacklists.
MX_TOOLBOX_LOOKUP_BLACKLISTAcciónTool to perform a blacklist check on a domain or ip. use when you need to verify whether a domain or ip is listed in common blacklists.
Parámetros de entrada
domain_or_ipstringObligatorioThe domain name or IP address to lookup in blacklists
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
Lookup DKIM RecordMX_TOOLBOX_LOOKUP_DKIMAcciónTool to retrieve dkim records for a domain. use when verifying dkim configuration before sending email.
MX_TOOLBOX_LOOKUP_DKIMAcciónTool to retrieve dkim records for a domain. use when verifying dkim configuration before sending email.
Parámetros de entrada
domainstringObligatorioDomain name to lookup DKIM records for (e.g., example.com, selector._domainkey.domain, or domain:selector)
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
Lookup DMARC RecordMX_TOOLBOX_LOOKUP_DMARCAcciónTool to retrieve dmarc records for a domain. use after confirming the domain is correctly formatted.
MX_TOOLBOX_LOOKUP_DMARCAcciónTool to retrieve dmarc records for a domain. use after confirming the domain is correctly formatted.
Parámetros de entrada
domainstringObligatorioThe domain to lookup DMARC record for.
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
Lookup DNS RecordsMX_TOOLBOX_LOOKUP_DNSAcciónTool to retrieve dns records for a given domain. use when you need dns lookup details.
MX_TOOLBOX_LOOKUP_DNSAcciónTool to retrieve dns records for a given domain. use when you need dns lookup details.
Parámetros de entrada
domainstringObligatorioDomain to perform DNS lookup on, for example 'google.com'
Parámetros de salida
dataobject[]ObligatorioList of DNS records returned for the domain
errorstringError if any occurred during the execution of the action
successbooleanObligatorioIndicates if lookup was successful
messagesstring[]ObligatorioDiagnostic or return messages from the API
successfulbooleanObligatorioWhether or not the action execution was successful or not
informationstring[]ObligatorioAdditional DNS query information from the API
HTTP LookupMX_TOOLBOX_LOOKUP_HTTPAcciónTool to perform an http test on a domain. use when you need to assess http connectivity and status for a given domain.
MX_TOOLBOX_LOOKUP_HTTPAcciónTool to perform an http test on a domain. use when you need to assess http connectivity and status for a given domain.
Parámetros de entrada
domainstringObligatorioThe domain to perform HTTP diagnostics on (e.g., 'example.com'). Do not include protocol or paths.
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
Lookup MTA-STS RecordMX_TOOLBOX_LOOKUP_MTA_STS_RECORDAcciónTool to lookup mta-sts record for a domain. use when validating mail transport security policy.
MX_TOOLBOX_LOOKUP_MTA_STS_RECORDAcciónTool to lookup mta-sts record for a domain. use when validating mail transport security policy.
Parámetros de entrada
domainstringObligatorioThe domain to perform MTA-STS lookup on.
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
Lookup MX RecordsMX_TOOLBOX_LOOKUP_MXAcciónTool to retrieve mx records for a given domain. use when you need to discover mail exchange servers after obtaining a domain.
MX_TOOLBOX_LOOKUP_MXAcciónTool to retrieve mx records for a given domain. use when you need to discover mail exchange servers after obtaining a domain.
Parámetros de entrada
domainstringObligatorioDomain name to lookup MX records for (e.g., example.com)
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
Ping LookupMX_TOOLBOX_LOOKUP_PINGAcciónTool to perform a ping test on a specified domain or ip address. use when you need hop-by-hop network latency diagnostics.
MX_TOOLBOX_LOOKUP_PINGAcciónTool to perform a ping test on a specified domain or ip address. use when you need hop-by-hop network latency diagnostics.
Parámetros de entrada
domain_or_ipanyObligatorioThe domain name or IP address to ping (e.g., 'google.com' or '8.8.8.8').
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
SMTP LookupMX_TOOLBOX_LOOKUP_SMTPAcciónTool to perform an smtp test on the specified domain. use when verifying smtp connectivity for a domain.
MX_TOOLBOX_LOOKUP_SMTPAcciónTool to perform an smtp test on the specified domain. use when verifying smtp connectivity for a domain.
Parámetros de entrada
domainanyObligatoriohostnameDomain to perform SMTP test on (must be a valid hostname, e.g. 'google.com')
Parámetros de salida
Dataobject[]ObligatorioSMTP lookup results
errorstringError if any occurred during the execution of the action
MessagestringObligatorioStatus message returned by the API
successfulbooleanObligatorioWhether or not the action execution was successful or not
InformationstringAdditional information returned by the API
Requirementsstring[]List of requirements if any
Lookup SPF RecordMX_TOOLBOX_LOOKUP_SPFAcciónTool to retrieve spf records for a specified domain. use when confirming email sender authorization policies.
MX_TOOLBOX_LOOKUP_SPFAcciónTool to retrieve spf records for a specified domain. use when confirming email sender authorization policies.
Parámetros de entrada
domainstringObligatorioThe domain to perform the SPF lookup on.
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
Monitor StatusMX_TOOLBOX_MONITOR_STATUSAcciónTool to retrieve all monitor statuses. use when you need to get current health details of all account monitors.
MX_TOOLBOX_MONITOR_STATUSAcciónTool to retrieve all monitor statuses. use when you need to get current health details of all account monitors.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
Dataobject[]ObligatorioList of monitor status items
errorstringError if any occurred during the execution of the action
SuccessbooleanObligatorioIndicates if retrieval was successful
successfulbooleanObligatorioWhether or not the action execution was successful or not
ErrorMessagestringError message if the retrieval failed
Check UsageMX_TOOLBOX_USAGE_CHECKAcciónTool to retrieve api usage statistics. use when you need to monitor remaining api calls and quota reset timing.
MX_TOOLBOX_USAGE_CHECKAcciónTool to retrieve api usage statistics. use when you need to monitor remaining api calls and quota reset timing.
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