Help & FAQ

Everything you need to know about using Procurely. Can't find what you're looking for? Reach out to us.

Getting Started

How do I create an account?

Head to the sign up page and enter your name, email, and a password. You'll be ready to go in seconds — no credit card required to get started.

How do I create a project?

Once you're logged in, click the "New Project" button on your dashboard. Give your project a name (for example, the job site or customer name) and you're all set. You can create as many projects as you need — there's no limit.

How do I upload an order?

Open a project, then click "Upload Order". You can upload a PDF or an image (JPG, PNG) of your order confirmation. Procurely will automatically read the document and pull out all the line items — names, quantities, prices, and more. Each upload uses one project from your balance.

What file types can I upload?

We support PDF files and common image formats (JPG, JPEG, PNG). Scanned documents and photos of printed order confirmations work great too — just make sure the text is legible.

Pricing & Billing

How does pricing work?

You buy projects, and each project lets you upload one order confirmation. When you upload a document, Procurely reads it and extracts all the line items — that uses one project. Editing items, updating statuses, sharing with customers, and adding team members are all free and unlimited.

How much does a project cost?

We offer three plans to fit your team:

  • Starter$7 per project. For solo operators (1 user).
  • Team$99 for 20 projects ($4.95 each, save 29%). Up to 4 team members sharing those projects.
  • Pro$149/month for 100 projects per month. Up to 20 team members. Also available at $129/mo billed annually.

Buy projects or subscribe anytime from your dashboard.

Do purchased projects expire?

Starter and Team projects never expire — use them whenever you need them. Pro subscribers receive 100 fresh projects each billing cycle. Unused Pro projects do not roll over to the next month.

What happens when I run out of projects?

You can still access all your existing projects, orders, and data. You just won't be able to upload new order confirmations until you purchase more. Everything else works as normal.

Can I get a refund?

All purchases are final and non-refundable. Since projects never expire, you can always use them later. If you believe there's been an error with your purchase, please contact us and we'll look into it.

Order Management

Can I edit the extracted data after uploading?

Absolutely. After Procurely reads your document, you can review and edit any of the extracted details — item names, quantities, prices, and more. Just click on any field to make changes.

What do the order statuses mean?
  • Ordered — The order has been placed with the supplier.
  • Confirmed — The supplier has acknowledged and confirmed the order.
  • Shipped — The items are on their way.
  • Delivered — The items have arrived at the job site or destination.
  • Delayed — There's a hold-up. Use this to flag items that aren't on schedule.
  • Cancelled — The order or specific items have been cancelled.
How do I update an item's status?

Open the order, find the item you want to update, and select the new status from the dropdown. The change is saved instantly. If your customer has notifications enabled, they'll automatically receive an email about the update.

Can I delete an order or item?

Yes. You can remove individual line items or delete an entire order from within a project. Deleted data cannot be recovered, so double-check before you confirm.

Sharing with Customers

How do share links work?

Each project has a unique, private link you can send to your customer. When they open it, they see a live view of all order statuses for that project — no login or account required on their end.

What can my customers see?

Customers can see the project name, all orders and line items, current statuses, quantities, and basic order details. They cannot see pricing information, your internal notes, or any other projects.

Can I turn off sharing for a project?

Yes. You can disable the share link at any time from the project settings. Once disabled, anyone with the old link will no longer be able to access the page.

Is the share link secure?

Each share link contains a unique, randomly generated token. Only people who have the link can view the project. The link is not indexed by search engines and cannot be guessed.

Your Account

How do I change my email or password?

Go to your account settings from the dashboard menu. From there you can update your email address or set a new password. If you change your email, you'll need to verify the new address before it takes effect.

How do I delete my account?

To delete your account, please contact us at support@procurely.dev. We'll process your request and permanently remove your data. Please note that this action is irreversible and any unused projects will be forfeited.

Can I invite team members to my project?

Yes. You can invite team members as owners, editors, or viewers from within any project. Owners have full control, editors can upload and update orders, and viewers can see everything but can't make changes.

The number of team members depends on your plan: Starter supports 1 user, Team supports up to 4 users, and Pro supports up to 20 users.

Webhooks & Integrations

What are webhooks?

