Build the workflows your agency actually needs

A versioned REST API, webhooks, and a CLI that drives your entire workspace. Connect your stack, automate the repetitive parts, and keep building.

No credit card required. Includes a free onboarding call.

Developer tools

Manage users. Retrieve user information, update accounts based on external data, or trigger something when user properties change.

Post messages. Send automated client and team updates in your orders based on status changes or other external rules.

Create invoices. Generate new invoices for clients paying outside of Wayfront, and link them up with charges from your payment processor.

Upload files. Attach files to project data or messages for secure storage in your workspace.

Manage team members. Automate creating team members and assigning them to different projects based on your rules.

Update form data. Create or update intake forms with data from external tools or services.

Integration

Start automating in minutes

A versioned API ensures that your integrations will continue working even as we improve the platform.

Terminal

$ curl --request POST \

'https://username.wayfront.com/api/v1/invoices/'

-H ' Content-Type : application/json' \

-d '{

" user_id ": 5 ,

" note ": " This is a test invoice ",

" item_name ": " Guest Post ",

" item_price ": 199 ,

" item_quantity ": 1

}'

✓ Invoice #1042 created

Custom workflows

Agencies are automating with Wayfront

Build on top of the Client Portal platform to create your own custom API-based workflows.

API module interface
Terminal

$ wayfront auth login

Connecting to workspace...

✓ Workspace connected

$ wayfront orders list status=open

✓ #1042 · Acme Co · $2,400

✓ #1041 · Globex · $980

...

$ wayfront invoices mark-paid inv_5567

Marking invoice paid...

✓ Invoice #5567 paid

$ wayfront templates push

✓ Deployed to production

Wayfront CLI

Drive your whole workspace from the terminal

A command-line tool that brings a developer workflow to your Wayfront portal. List and update orders, clients, and invoices, version control your templates, or call any API operation directly. It all runs from your local machine, and works with git the way you’d expect.

Raw API calls use your signed-in CLI session. The public Integration API add-on is separate.

Support

Need help with your automations?

Reach out to a certified expert who can help you build what you need.

Image

Build custom workflows on top of Wayfront's API and developer tools.