Simplero
simpleroAll-in-one marketing software for course creators, coaches and online marketers.
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.
Add Tag to ContactSIMPLERO_ADD_TAG_TO_CONTACTAcciónTool to add a tag to a contact identified by email address. Use when you need to tag a contact for segmentation or tracking purposes.
SIMPLERO_ADD_TAG_TO_CONTACTAcciónTool to add a tag to a contact identified by email address. Use when you need to tag a contact for segmentation or tracking purposes.
Parámetros de entrada
tagstringObligatorioThe tag name to add to the contact
emailstringObligatorioThe contact's email address
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
Bulk Subscribe to ListSIMPLERO_BULK_SUBSCRIBE_TO_LISTAcciónTool to add multiple subscribers to a list in a single asynchronous request (max 1,000 per request). Use when you need to bulk import subscribers into a list. Returns a token to track the operation status.
SIMPLERO_BULK_SUBSCRIBE_TO_LISTAcciónTool to add multiple subscribers to a list in a single asynchronous request (max 1,000 per request). Use when you need to bulk import subscribers into a list. Returns a token to track the operation status.
Parámetros de entrada
list_idintegerObligatorioThe ID of the list to add subscribers to.
subscriber_dataobject[]ObligatorioCollection of subscriber objects to add. Maximum of 1,000 entries per request.
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 or Update AdministratorSIMPLERO_CREATE_OR_UPDATE_ADMINISTRATORAcciónTool to create a new administratorship or update an existing one with the same email. Use when you need to add a new administrator to Simplero or update their role and permissions.
SIMPLERO_CREATE_OR_UPDATE_ADMINISTRATORAcciónTool to create a new administratorship or update an existing one with the same email. Use when you need to add a new administrator to Simplero or update their role and permissions.
Parámetros de entrada
emailstringObligatorioAdministrator's email address (required). Used to identify existing administrators.
messagestringCustom invitation message to include. Only applicable when creating new administrator.
autogeneratebooleanAuto-generate username and password for new administrator. Only applicable when creating new administrator.
invitee_namestringName of new administrator. Required if autogenerate is true. Only applicable when creating new administrator.
admin_role_idintegerObligatorioID of the administrative role to assign. Available roles: Co-Owner (1), Admin (2), Basic admin (3), Assistant (8), Support specialist (9), Affiliate manager (10).
inviter_emailstringEmail of account administrator sending the invitation. Only applicable when creating new administrator.
show_on_ticketbooleanDisplay administrator as support team member on tickets. Only applicable for creating or updating.
ticket_assigneebooleanEnable ticket assignment capability for this administrator. Only applicable for creating or updating.
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 or Update ContactSIMPLERO_CREATE_OR_UPDATE_CONTACTAcciónTool to create a new contact or update an existing contact with the same email. Use when you need to add a new contact to Simplero or update their information.
SIMPLERO_CREATE_OR_UPDATE_CONTACTAcciónTool to create a new contact or update an existing contact with the same email. Use when you need to add a new contact to Simplero or update their information.
Parámetros de entrada
refintegerAffiliate reference identifier.
notestringAdditional notes about the contact.
tagsstringComma-separated tag values to assign to the contact (e.g., 'tag1,tag2').
emailstringObligatorioContact's email address (required). Used to identify existing contacts.
phonestringContact's phone number with country code prefix (e.g., '15551234567').
trackstringKeyword to track opt-in source.
overridestringSet to 'yes' to replace existing values instead of merging.
referrerstringLast external URL before subscription.
last_namestringContact's last name.
first_namestringContact's first name.
ip_addressstringIP address used during signup.
gdpr_consentintegerGDPR consent status: 1 for consent granted, 0 for denied.
landing_page_idintegerLanding page conversion tracking ID.
gdpr_consent_textstringGDPR consent request text.
first_activated_atstringISO 8601 timestamp when contact first became active (e.g., '2023-01-15T10:30:00Z').
auto_responder_start_atstringISO 8601 timestamp when autoresponder should begin (e.g., '2023-01-15T10:30:00Z').
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
Find Contact By EmailSIMPLERO_FIND_CONTACT_BY_EMAILAcciónTool to find and retrieve a contact by email address. Use when you need to look up contact details using an email address.
SIMPLERO_FIND_CONTACT_BY_EMAILAcciónTool to find and retrieve a contact by email address. Use when you need to look up contact details using an email address.
Parámetros de entrada
emailstringObligatorioThe contact's email address to search 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
Find Subscription By EmailSIMPLERO_FIND_SUBSCRIPTION_BY_EMAILAcciónTool to find subscriptions for a specific list by email address. Use when you need to search for subscriptions associated with an email in a particular list.
SIMPLERO_FIND_SUBSCRIPTION_BY_EMAILAcciónTool to find subscriptions for a specific list by email address. Use when you need to search for subscriptions associated with an email in a particular list.
Parámetros de entrada
emailstringObligatorioThe email address to search for.
list_idintegerObligatorioThe ID of the list to search within.
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 Administrator By IDSIMPLERO_GET_ADMINISTRATOR_BY_IDAcciónTool to retrieve a single administratorship by internal ID. Use when you need detailed information about a specific administrator including user, account, role, and permission details.
SIMPLERO_GET_ADMINISTRATOR_BY_IDAcciónTool to retrieve a single administratorship by internal ID. Use when you need detailed information about a specific administrator including user, account, role, and permission details.
Parámetros de entrada
idintegerObligatorioThe administratorship ID 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 AdministratorsSIMPLERO_GET_ADMINISTRATORSAcciónTool to retrieve all administratorships for the account. Use when you need to get information about account administrators, their roles, and permissions.
SIMPLERO_GET_ADMINISTRATORSAcciónTool to retrieve all administratorships for the account. Use when you need to get information about account administrators, their roles, and permissions.
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 Admin RolesSIMPLERO_GET_ADMIN_ROLESAcciónTool to retrieve all available admin roles for the account including custom roles. Use when you need to list all admin roles such as Co-Owner, Admin, Basic admin, Assistant, Support specialist, Affiliate manager, or custom roles saved on Skyrocket plan.
SIMPLERO_GET_ADMIN_ROLESAcciónTool to retrieve all available admin roles for the account including custom roles. Use when you need to list all admin roles such as Co-Owner, Admin, Basic admin, Assistant, Support specialist, Affiliate manager, or custom roles saved on Skyrocket plan.
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 Async Request StatusSIMPLERO_GET_ASYNC_REQUEST_STATUSAcciónTool to check the status of an asynchronous API request. Use when you need to monitor the progress of a previously initiated async operation using its token.
SIMPLERO_GET_ASYNC_REQUEST_STATUSAcciónTool to check the status of an asynchronous API request. Use when you need to monitor the progress of a previously initiated async operation using its token.
Parámetros de entrada
tokenstringObligatorioRequest identifier received from the initial asynchronous request. This token is used to identify which async request status 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 Contact By IDSIMPLERO_GET_CONTACT_BY_IDAcciónTool to retrieve a JSON representation of a contact by internal ID. Use when you need to fetch detailed information about a specific contact. Returns 404 if no contact exists with the provided ID.
SIMPLERO_GET_CONTACT_BY_IDAcciónTool to retrieve a JSON representation of a contact by internal ID. Use when you need to fetch detailed information about a specific contact. Returns 404 if no contact exists with the provided ID.
Parámetros de entrada
idintegerObligatorioThe internal ID of the contact to retrieve. This ID is obtained from previous API calls.
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 InvoicesSIMPLERO_GET_INVOICESAcciónTool to get invoice information with optional filtering by date and invoice number. Use when you need to retrieve invoices from Simplero. Returns 20 invoices per page ordered by invoice number.
SIMPLERO_GET_INVOICESAcciónTool to get invoice information with optional filtering by date and invoice number. Use when you need to retrieve invoices from Simplero. Returns 20 invoices per page ordered by invoice number.
Parámetros de entrada
dirstringSort direction for results. Use 'asc' for ascending or 'desc' for descending (case-insensitive). Defaults to 'asc' if not specified.
pageintegerPage number for pagination. Returns 20 invoices per page. Defaults to 1 if not specified.
created_at_tostringReturn invoices created before this time. Must be an ISO-8601 datetime string (e.g., '2024-12-31T23:59:59Z').
created_at_fromstringReturn invoices created at or after this time. Must be an ISO-8601 datetime string (e.g., '2024-01-01T00:00:00Z').
invoice_number_tostringReturn invoices with an invoice number alphabetically less than this value.
invoice_number_fromstringReturn invoices with an invoice number alphabetically equal to or greater than this value.
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 ListsSIMPLERO_GET_LISTSAcciónTool to retrieve all mailing lists configured in the account. Use when you need to view all available lists for managing subscriptions and email campaigns.
SIMPLERO_GET_LISTSAcciónTool to retrieve all mailing lists configured in the account. Use when you need to view all available lists for managing subscriptions and email 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 ProductsSIMPLERO_GET_PRODUCTSAcciónTool to list all products in the account. Use when you need to retrieve information about all available products including their pricing.
SIMPLERO_GET_PRODUCTSAcciónTool to list all products in the account. Use when you need to retrieve information about all available products including their pricing.
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
Remove AdministratorSIMPLERO_REMOVE_ADMINISTRATORAcciónTool to delete an administratorship by ID. Use when you need to remove an administrator relationship from the system.
SIMPLERO_REMOVE_ADMINISTRATORAcciónTool to delete an administratorship by ID. Use when you need to remove an administrator relationship from the system.
Parámetros de entrada
idintegerObligatorioThe internal administratorship ID to remove. Must be obtained from a previous API call.
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
Remove Tag from ContactSIMPLERO_REMOVE_TAG_FROM_CONTACTAcciónTool to remove a tag from a contact identified by email address. Use when you need to remove a specific tag from a contact's profile.
SIMPLERO_REMOVE_TAG_FROM_CONTACTAcciónTool to remove a tag from a contact identified by email address. Use when you need to remove a specific tag from a contact's profile.
Parámetros de entrada
tagstringObligatorioThe tag name to remove from the contact
emailstringObligatorioThe contact's email address
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
Subscribe to ListSIMPLERO_SUBSCRIBE_TO_LISTAcciónTool to add a new subscriber to a specific mailing list. Use when you need to subscribe a contact with their email address to a list.
SIMPLERO_SUBSCRIBE_TO_LISTAcciónTool to add a new subscriber to a specific mailing list. Use when you need to subscribe a contact with their email address to a list.
Parámetros de entrada
refintegerAffiliate reference for conversion attribution.
tagsstringComma-separated tag list (tags are trimmed of leading/trailing whitespace automatically).
emailstringObligatorioContact's email address (required).
phonestringSanitized phone number with country code first (e.g., '15551231234').
trackstringTracking keyword to identify subscription source.
list_idintegerObligatorioThe ID of the mailing list to subscribe to.
referrerstringLast external URL visited before subscription.
last_namestringContact's surname.
first_namestringContact's given name.
ip_addressstringActual IP address that the customer used to subscribe.
gdpr_consentbooleanGDPR consent indicator.
landing_page_idintegerLanding page ID for conversion tracking.
first_activated_atstringInitial activation timestamp in ISO 8601 format.
auto_responder_start_atstringAutomation sequence start date in ISO 8601 format.
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
Unsubscribe From ListSIMPLERO_UNSUBSCRIBE_FROM_LISTAcciónTool to unsubscribe a customer from a specific mailing list. Use when you need to remove a contact from a list by their email address.
SIMPLERO_UNSUBSCRIBE_FROM_LISTAcciónTool to unsubscribe a customer from a specific mailing list. Use when you need to remove a contact from a list by their email address.
Parámetros de entrada
emailstringObligatorioThe email address of the contact to remove from the list.
list_idintegerObligatorioThe unique identifier of the list from which to unsubscribe 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
Update Contact CredentialsSIMPLERO_UPDATE_CONTACT_CREDENTIALSAcciónTool to update a contact's login credentials including email, first name, and last name. Use only with the consent of the contact. At least one identification parameter (email, id, or token) is required.
SIMPLERO_UPDATE_CONTACT_CREDENTIALSAcciónTool to update a contact's login credentials including email, first name, and last name. Use only with the consent of the contact. At least one identification parameter (email, id, or token) is required.
Parámetros de entrada
idintegerContact's internal ID. At least one of email, id, or token is required to identify the contact.
emailstringContact's email address. At least one of email, id, or token is required to identify the contact.
tokenstringContact's token. At least one of email, id, or token is required to identify the contact.
last_namestringContact's last name to update.
first_namestringContact's first name to update.
update_login_emailbooleanSet to true to update the contact's login email address. Use this with the email parameter to change the login 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