Benchmark Email
benchmark_emailBenchmark Email is a comprehensive email marketing platform offering tools for creating, sending, and analyzing email campaigns.
Acciones disponibles (36)
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.
Delete Contact From ListBENCHMARK_EMAIL_DELETE_CONTACT_FROM_LISTAcciónTool to delete a contact from a specific list by contactid. use when you have list and contact ids. example: "delete contact 2040826674 from list 15257899"
BENCHMARK_EMAIL_DELETE_CONTACT_FROM_LISTAcciónTool to delete a contact from a specific list by contactid. use when you have list and contact ids. example: "delete contact 2040826674 from list 15257899"
Parámetros de entrada
filterstringOptional filter value
searchstringOptional search filter (e.g., email address)
list_idstringObligatorioList ID
contact_idstringObligatorioContact ID to remove
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 Contact ListBENCHMARK_EMAIL_DELETE_CONTACT_LISTAcciónTool to delete a contact list. use after confirming that the list is no longer in use.
BENCHMARK_EMAIL_DELETE_CONTACT_LISTAcciónTool to delete a contact list. use after confirming that the list is no longer in use.
Parámetros de entrada
list_idstringObligatorioID of the contact list 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 Email CampaignBENCHMARK_EMAIL_DELETE_EMAILAcciónTool to delete an email campaign. use when removing a campaign by its id. use after confirming the campaign id is correct.
BENCHMARK_EMAIL_DELETE_EMAILAcciónTool to delete an email campaign. use when removing a campaign by its id. use after confirming the campaign id is correct.
Parámetros de entrada
idstringObligatorioThe unique identifier of the email campaign 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 Linked Agency AccountBENCHMARK_EMAIL_DELETE_LINK_ACCOUNTAcciónTool to delete a linked agency account. use when revoking a linked agency account by its id. use after confirming the account id is correct.
BENCHMARK_EMAIL_DELETE_LINK_ACCOUNTAcciónTool to delete a linked agency account. use when revoking a linked agency account by its id. use after confirming the account id is correct.
Parámetros de entrada
IDintegerObligatorioID of the linked agency 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 WebhookBENCHMARK_EMAIL_DELETE_WEBHOOKAcciónTool to delete a webhook from a contact list by its id. use when removing obsolete or invalid webhooks after confirming list and webhook details.
BENCHMARK_EMAIL_DELETE_WEBHOOKAcciónTool to delete a webhook from a contact list by its id. use when removing obsolete or invalid webhooks after confirming list and webhook details.
Parámetros de entrada
IDintegerObligatorioUnique identifier of the webhook to delete
ListIDintegerObligatorioID of the contact list containing the webhook
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 All Confirmed EmailsBENCHMARK_EMAIL_GET_ALL_CONFIRMED_EMAILSAcciónTool to retrieve all confirmed email addresses for the client account. use after user completes email confirmation flows to fetch final list.
BENCHMARK_EMAIL_GET_ALL_CONFIRMED_EMAILSAcciónTool to retrieve all confirmed email addresses for the client account. use after user completes email confirmation flows to fetch final list.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobject[]ObligatorioArray of confirmation records
countintegerObligatorioTotal confirmed emails count
errorstringError if any occurred during the execution of the action
statusstringObligatorioenumAPI status code: '1'=success, '-1'=error
1-1successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Client Account SettingsBENCHMARK_EMAIL_GET_CLIENT_ACCOUNT_SETTINGSAcciónTool to get client account settings such as company, language, timezone, and sender info. use when you need to fetch account configuration before sending campaigns.
BENCHMARK_EMAIL_GET_CLIENT_ACCOUNT_SETTINGSAcciónTool to get client account settings such as company, language, timezone, and sender info. use when you need to fetch account configuration before sending campaigns.
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 client detailsBENCHMARK_EMAIL_GET_CLIENT_DETAILSAcciónTool to get client details including profile data, contact count, and plan information. use when verifying account profile and limits.
BENCHMARK_EMAIL_GET_CLIENT_DETAILSAcciónTool to get client details including profile data, contact count, and plan information. use when verifying account profile and limits.
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 Client Plan InformationBENCHMARK_EMAIL_GET_CLIENT_PLAN_INFORMATIONAcciónTool to get client's plan information including addons, email plan, and total contacts. use when you need the current plan details before managing upgrades or billing.
BENCHMARK_EMAIL_GET_CLIENT_PLAN_INFORMATIONAcciónTool to get client's plan information including addons, email plan, and total contacts. use when you need the current plan details before managing upgrades or billing.
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 client profile detailsBENCHMARK_EMAIL_GET_CLIENT_PROFILE_DETAILSAcciónTool to get client's profile details like business city, country, phone, and company. use after confirming authentication to fetch client profile info.
BENCHMARK_EMAIL_GET_CLIENT_PROFILE_DETAILSAcciónTool to get client's profile details like business city, country, phone, and company. use after confirming authentication to fetch client profile info.
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 Contact List DetailsBENCHMARK_EMAIL_GET_CONTACT_LIST_DETAILSAcciónTool to fetch detailed information for a contact list. use after confirming the list id to retrieve all metadata.
BENCHMARK_EMAIL_GET_CONTACT_LIST_DETAILSAcciónTool to fetch detailed information for a contact list. use after confirming the list id to retrieve all metadata.
Parámetros de entrada
list_idstringObligatorioUnique identifier of the contact list
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 Contact ListsBENCHMARK_EMAIL_GET_CONTACT_LISTSAcciónTool to retrieve all contact lists. use when you need to list or select a contact list.
BENCHMARK_EMAIL_GET_CONTACT_LISTSAcciónTool to retrieve all contact lists. use when you need to list or select a contact list.
Parámetros de entrada
filterstringFilter text to match list names or attributes
statusstringStatus value to filter lists (e.g., '1' for active)
order_bystringenumSort field: 'email', 'date', 'count', or 'schedule'
emaildatecountschedulepage_sizeintegerNumber of lists to return per page
sort_orderstringenumSort direction: 'asc' or 'desc'
ascdescfilter_typestringType of filter to apply, if supported
page_numberintegerPage number to retrieve (1-based index)
exclude_email_idstringExclude lists that contain this email ID
Parámetros de salida
dataobject[]ObligatorioArray of contact list details
countintegerObligatorioTotal number of contact lists available
errorstringError if any occurred during the execution of the action
statusstringObligatorioenumAPI status code: '1'=success, '-1'=error
1-1successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Filtered Contacts in ListBENCHMARK_EMAIL_GET_CONTACTS_IN_LISTAcciónTool to fetch filtered and paginated contacts from a list by listid. use when narrowing a list via search, filters, and paging.
BENCHMARK_EMAIL_GET_CONTACTS_IN_LISTAcciónTool to fetch filtered and paginated contacts from a list by listid. use when narrowing a list via search, filters, and paging.
Parámetros de entrada
FilterstringenumSubset filter: 2=unsubscribe, 5=hard bounce, 100=others.
25100ListIDstringObligatorioID of the contact list to query.
OrderBystringenumField to sort by.
emailfirstnamelastnamedatePageSizeintegerNumber of contacts per page.
SortOrderstringenumSort direction.
ascdescPageNumberintegerPagination page number (starting at 1).
SearchTypestringenumMatch type: 1=starts, 2=exact, 3=contains, 4=ends.
1234SearchFieldstringField to apply search (e.g., email, firstname).
SearchFilterstringText filter to search within 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
Get Email Report ForwardsBENCHMARK_EMAIL_GET_EMAIL_REPORT_FORWARDSAcciónTool to get forwards report for an email campaign. use after campaign send to export its forwards.
BENCHMARK_EMAIL_GET_EMAIL_REPORT_FORWARDSAcciónTool to get forwards report for an email campaign. use after campaign send to export its forwards.
Parámetros de entrada
email_idstringObligatorioID of the email campaign to retrieve the forwards report 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
Get Unopens ReportBENCHMARK_EMAIL_GET_EMAIL_REPORT_UNOPENSAcciónTool to get unopens report for an email campaign by id. use when you need to export or review recipients who did not open a specific email campaign.
BENCHMARK_EMAIL_GET_EMAIL_REPORT_UNOPENSAcciónTool to get unopens report for an email campaign by id. use when you need to export or review recipients who did not open a specific email campaign.
Parámetros de entrada
email_idstringObligatorioUnique identifier of the email campaign
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 Linked Agency Account DetailsBENCHMARK_EMAIL_GET_LINK_ACCOUNT_DETAILSAcciónTool to get details of a linked agency account. use when retrieving info for a specific linked account by id after confirming the account exists.
BENCHMARK_EMAIL_GET_LINK_ACCOUNT_DETAILSAcciónTool to get details of a linked agency account. use when retrieving info for a specific linked account by id after confirming the account exists.
Parámetros de entrada
IDintegerObligatorioID of the linked agency account to retrieve details 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
Get Linked Agency AccountsBENCHMARK_EMAIL_GET_LIST_LINK_ACCOUNTSAcciónTool to get list of linked agency accounts. use after linking agency accounts to retrieve all associated accounts.
BENCHMARK_EMAIL_GET_LIST_LINK_ACCOUNTSAcciónTool to get list of linked agency accounts. use after linking agency accounts to retrieve all associated accounts.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobject[]ObligatorioData 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 sub-account detailsBENCHMARK_EMAIL_GET_SUB_ACCOUNT_DETAILSAcciónTool to get details for a specific sub-account by id. use when needing profile and plan info of a child account.
BENCHMARK_EMAIL_GET_SUB_ACCOUNT_DETAILSAcciónTool to get details for a specific sub-account by id. use when needing profile and plan info of a child account.
Parámetros de entrada
idstringObligatorioUnique identifier (ID) of the 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 Sub-Account HistoryBENCHMARK_EMAIL_GET_SUB_ACCOUNT_HISTORYAcciónTool to get sub-account history. use after listing sub-accounts to retrieve each account's billing history.
BENCHMARK_EMAIL_GET_SUB_ACCOUNT_HISTORYAcciónTool to get sub-account history. use after listing sub-accounts to retrieve each account's billing history.
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 Sub-AccountsBENCHMARK_EMAIL_GET_SUB_ACCOUNTSAcciónTool to retrieve all sub-accounts for the client. use when you need to view or manage sub-accounts.
BENCHMARK_EMAIL_GET_SUB_ACCOUNTSAcciónTool to retrieve all sub-accounts for the client. use when you need to view or manage sub-accounts.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
Dataobject[]ObligatorioList of sub-account detail objects
CountintegerObligatorioNumber of sub-accounts returned
errorstringError if any occurred during the execution of the action
StatusstringObligatorioenumAPI status: '1'=success, '-1'=error
1-1HasDatesstringObligatorioenum'1'=dates included in response
10HasInboxstringObligatorioenum'1'=inbox info included in response
10successfulbooleanObligatorioWhether or not the action execution was successful or not
UniqueCountintegerObligatorioTotal unique contacts across sub-accounts
HasClientAccountsstringObligatorioenum'1'=has linked client accounts
10
Get Sub-Accounts Plan ListBENCHMARK_EMAIL_GET_SUB_ACCOUNTS_PLAN_LISTAcciónTool to retrieve available plans for a sub-account. use when you need to determine list and email limits for a specific sub-account client id.
BENCHMARK_EMAIL_GET_SUB_ACCOUNTS_PLAN_LISTAcciónTool to retrieve available plans for a sub-account. use when you need to determine list and email limits for a specific sub-account client id.
Parámetros de entrada
IDstringObligatorioSub-account holder client ID
Parámetros de salida
Dataobject[]ObligatorioArray of available plan items
errorstringError if any occurred during the execution of the action
StatusstringObligatorioAPI status: '1' indicates success, '-1' error
successfulbooleanObligatorioWhether or not the action execution was successful or not
Change PasswordBENCHMARK_EMAIL_PATCH_CHANGE_PASSWORDAcciónTool to change the password for the client account. use when updating account credentials after validating new and confirm passwords match.
BENCHMARK_EMAIL_PATCH_CHANGE_PASSWORDAcciónTool to change the password for the client account. use when updating account credentials after validating new and confirm passwords match.
Parámetros de entrada
NewPasswordstringObligatorioNew password for the client account
ConfirmPasswordstringObligatorioConfirmation of the new password; must match NewPassword
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
Save Security PINBENCHMARK_EMAIL_PATCH_SAVE_SECURITY_PINAcciónTool to save a new security pin for the client account. use when you need to update the account pin after confirming both entries match.
BENCHMARK_EMAIL_PATCH_SAVE_SECURITY_PINAcciónTool to save a new security pin for the client account. use when you need to update the account pin after confirming both entries match.
Parámetros de entrada
NewPINstringObligatorioNew 4-digit security PIN to set for the client account
ConfirmNewPINstringObligatorioConfirmation of the new PIN; must match NewPIN
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
Send Reset EmailBENCHMARK_EMAIL_PATCH_SEND_RESET_EMAILAcciónTool to send a reset email link to change the primary email address. use when initiating an email-based reset of the account’s primary email after user request.
BENCHMARK_EMAIL_PATCH_SEND_RESET_EMAILAcciónTool to send a reset email link to change the primary email address. use when initiating an email-based reset of the account’s primary email after user request.
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
Patch Update Client SettingsBENCHMARK_EMAIL_PATCH_UPDATE_CLIENT_SETTINGSAcciónTool to update client account settings. use after fetching current settings. updates company info, timezone, language, sender defaults, and signature details.
BENCHMARK_EMAIL_PATCH_UPDATE_CLIENT_SETTINGSAcciónTool to update client account settings. use after fetching current settings. updates company info, timezone, language, sender defaults, and signature details.
Parámetros de entrada
DetailobjectObligatorioDetail object containing all settings 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 Contact ListBENCHMARK_EMAIL_PATCH_UPDATE_CONTACT_LISTAcciónTool to update an existing contact list. use after confirming list id and desired modifications to name, description, labels, or custom fields.
BENCHMARK_EMAIL_PATCH_UPDATE_CONTACT_LISTAcciónTool to update an existing contact list. use after confirming list id and desired modifications to name, description, labels, or custom fields.
Parámetros de entrada
DataobjectObligatorioPayload containing the fields to update
ListIDstringObligatorioIdentifier of the contact list 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/Edit ProfileBENCHMARK_EMAIL_PATCH_UPDATE_EDIT_PROFILEAcciónTool to update or edit profile information such as first name, last name, and phone number. use after retrieving profile details to apply changes.
BENCHMARK_EMAIL_PATCH_UPDATE_EDIT_PROFILEAcciónTool to update or edit profile information such as first name, last name, and phone number. use after retrieving profile details to apply changes.
Parámetros de entrada
PhoneNostringObligatorioClient's phone number
LastNamestringObligatorioClient's last name
FirstNamestringObligatorioClient's first name
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 WebhookBENCHMARK_EMAIL_PATCH_UPDATE_WEBHOOKAcciónTool to update a webhook for a contact list by webhook id. use after retrieving or creating a webhook to modify its event settings such as cleaned-address, email-change, profile-update, subscribe, and unsubscribe callbacks.
BENCHMARK_EMAIL_PATCH_UPDATE_WEBHOOKAcciónTool to update a webhook for a contact list by webhook id. use after retrieving or creating a webhook to modify its event settings such as cleaned-address, email-change, profile-update, subscribe, and unsubscribe callbacks.
Parámetros de entrada
IDintegerObligatorioUnique identifier of the webhook to update
DataobjectObligatorioSettings payload for the webhook
ListIDintegerObligatorioID of the contact list containing the webhook
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 Contact to ListBENCHMARK_EMAIL_POST_ADD_CONTACT_TO_LISTAcciónTool to add a new contact to a specific list. use after verifying the list id exists.
BENCHMARK_EMAIL_POST_ADD_CONTACT_TO_LISTAcciónTool to add a new contact to a specific list. use after verifying the list id exists.
Parámetros de entrada
EmailstringObligatorioContact's email address
ListIDstringObligatorioID of the contact list to add the new contact to
LastNamestringContact's last name (optional)
EmailPermstringenumEmail permission flag: '1'=grant, '0'=decline (optional)
10FirstNamestringContact's first name (optional)
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
Change Security PINBENCHMARK_EMAIL_POST_CHANGE_SECURITY_PINAcciónTool to change security pin for the client account. use after confirming your current pin to rotate your pin.
BENCHMARK_EMAIL_POST_CHANGE_SECURITY_PINAcciónTool to change security pin for the client account. use after confirming your current pin to rotate your pin.
Parámetros de entrada
ResetPINstringObligatorioNew 4-digit security PIN to set for the client account
ResetOldPINstringObligatorioCurrent 4-digit security PIN
ResetConfirmPINstringObligatorioConfirmation of the new PIN; must match ResetPIN
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 Contact ListBENCHMARK_EMAIL_POST_CREATE_CONTACT_LISTAcciónTool to create a new contact list. use after planning list name and optional description.
BENCHMARK_EMAIL_POST_CREATE_CONTACT_LISTAcciónTool to create a new contact list. use after planning list name and optional description.
Parámetros de entrada
NamestringObligatorioName of the new contact list
DescriptionstringOptional description for the contact list
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 WebhookBENCHMARK_EMAIL_POST_CREATE_WEBHOOKAcciónTool to create a new webhook for a contact list. use when you need to get callbacks for list events after list creation.
BENCHMARK_EMAIL_POST_CREATE_WEBHOOKAcciónTool to create a new webhook for a contact list. use when you need to get callbacks for list events after list creation.
Parámetros de entrada
ListIDstringObligatorioID of the contact list to associate the new webhook with
ClientUrlstringObligatorioThe HTTP endpoint URL to receive webhook callbacks
SubscribesstringObligatorioenumFlag for subscribe event callback: '1' to enable, '0' to disable
01EmailChangedstringObligatorioenumFlag for email-changed event callback: '1' to enable, '0' to disable
01UnsubscribesstringObligatorioenumFlag for unsubscribe event callback: '1' to enable, '0' to disable
01CleanedAddressstringObligatorioenumFlag for cleaned-address event callback: '1' to enable, '0' to disable
01ProfileUpdatesstringObligatorioenumFlag for profile-updates event callback: '1' to enable, '0' to disable
01ContactMasterIDstringObligatorioSame as ListID, the contact list identifier
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
Disable Security PINBENCHMARK_EMAIL_POST_DISABLE_SECURITY_PINAcciónTool to disable security pin for the client account. use when revoking the current pin to remove pin protection.
BENCHMARK_EMAIL_POST_DISABLE_SECURITY_PINAcciónTool to disable security pin for the client account. use when revoking the current pin to remove pin protection.
Parámetros de entrada
DisableOldPINstringObligatorioCurrent 4-digit security PIN to disable
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
Save Website DomainBENCHMARK_EMAIL_POST_SAVE_WEBSITE_DOMAINAcciónTool to save a website domain for your benchmark email account. use after account setup to register your domain for link tracking.
BENCHMARK_EMAIL_POST_SAVE_WEBSITE_DOMAINAcciónTool to save a website domain for your benchmark email account. use after account setup to register your domain for link tracking.
Parámetros de entrada
CompanyWebsitestringObligatorioDomain name to link with your Benchmark Email account (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
Send Confirm Email VerificationBENCHMARK_EMAIL_POST_SEND_CONFIRM_EMAIL_VERIFICATIONAcciónTool to send confirm email verification. use when unverified addresses must receive verification emails after signup.
BENCHMARK_EMAIL_POST_SEND_CONFIRM_EMAIL_VERIFICATIONAcciónTool to send confirm email verification. use when unverified addresses must receive verification emails after signup.
Parámetros de entrada
EmailIDsstringObligatorioComma-separated list of email addresses to send verification emails to
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
Send PIN via EmailBENCHMARK_EMAIL_POST_SEND_PIN_EMAILAcciónTool to send pin via email. use when you forgot your security pin and need it emailed to you.
BENCHMARK_EMAIL_POST_SEND_PIN_EMAILAcciónTool to send pin via email. use when you forgot your security pin and need it emailed to you.
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