Fluent CRM Integration
This guide provides step-by-step instructions to automatically synchronize new contacts from Fluent CRM (on your WordPress site) to your Orkap Contacts library using an outgoing webhook.
Prerequisites
- An active Orkap account.
- The Fluent CRM plugin installed and configured on your WordPress site.
- (optional) A specific List in Fluent CRM to trigger the automation (e.g., "Outreach").
Step 1: Create an Incoming Webhook in Orkap
The first step is to generate a unique endpoint in Orkap that will receive data from Fluent CRM.
- Log in to your Orkap dashboard.
- Navigate to the Webhooks section under settings.
- Click on "Create Webhook" by default incoming webhook selected, if not please select incoming first .
- Orkap will generate a unique public URL for you. This URL is the endpoint where Fluent CRM will send the contact data.
- Copy this generated URL. You will need it in Step 3. It should look similar to this:
https://orkap.com/webhooks/whe_xxxxxxxx/receive/xxxxxxxxxxx
Tip: You may want to name this webhook "Fluent CRM Integration" for easy identification later.
[SCREENSHOT: A picture of the Orkap webhook creation screen with the generated URL visible.]
Step 2: Create an Automation Funnel in Fluent CRM
This automation defines the rule: (for ex "When a contact is added to a specific list, send their data to Orkap."), but the choise is yours. Decide when you like to trigger the automation.
- In your WordPress admin, go to Fluent CRM > Automation.
- Click the "New Automation" button.
- Configure the Trigger:
- Automation Name: Enter a descriptive name (e.g., "Sync Contacts to Orkap").
- Trigger: Select "Add to List" or any other prefered methods.
- Click "Save & Next".
[SCREENSHOT: Your first screenshot (CleanShot 2025-09-17 at [email protected]) is perfect here, showing the "Outreach" trigger.]
Step 3: Add the "Outgoing Webhook" Action
Now, you will add the action that sends the data to the Orkap webhook URL.
- In the automation canvas, click the "+" icon to add a new action.
- Find and select the action labeled "Outgoing Webhook."
- A configuration panel will open. Configure it with the following settings:
- Data Send Method: Select
POST Method. - Remote URL: Paste the Orkap Incoming Webhook URL you copied in Step 1.
- Request Format: Select
Send as JSON format. - Request Body: Select
Custom Data.
- Data Send Method: Select
[SCREENSHOT: Your second screenshot (CleanShot 2025-09-17 at [email protected]) is ideal for this step, showing the general webhook configuration.]
Step 4: Map the Contact Fields (Name & Email)
Orkap requires specific data points to create a contact. You will map Fluent CRM's data to these fields.
- In the "Request Body Data" section, you will map Fluent CRM fields to Orkap fields.
- Map the Name Field:
- Data Key: Enter
name - Data Value: Click the dynamic tag icon (
{ }) and selectContact -> Full Name. This will insert the code{(contact.full_name)}.
- Data Key: Enter
- Map the Email Field:
- Data Key: Enter
email - Data Value: Use the dynamic tag selector and choose
Contact -> Email. This will insert the code{(contact.email)}.
- Data Key: Enter
- Click "Save Settings" on the action block.
[SCREENSHOT: A close-up crop of your second screenshot focusing on the "Request Body Data" section with the name and email mapping would be perfect here.]
Step 5: Publish the Automation and Test
- Ensure the automation funnel is toggled ON (Active).
- (Optional) Click the "Send Test Webhook" button to verify the connection.
- Add a test contact: The best test is to add a real contact to the Fluent CRM list you selected.
- Go to Fluent CRM > Contacts > Add Contact.
- Enter a name and email address.
- Click "Save Contact."
[SCREENSHOT: Your third screenshot (CleanShot 2025-09-17 at [email protected]) shows the contact details page and can be used here.]
Step 6: Verify the Contact in Orkap
- Shortly after saving the test contact, go to your Orkap dashboard.
- Navigate to your Contacts section.
- You should see the new contact listed there, confirming the integration was successful.
[SCREENSHOT: Your fourth screenshot (CleanShot 2025-09-17 at [email protected]) shows the Orkap contacts list and is perfect for this final step.]
Summary
You have successfully created a one-way, real-time integration from Fluent CRM to Orkap. The process flow is simple:
New targeted Contact added to a Fluent CRM List → Fluent Automation triggers → Webhook sends data via POST → Orkap receives data and creates a Contact
This automation ensures your Orkap contact library is always updated without any manual effort, keeping your marketing tools in sync.