These Terms of Use (“Terms”) govern your access to and use of:
- The n8n Designer website at https://n8ndesigner.com
- The merchant platform at https://merchant.n8ndesigner.com
- The n8n ai application available through the Salla App Store
- The n8n-nodes-n8ndesigner-salla-n8nai package
- Any associated APIs, webhooks, dashboards, documentation, support, and integration services
These services are provided by Powerful Ebikes LLC, located at 30 N Gould St Ste R, 82801, referred to in these Terms as “n8n Designer,” “we,” “us,” or “our.”
By installing the application, creating an account, connecting your Salla store, or using any part of the Service, you agree to be bound by these Terms.
If you use the Service on behalf of a business or other entity, you confirm that you have the legal authority to accept these Terms on its behalf.
1Description of the Service
n8n Designer provides an integration layer that enables Salla merchants to connect their stores with n8n and create customized automation workflows.
Depending on your selected plan and the features currently available, the Service may allow you to:
- Receive Salla events and webhook payloads inside n8n
- Send instructions from n8n to perform supported actions in Salla
- Connect store information with third-party applications and services
- Configure n8n endpoints and authentication settings
- Create and manage integration credentials and API keys
- Review events, delivery attempts, and execution results
- Access technical documentation and support
The number and availability of supported actions, triggers, resources, and integrations may change as the Service develops or when Salla changes its APIs, permissions, or technical requirements.
2Eligibility and authority
You must be at least 18 years old and legally capable of entering into a binding agreement.
You may only connect a Salla store that you own or are officially authorized to manage.
You must not install the application, grant permissions, access store information, or perform operations on behalf of another merchant without appropriate authorization.
Certain onboarding functions, including automatic merchant-account creation, may only be available when the application is installed by a Salla user who holds the required administrative role.
3Account creation and login credentials
When you install the n8n ai application in your Salla store for the first time, n8n Designer may automatically create a merchant account for you.
The initial login credentials will be sent to the email address associated with the Salla account used to install or authorize the application.
You acknowledge and agree that:
- You are responsible for ensuring that your Salla email address is accurate and secure
- The login credentials sent to your email are personal and confidential
- You must not share your credentials with unauthorized persons
- You may change or reset your password at any time using the available account functions
- You should change the initial password promptly after your first login
- You are responsible for all activities performed through your account
We do not have access to your password in readable form after it has been securely stored. We may provide password-reset functions, but we cannot retrieve or send you your current password.
To the fullest extent permitted by law, n8n Designer is not responsible for unauthorized access or losses resulting from:
- Sharing your credentials
- Failing to secure your associated email account
- Failing to change an exposed or compromised password
- Reusing the same password across multiple services
- Allowing an unauthorized person to access your account
This limitation does not apply where unauthorized access was caused directly by our breach of applicable legal or security obligations.
You must notify us immediately at support@n8ndesigner.com if you suspect that your account or credentials have been compromised.
4Access permissions for your Salla store
The n8n ai application requires access to the parts of your Salla store covered by the permissions you approve during installation or authorization.
Depending on the permissions granted, this access may include:
- Events occurring inside your store
- Orders and order statuses
- Products and inventory
- Customer information
- Categories and brands
- Coupons and offers
- Shipments
- Store settings
- Webhooks
- Other supported resources
This access is used to receive, process, and correctly forward relevant event information to your n8n platform or configured webhook endpoint.
These events may then be used to start and operate the automation workflows you create inside your n8n instance.
We will not intentionally access store resources outside the permissions you have granted. However, certain features may not function properly if you fail to grant, revoke, or restrict the required permissions.
You may revoke access by uninstalling the application from your Salla store or by using any available disconnection function.
5Connecting your n8n platform
Successful use of triggers and actions requires you to correctly connect your n8n platform or webhook endpoint to your merchant account on n8n Designer.
You are responsible for providing and maintaining:
- A valid and reachable n8n URL
- Correct webhook paths
- Required credentials and authentication settings
- Properly configured n8n workflows
- Secure hosting for your n8n instance
- Sufficient server availability and capacity
If your n8n server is offline, unreachable, incorrectly configured, blocked by a firewall, or otherwise unavailable, events and actions may be delayed, retried, rejected, or fail.
n8n Designer is not responsible for failures caused by your server, hosting provider, network, DNS configuration, SSL certificate, firewall, n8n installation, or workflow configuration.
6How triggers and actions operate
Salla triggers
When an approved event occurs inside your Salla store, Salla may send the event payload to n8n Designer.
n8n Designer processes the payload and forwards the relevant information to the n8n endpoint connected to your merchant account. The event may then start the workflow you have configured.
Salla actions
When your n8n workflow sends a supported instruction, n8n Designer receives, authenticates, validates, and processes the instruction before submitting the corresponding request to Salla for execution in your store.
Successful execution requires:
- An active Salla application authorization
- Valid merchant credentials
- A correctly connected merchant account
- A supported operation
- Correct and complete request parameters
- Availability of n8n Designer, Salla, and n8n services
- Sufficient access permissions
- Compliance with Salla’s API policies and rate limits
n8n Designer does not independently determine which operations should be performed in your store. Actions are executed according to the instructions and workflow logic configured by you.
7Merchant responsibilities
You are solely responsible for the workflows, filters, conditions, destinations, parameters, and actions you configure.
Before enabling a workflow in a live store, you must:
- Test it in a safe or development environment whenever possible
- Confirm the accuracy of all parameters
- Verify that connected services are properly authorized
- Add appropriate error handling and monitoring
- Protect workflows against duplicate events
- Understand the effects of automatic retries
- Review sensitive or irreversible actions
- Maintain appropriate backups and recovery procedures
You remain responsible for all orders, products, inventory, customers, coupons, shipments, messages, and other records created, changed, or deleted through your automation workflows.
8Salla API rate limits
Every HTTP request submitted from n8n through n8n Designer to your Salla store is subject to Salla’s API policies and rate limits.
Applicable limits may vary depending on:
- Your Salla store plan
- The API endpoint being used
- The number of requests made during a specific period
- Special limits applied to particular resources
- Technical or security restrictions imposed by Salla
Salla responses may include headers such as:
- X-RateLimit-Limit
- X-RateLimit-Remaining
- X-RateLimit-Reset
- Retry-After
If the applicable limit is reached, a request may be delayed, queued, retried, or rejected.
You are responsible for controlling the number and frequency of requests generated by your workflows. You should use appropriate scheduling, caching, batching, and responsible retry logic.
Exceeding Salla’s limits or producing unusual request activity may result in temporary restrictions imposed by Salla.
The latest Salla rate-limiting policy is available at:
https://docs.salla.dev/rate-limiting
Salla may change these limits at any time. Updated limits and restrictions automatically apply to requests processed through the Service.
9Webhooks, retries, and duplicate execution
Webhooks and APIs depend on internet connectivity and independent services. Events and requests may occasionally be:
- Delayed
- Delivered more than once
- Received out of order
- Rejected
- Retried
- Temporarily unavailable
You should design your workflows to be idempotent and prevent duplicate processing of orders, payments, shipments, inventory updates, customer messages, or other consequential operations.
A request may still be processed after a timeout response is displayed. You must verify the final result of an important action before submitting it manually again.
You should not rely exclusively on the Service for emergency, safety-critical, legally required, or irreversible processes without appropriate human review and backup procedures.
10Account and credential security
You are responsible for protecting:
- Merchant-platform credentials
- n8n credentials
- API keys
- Webhook URLs
- Shared secrets
- Authentication headers
- All other access information connected to the Service
You must not publish these credentials in public repositories, screenshots, public workflow templates, unsecured messages, or other publicly accessible locations.
We may require password resets, API-key rotation, application reauthorization, or other security measures when reasonably necessary.
11Third-party services
The Service integrates with independent third-party platforms, including Salla, n8n, hosting providers, databases, messaging services, and applications selected by you.
Your use of these services remains subject to their respective:
- Terms and conditions
- Privacy policies
- Subscription fees
- Usage limits
- Technical requirements
- Acceptable-use policies
We do not control and are not responsible for:
- Third-party service availability
- API or permission changes
- Third-party pricing changes
- External account suspension
- Third-party outages
- Data processed outside our systems
- Features discontinued by third parties
References to Salla, n8n, or other products are made solely to describe interoperability. Their names, logos, and trademarks remain the property of their respective owners.
12Subscription and payment management
Subscriptions, payments, renewals, cancellations, trial periods, and all financial transactions relating to the n8n ai application are managed entirely through the Salla platform.
n8n Designer does not directly collect or store payment-card details for subscriptions purchased through Salla.
By subscribing, you authorize Salla and its payment providers to collect the charges displayed for your selected plan.
Salla may communicate subscription events to n8n Designer, including:
- Subscription activation
- Subscription renewal
- Subscription expiration
- Subscription cancellation
- Trial activation or expiration
This information is used to update your account status, plan, and available usage limits.
Questions relating to payment processing, cards, invoices, or declined transactions may need to be directed to Salla support.
Cancellations and refunds are subject to:
- Applicable Saudi laws
- The plan conditions displayed at purchase
- Salla App Store policies
- Mandatory rights that cannot legally be excluded
13Pricing changes
n8n Designer may introduce new prices or modify existing subscription fees whenever the team considers such changes necessary for:
- Business sustainability
- Hosting and operating costs
- Service stability
- Development of new or improved features
- Changes introduced by Salla or other providers
- Compliance with new legal or regulatory requirements
Pricing changes do not require prior consultation with or individual approval from existing subscribers.
Unless applicable law or Salla’s subscription system requires otherwise, a price change will not retroactively modify a subscription period that has already been paid.
New pricing may apply:
- When purchasing a new subscription
- When changing plans
- At the next subscription renewal
- From another effective date announced through Salla, the merchant platform, email, or the website
Renewing or continuing a subscription after new pricing becomes effective constitutes acceptance of the updated price.
Notice will be provided where required by applicable law or Salla’s policies.
14Adding, modifying, or removing features
n8n Designer may add, modify, replace, restrict, suspend, or remove any feature, trigger, action, endpoint, interface, package operation, or technical component at any time.
These changes do not require prior consultation with or individual approval from subscribers.
Changes may be made to:
- Improve or develop the platform
- Introduce new functionality
- Remove outdated or unsafe functionality
- Maintain security and stability
- Comply with changes to Salla’s APIs
- Maintain compatibility with n8n
- Comply with legal or regulatory requirements
- Protect the platform and its users
Security changes and changes required by Salla may be implemented immediately without prior notice.
Where reasonably practical, we will provide notice before removing material core paid functionality. However, we cannot guarantee the continued availability of a feature that depends on an API or permission changed or discontinued by Salla or another third party.
15Plans and usage limits
Plans may include limits on events, actions, API requests, endpoints, merchants, users, storage, logs, retention, or other resources.
We may apply technical controls, queues, throttling, and rate limits to maintain Service stability and prevent abuse.
If you exceed your plan limits, requests may be delayed or rejected, or you may be required to upgrade your plan.
Unused limits do not carry over unless expressly stated.
16Acceptable use
You must not use the Service to:
- Violate any applicable law, regulation, agreement, or third-party right
- Access a store, account, system, endpoint, or data source without authorization
- Commit fraud or facilitate deceptive or unlawful activity
- Send spam or unauthorized marketing communications
- Distribute malware or harmful code
- Bypass authentication, permissions, scopes, or usage limits
- Disrupt or overload the Service
- Access private network resources through configured URLs
- Process personal data without an appropriate lawful basis
- Resell or reproduce the Service without written permission
- Harm merchants, customers, Salla, n8n, or other parties
We may suspend access where reasonably necessary to investigate misuse or protect the Service and its users.
17Mandatory Use of Official n8n ai Nodes and Prohibition of Circumvention
Merchants must use the official Salla nodes included in the n8n ai package and approved by n8n Designer when connecting n8n to their Salla store. These nodes are the supported integration method for receiving events and executing store operations in accordance with the applicable permissions and policies.
Merchants are prohibited from creating or using any direct or indirect external integration between n8n and their Salla store outside the official nodes. Prohibited activities include, without limitation:
Using the n8n HTTP Request node or another generic node to send requests directly to Salla APIs.
Using custom, modified, cloned or unauthorized nodes to perform Salla operations.
Using scripts, middleware or intermediary services to bypass the official nodes.
Sharing or using access tokens, API keys, credentials, endpoints or permissions supplied through n8n ai with an unauthorized external integration.
Circumventing the Service’s authentication mechanisms, usage limits, permissions, subscription restrictions, security controls or operational safeguards.
This restriction applies to all credentials, permissions, infrastructure and services supplied or processed through n8n Designer or the n8n ai application.
If we reasonably suspect a violation, n8n Designer may temporarily suspend the Merchant’s account or restrict access while the matter is investigated. If circumvention or unauthorized integration is confirmed, we may take immediate action, including:
Revoking associated access tokens, API keys and permissions.
Stopping webhook delivery and the execution of store Actions.
Suspending or permanently terminating the account.
Permanently preventing the Merchant from registering for or using the application again.
Declining to refund paid fees, to the extent permitted by applicable law and Salla’s payment and subscription policies.
n8n Designer may also suspend, restrict or permanently block a Merchant at Salla’s request or direction if Salla determines that the Merchant’s activity violates its policies or terms or presents a security or operational risk. Such action may be taken without prior notice where required for security, regulatory compliance or compliance with Salla’s instructions.
The Merchant remains responsible for all consequences and losses resulting from a violation of this section or any applicable Salla policy.
18Data and privacy
Our processing of personal data is described in our Privacy Policy at:
When processing customer, employee, or other personal data through the Service, you are responsible for:
- Establishing an appropriate lawful basis
- Providing legally required privacy notices
- Obtaining consent where required
- Limiting processing to necessary data
- Respecting data-subject rights
- Applying appropriate retention periods
- Ensuring connected services provide suitable protection
You instruct n8n Designer to receive, process, and transmit data as necessary to provide the Service, including forwarding Salla event payloads to the n8n endpoint you configure.
You are responsible for determining whether your n8n hosting location or connected services result in an international transfer of personal data and for implementing any legally required safeguards.
19Security
We use reasonable administrative, organizational, and technical measures intended to protect the Service and information processed through it.
However, no online platform, API, webhook, cloud service, or transmission method is completely secure.
You remain responsible for securing your Salla account, n8n instance, hosting environment, workflows, devices, networks, and connected services.
20Intellectual property
The Service and its components, excluding third-party materials, are owned by or licensed to n8n Designer and are protected by applicable intellectual-property laws.
We grant you a limited, non-exclusive, non-transferable, and revocable right to use the Service for your internal business operations while your subscription or authorized access remains active.
Community and open-source packages may also be governed by the license included with the relevant package.
21Service availability
We aim to provide a stable Service but do not guarantee uninterrupted or error-free availability unless a separate written service-level agreement expressly provides otherwise.
Maintenance, security updates, third-party outages, network failures, and changes to Salla or n8n may affect Service availability.
22Suspension and termination
We may suspend or terminate your access if:
- You materially breach these Terms
- Payment remains overdue
- Your use creates a security, legal, or operational risk
- Salla revokes the required authorization
- A competent authority requires suspension
- Continued provision of the Service becomes technically or commercially impractical
You may cancel your subscription through the Salla platform.
After termination, data will be retained or deleted according to our Privacy Policy, applicable legal obligations, security requirements, and backup-retention procedures.
23Disclaimers
The Service is provided on an “as available” basis to the fullest extent permitted by law.
We do not guarantee that:
- Every event or request will be delivered exactly once
- Third-party APIs will remain unchanged
- Every workflow will execute successfully
- The Service will produce a particular business result
- The Service will increase sales or revenue
- Every feature will remain permanently available
Documentation, examples, and workflow templates are provided for general guidance and must be tested before production use.
24Limitation of liability
To the fullest extent permitted by law, neither party will be liable for indirect, incidental, special, punitive, or consequential losses, including loss of profit, revenue, opportunity, goodwill, or data.
Our total aggregate liability relating to the Service will not exceed the fees you paid for the Service during the 12 months preceding the event giving rise to the claim.
These limitations do not apply to liabilities that cannot legally be excluded, including liability arising from fraud or wilful misconduct.
25Electronic communications
You agree to receive subscription confirmations, security alerts, invoices, notices, and other communications electronically through email, Salla, the merchant platform, or the Service.
You are responsible for keeping your contact information accurate and current.
26Governing law and dispute resolution
These Terms are governed by the laws and regulations of the Kingdom of Saudi Arabia.
The parties will first attempt to resolve any dispute through good-faith communication within 30 days after written notice.
If the dispute cannot be resolved amicably, it will be referred to the competent court unless mandatory law requires a different jurisdiction or forum.
27Changes to these Terms
We may update these Terms to reflect changes to the Service, pricing, applicable laws, security requirements, or third-party platforms.
The updated version will be published with a revised “Last updated” date. Additional notice will be provided where legally required.
Continued use or renewal after the updated Terms become effective constitutes acceptance, except where applicable law requires express consent.
28Contact information
For questions, complaints, legal notices, or support requests, contact:
Powerful Ebikes LLC
Address: 30 N Gould St Ste R, 82801
Website: https://n8ndesigner.com
Email: support@n8ndesigner.com