NAiOS IconNAiOS Logo
Volver al catálogo

Simplero

simplero

All-in-one marketing software for course creators, coaches and online marketers.

Acciones
19
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 (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ón

Tool 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

  • tagstringObligatorio

    The tag name to add to the contact

  • emailstringObligatorio

    The contact's email address

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

Bulk Subscribe to ListSIMPLERO_BULK_SUBSCRIBE_TO_LISTAcción

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

    The ID of the list to add subscribers to.

  • subscriber_dataobject[]Obligatorio

    Collection of subscriber objects to add. Maximum of 1,000 entries per request.

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

Create or Update AdministratorSIMPLERO_CREATE_OR_UPDATE_ADMINISTRATORAcción

Tool 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

  • emailstringObligatorio

    Administrator's email address (required). Used to identify existing administrators.

  • messagestring

    Custom invitation message to include. Only applicable when creating new administrator.

  • autogenerateboolean

    Auto-generate username and password for new administrator. Only applicable when creating new administrator.

  • invitee_namestring

    Name of new administrator. Required if autogenerate is true. Only applicable when creating new administrator.

  • admin_role_idintegerObligatorio

    ID 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_emailstring

    Email of account administrator sending the invitation. Only applicable when creating new administrator.

  • show_on_ticketboolean

    Display administrator as support team member on tickets. Only applicable for creating or updating.

  • ticket_assigneeboolean

    Enable ticket assignment capability for this administrator. Only applicable for creating or updating.

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

Create or Update ContactSIMPLERO_CREATE_OR_UPDATE_CONTACTAcción

Tool 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

  • refinteger

    Affiliate reference identifier.

  • notestring

    Additional notes about the contact.

  • tagsstring

    Comma-separated tag values to assign to the contact (e.g., 'tag1,tag2').

  • emailstringObligatorio

    Contact's email address (required). Used to identify existing contacts.

  • phonestring

    Contact's phone number with country code prefix (e.g., '15551234567').

  • trackstring

    Keyword to track opt-in source.

  • overridestring

    Set to 'yes' to replace existing values instead of merging.

  • referrerstring

    Last external URL before subscription.

  • last_namestring

    Contact's last name.

  • first_namestring

    Contact's first name.

  • ip_addressstring

    IP address used during signup.

  • gdpr_consentinteger

    GDPR consent status: 1 for consent granted, 0 for denied.

  • landing_page_idinteger

    Landing page conversion tracking ID.

  • gdpr_consent_textstring

    GDPR consent request text.

  • first_activated_atstring

    ISO 8601 timestamp when contact first became active (e.g., '2023-01-15T10:30:00Z').

  • auto_responder_start_atstring

    ISO 8601 timestamp when autoresponder should begin (e.g., '2023-01-15T10:30:00Z').

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

Find Contact By EmailSIMPLERO_FIND_CONTACT_BY_EMAILAcción

Tool 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

  • emailstringObligatorio

    The contact's email address to search for.

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

Find Subscription By EmailSIMPLERO_FIND_SUBSCRIPTION_BY_EMAILAcción

Tool 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

  • emailstringObligatorio

    The email address to search for.

  • list_idintegerObligatorio

    The ID of the list to search within.

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 Administrator By IDSIMPLERO_GET_ADMINISTRATOR_BY_IDAcción

Tool 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

  • idintegerObligatorio

    The administratorship ID 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 AdministratorsSIMPLERO_GET_ADMINISTRATORSAcción

Tool 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

  • 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 Admin RolesSIMPLERO_GET_ADMIN_ROLESAcción

Tool 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

  • 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 Async Request StatusSIMPLERO_GET_ASYNC_REQUEST_STATUSAcción

Tool 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

  • tokenstringObligatorio

    Request identifier received from the initial asynchronous request. This token is used to identify which async request status 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 Contact By IDSIMPLERO_GET_CONTACT_BY_IDAcción

Tool 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

  • idintegerObligatorio

    The internal ID of the contact to retrieve. This ID is obtained from previous API calls.

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

Tool 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

  • dirstring

    Sort direction for results. Use 'asc' for ascending or 'desc' for descending (case-insensitive). Defaults to 'asc' if not specified.

  • pageinteger

    Page number for pagination. Returns 20 invoices per page. Defaults to 1 if not specified.

  • created_at_tostring

    Return invoices created before this time. Must be an ISO-8601 datetime string (e.g., '2024-12-31T23:59:59Z').

  • created_at_fromstring

    Return invoices created at or after this time. Must be an ISO-8601 datetime string (e.g., '2024-01-01T00:00:00Z').

  • invoice_number_tostring

    Return invoices with an invoice number alphabetically less than this value.

  • invoice_number_fromstring

    Return invoices with an invoice number alphabetically equal to or greater than this value.

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

Tool 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

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

Tool 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

  • 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

Remove AdministratorSIMPLERO_REMOVE_ADMINISTRATORAcción

Tool to delete an administratorship by ID. Use when you need to remove an administrator relationship from the system.

Parámetros de entrada

  • idintegerObligatorio

    The internal administratorship ID to remove. Must be obtained from a previous API call.

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

Remove Tag from ContactSIMPLERO_REMOVE_TAG_FROM_CONTACTAcción

Tool 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

  • tagstringObligatorio

    The tag name to remove from the contact

  • emailstringObligatorio

    The contact's email address

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

Subscribe to ListSIMPLERO_SUBSCRIBE_TO_LISTAcción

Tool 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

  • refinteger

    Affiliate reference for conversion attribution.

  • tagsstring

    Comma-separated tag list (tags are trimmed of leading/trailing whitespace automatically).

  • emailstringObligatorio

    Contact's email address (required).

  • phonestring

    Sanitized phone number with country code first (e.g., '15551231234').

  • trackstring

    Tracking keyword to identify subscription source.

  • list_idintegerObligatorio

    The ID of the mailing list to subscribe to.

  • referrerstring

    Last external URL visited before subscription.

  • last_namestring

    Contact's surname.

  • first_namestring

    Contact's given name.

  • ip_addressstring

    Actual IP address that the customer used to subscribe.

  • gdpr_consentboolean

    GDPR consent indicator.

  • landing_page_idinteger

    Landing page ID for conversion tracking.

  • first_activated_atstring

    Initial activation timestamp in ISO 8601 format.

  • auto_responder_start_atstring

    Automation sequence start date in ISO 8601 format.

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

Unsubscribe From ListSIMPLERO_UNSUBSCRIBE_FROM_LISTAcción

Tool 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

  • emailstringObligatorio

    The email address of the contact to remove from the list.

  • list_idintegerObligatorio

    The unique identifier of the list from which to unsubscribe 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

Update Contact CredentialsSIMPLERO_UPDATE_CONTACT_CREDENTIALSAcción

Tool 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

  • idinteger

    Contact's internal ID. At least one of email, id, or token is required to identify the contact.

  • emailstring

    Contact's email address. At least one of email, id, or token is required to identify the contact.

  • tokenstring

    Contact's token. At least one of email, id, or token is required to identify the contact.

  • last_namestring

    Contact's last name to update.

  • first_namestring

    Contact's first name to update.

  • update_login_emailboolean

    Set 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

  • 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