Skip to main content

Get started in three steps

Register your first custom action with the Flowent API Gateway and start extending Flowent’s capabilities.

Step 1: Create API Credentials

  1. Log into your Flowent admin panel
  2. Navigate to Gateway Management → API Tokens
  3. Click Create New Token and give it a descriptive name
  4. Copy the token and store it securely (you won’t be able to see it again)
Treat API tokens like passwords. Store them in environment variables, never in code.
  1. In Gateway Management, go to HMAC Keys
  2. Click Create New Key
  3. Copy the key and store it securely on your server
You’ll use this key to validate webhook signatures from Flowent.

Step 2: Exchange Token for JWT

Before making API calls, exchange your API token for a JWT token:
Response:
JWT tokens expire after 24 hours. Exchange your API token again when needed.

Step 3: Register Your First Action

Register an action with your webhook endpoint:
That’s it! Flowent will validate your webhook endpoint and your action is ready to use.

Next steps

API Concepts

Learn about authentication, webhooks, and security.

API Reference

Explore the complete API specification.