Skip to main content
Actions are operations that your Zap can perform in Konstantly. These actions allow you to create and modify data in your Konstantly account based on triggers from other apps.

Available Actions

Create User

Creates a new user in Konstantly.
string
required
User’s full name
string
required
User’s email address
string
required
User role (e.g., “learner”, “manager”)
string
User interface language
string
User’s timezone
object
Custom user attributes

Update User

Updates an existing user’s information.
string
required
User ID
string
required
User’s email address
string
Updated name
object
Updated custom attributes

Create Group

Creates a new group in Konstantly.
string
required
Group name
integer
Parent group ID
string
Group description
object
Custom group attributes

Add User to Group

Adds a user to an existing group.
string
required
User ID
integer
required
Group ID

Assign Course

Assigns a course to users or groups.
integer
required
Course ID
array
Array of user IDs
array
Array of group IDs
integer
Assignment deadline timestamp

Using Actions

Best Practices

  1. Data Mapping
  • Map fields from previous steps to action inputs
  • Use Zapier’s formatting tools to transform data if needed
  1. Error Handling
  • Add error handling steps after actions
  • Use Zapier’s retry options for failed actions
  1. Testing
  • Test actions with sample data before activating the Zap
  • Verify the results in your Konstantly account

Example Workflows

  1. New Employee Onboarding
  1. Course Assignment Automation
  1. User Group Management