Getting Started
Create your account
- Go to app.nooda.pt and click Get Started.
- Verify your email and sign in. If your company was onboarded by Nooda, your user may already be provisioned.
- Having trouble logging in or need a password reset? Email support@nooda.pt.
Access your automations
- Open the sidebar and select Automations.
- Your company-specific automations appear as cards. Click Abrir to enter one.
- Follow the on-screen steps (typically upload files, click Processar, and download results).
Tip: you will only see automations your account is allowed to access. Your last opened automation is remembered locally for quick access next time.
Automations
File‑to‑File automations (upload → process → download)
Most automations in Nooda are on‑demand and run when you click Abrir. You typically upload one or more files, the automation validates inputs, runs on our backend, and then presents a safe link to download the result.
- Client‑side validation ensures required files are present before running.
- Clear, friendly error messages are shown if something goes wrong.
- Processing happens server‑side via secured webhooks; your browser never sees raw credentials.
Desktop helper tools (optional)
Some projects include a desktop helper that you can download from the respective automation card. These tools run locally (Windows/macOS) to perform operations such as list alignment, name normalization, tagging, and other data clean‑ups.
When a desktop helper is available, you’ll see a Download button in the automation. Place the required input files in the same folder as the tool (as instructed in that automation) and follow the on‑screen steps.
API & Integrations
Webhook-based automation
Our automations generally call a backend webhook via fetch with multipart/form-data.
- Validate inputs client-side before calling the webhook.
- Return a JSON with a
downloadUrlif there’s a result file. - Secure your endpoints (secret header, allowlist, or signed URLs).
- No vendor branding is exposed; everything is delivered under Nooda’s UI and endpoints.
Integrations we support
Nooda integrates with what your business already uses — not just Google Sheets. Common targets include Excel, email (SMTP/IMAP), cloud storage (S3/Drive/SharePoint), CRMs (e.g., HubSpot), chat platforms (Slack/Teams) and WhatsApp via approved providers. If we don’t have it yet, we’ll build a connector or accept data via webhook.
Account & Billing
Sign in & security
- Log in with your email and password on app.nooda.pt.
- If you cannot sign out due to client/network issues, clearing local session storage will return you to the login state safely.
- Use strong passwords.
- If your credentials stop working or must be changed, contact support@nooda.pt.
Access to automations
Your dashboard only lists automations you are permitted to use. Permissions are managed on our side (per‑user assignment). If you need access to a specific automation, ask your company admin or email support@nooda.pt.
We never expose your private automations to other users.