Webhooks let Procurely automatically send updates to other tools you use. When something happens — like an order shipping or a new item being added — Procurely sends a notification to a URL you choose. Think of it like a push notification for your other software.

What can I do with webhooks?

Here are some real examples our users set up:

  • Text your customer when their order ships — connect through Zapier to send an automatic SMS.
  • Alert your crew when materials arrive on site — push a Slack or Teams message to your install team.
  • Update a spreadsheet every time an order is uploaded — keep a running log in Google Sheets automatically.
  • Flag delays immediately — get a notification the moment something falls behind so you can adjust your schedule.
  • Feed your accounting software — push order data into QuickBooks or Xero for real-time job costing.
  • Create tasks in your PM tool — auto-create a task in Monday.com, Asana, or Trello when an item is delayed.
How do I set up a webhook?
  1. Go to Webhooks in your dashboard sidebar.
  2. Click "Add Webhook".
  3. Paste the URL where you want updates sent (for example, a Zapier catch hook URL or a Slack incoming webhook URL).
  4. Choose which events to listen for — new orders, status changes, or new items extracted.
  5. Optionally, limit the webhook to a specific project.
  6. Click save. You'll see your webhook secret — copy it somewhere safe. This is shown only once.

Use the "Test" button to send a sample event and make sure everything is connected properly.

What events can I listen for?
  • Order Created — Fires when a new order is added to a project.
  • Status Changed — Fires when any item's status is updated (e.g., "Ordered" to "Shipped").
  • Item Added — Fires when line items are extracted from an uploaded document.
What tools work with webhooks?

Any tool that can receive an HTTP request works. The most popular options:

  • Zapier — Connect to 5,000+ apps with no code. The easiest way to get started.
  • Make (Integromat) — More flexible automation for complex workflows.
  • Slack — Use an incoming webhook URL to post updates to any channel.
  • Microsoft Teams — Same idea, using their webhook connector.
  • Google Sheets — Via Zapier or Google Apps Script.
  • Monday.com, Asana, Trello — Auto-create cards or update boards.
  • QuickBooks, Xero — Push order data for accounting.
  • Your own tools — Any custom API or server can receive webhook events.
How do I connect Procurely to Zapier?
  1. In Zapier, create a new Zap and choose "Webhooks by Zapier" as the trigger.
  2. Select "Catch Hook" as the event.
  3. Zapier will give you a unique URL — copy it.
  4. In Procurely, go to Webhooks, click Add Webhook, and paste that URL.
  5. Choose your events and save.
  6. Click "Test" in Procurely to send a sample event.
  7. Back in Zapier, test the trigger — it should pick up the sample data.
  8. Now add any action you want — send an email, text, Slack message, update a spreadsheet, etc.
What is the webhook secret for?

The secret is used to verify that incoming requests are actually from Procurely. Every webhook delivery includes a signature in the header that's generated using your secret. If you're building a custom integration, you can verify this signature to make sure the request is legitimate and hasn't been tampered with.

Can I pause a webhook without deleting it?

Yes. Each webhook has an active/paused toggle. When paused, Procurely won't send any events to that URL. You can re-enable it anytime without re-entering the URL or secret.

Troubleshooting

My upload failed. What should I do?

A few things to check:

  • Make sure your file is a PDF, JPG, or PNG and is under 10 MB.
  • Check that the document text is clear and readable — blurry scans can cause issues.
  • Verify you have at least one project available.
  • Try refreshing the page and uploading again.

If it still doesn't work, let us know and we'll help sort it out.

The extracted data doesn't look right.

Our document reader works best with clean, well-formatted order confirmations. If some details were missed or extracted incorrectly, you can edit them directly in the app. For handwritten documents or very complex layouts, you may need to make a few manual corrections. We're always improving our extraction accuracy.

I can't log in to my account.

Try these steps:

  • Double-check that you're using the email address you signed up with.
  • Use the password reset option to set a new password.
  • Clear your browser cache and cookies, then try again.

Still stuck? Contact support and we'll get you back in.

My customer says they can't see the shared page.

Make sure sharing is still enabled for the project. You can check this in the project settings. Also confirm that you sent them the correct link. If the link was recently regenerated, the old one will no longer work. Have your customer try opening the link in a different browser or clearing their cache.

Still have questions?

We're here to help. Reach out and we'll get back to you as soon as we can.

Email Support