Use your GHL API key in the Authorization header and apply the users.write scope for user-related actions.
Use a 46elks API token or OAuth credentials with the minimum permissions needed.
Key endpoints include: POST /users/ to create a user, DELETE /users/:userId to remove a user, PUT /users/:userId to update a user, GET /workflows/ to list workflows, and POST /courses/courses-exporter/public/import to import course data.
Trigger: a new user is created in 46elks
Action: POST /users/ in Email API to provision the corresponding user
POST /users/
name, email, userId
Trigger: user data updated in 46elks
Action: PUT /users/:userId to update user in Email API
PUT /users/:userId
userId, email, name
Trigger: user deletion in 46elks
Action: DELETE /users/:userId in Email API
DELETE /users/:userId
userId
Automated user provisioning reduces manual data entry.
Real-time data synchronization ensures consistent records.
Centralized triggers enable faster campaigns and reporting.
Definitions for endpoints, triggers, actions, and data fields used in this integration.
A URL path and method used to perform a specific operation against the GHL Email API.
An event in APPNAME (46elks) that starts an automated workflow in the Email API.
An operation performed on the Email API (GHL) to create, update, or delete data.
The external app connecting to the Email API, here 46elks.
Automatically enroll new users and send a personalized welcome message via Email API.
Send order confirmations, password resets, and other transactional emails via Email API.
Trigger targeted campaigns when users perform specific actions in 46elks.
Obtain your API key from GHL and your 46elks token.
Link the Email API to 46elks in your Zapier app connector and set required scopes.
Run a test to confirm data flows correctly and monitor logs after going live.
No coding is required for basic use. Zapier-style connections let you map fields and automate workflows. For advanced users, you can customize endpoints and payloads.
Authentication uses the GHL API key in requests and 46elks tokens for the app connection. Always scope to the minimum permissions.
Endpoints include POST /users/, DELETE /users/:userId, PUT /users/:userId, GET /workflows/. These cover user provisioning, updates and retrieval of workflows.
Use test events and a sandbox environment if available. In Zapier, run a test action and verify payloads in logs.
Check API rate limits in the docs and monitor requests in real-time dashboards. Implement retries with exponential backoff.
Yes, you can trigger campaigns based on user events or data changes. Use the Email API to send messages when triggers fire.
Review authentication, payload formats, endpoint availability, and error responses. Use logs and retries to diagnose issues.
Due to high volume, we will be upgrading our server soon!
Complete Operations Catalog - 126 Actions & Triggers