FluentCRM Webhooks

FluentCRM Webhooks

#Overview
With FluentCRM Pro v2.2.0 and higher, you can use webhooks in automations to connect to WP Fusion installed on another site.
Using webhooks you can import new users on your WordPress site based on rules in FluentCRM, or update existing users』 meta data and tags.
For example, you could sell access to a course using WooCommerce and FluentCRM on Site A, and using a webhook, WP Fusion on Site B can automatically import the new customer and enroll them in the course they purchased.
Having trouble receiving webhooks? Check out our troubleshooting guide.
#Setup
Navigate to your FluentCRM » Automations and create a new automation to handle the webhook. Select a trigger (such as a tag being applied), and click the Add Action button to add a new action.

Select Outgoing Webhook in the popup that appears.
In the webhook settings, configure the webhook like in the screenshot below. For alternate URL parameters see the next section.

Other than adding your webhook URL (see below), you can leave the options as the defaults:

Request Format: Send as JSON format
Request Body: Full Subscriber Data (Raw)
Request Header: No Header

#Webhook URL parameters
You can format your webhook URL in a few different ways to customize the behavior. For each you will need to supply your access key, which can be obtained from the bottom of the main settings panel in your WP Fusion settings.
#To update a user』s tags
To update an existing WordPress user』s tags from the contact record, the URL for the webhook should look like the following:
https://mydomain.com/?wpf_action=update_tags&access_key=YOURACCESSKEY
#To update a user』s tags and meta data
To update a user』s tags and pull any new meta data from FluentCRM for that contact, the URL for the webhook should look like the following:
https://mydomain.com/?wpf_action=update&access_key=YOURACCESSKEY
#Create a new user
To create a new user, use the following URL:
https://mydomain.com/?wpf_action=add&access_key=YOURACCESSKEY
You can also specify additional parameters in user creation. For example, to send the user a welcome email containing a link to log in on your site, use the following:
https://mydomain.com/?wpf_action=add&access_key=YOURACCESSKEY&send_notification=true
You can also specify a specific user role to be assigned to the new user. For example, to set the new user to the 「customer」 role, use the following:
https://mydomain.com/?wpf_action=add&access_key=YOURACCESSKEY&role=customer
Note that you have to have registered a 「customer」 role on your site for this to work. By default users will be assigned the role of 「subscriber」.
The add method will update a user if an existing user already exists. It will not create a duplicate user.
Note: By default, user accounts will be created with their email address as the username and a randomly generated password. However, if you have created a custom username field and password field in FluentCRM, and enabled these fields in WP Fusion for sync with user_login and user_pass on your website, the new users will be given the usernames and passwords stored in their FluentCRM contact record.
#User passwords
New user accounts will be created with an automatically generated password. If you』d like to use this password in your email marketing, you can send the password back to FluentCRM after it has been generated.
In the Webhooks section of the General settings tab, check the box for Return Password, and select a field in FluentCRM where the password should be stored.

After a new user is created, their automatically generated password will now be saved back to their contact record, and you can use a merge field to include it in an email. The username will be the contact』s email address.

#Was this helpful?

Let us know if you liked the post. That』s the only way we can improve.

Yes

No

Flexie Webhooks

Flexie Webhooks

#Overview
You can use webhooks in Flexie to send data back to your WordPress site using WP Fusion. Using webhooks you can create new users on your WordPress site based on rules in Flexie, or update existing users』 meta data and tags.
Having trouble receiving webhooks? Check out our troubleshooting guide.
#Getting started
Go to the Manage Workflows page under the Flexie』s Workflow menu in the sidebar and create a new rule. Select a trigger for the rule, such as when a page is visited, a field is modified, or a user is added to a list.

In the screenshot below we』ve configured the rule to be triggered whenever a user is added to the 「Add User to WP」 list.
You can also specify any conditions you』d like to be met, or leave this section blank.

Under 「Actions」, choose 「Add Webhook」 from the menu. Enter the URL to your site following the examples in the next sections. You can get your site』s unique access key from the bottom of the main WP Fusion settings page. Also, make sure the Request Method is set to Get.

 
#To update a user』s tags
To update an existing WordPress user』s tags from the contact record, the URL for the webhook should look like the following:
http://mydomain.com/?wpf_action=update_tags&access_key=YOURACCESSKEY&contact_id={{id}}
#To update a user』s tags and meta data
To update a user』s tags and pull any new meta data from Flexie for that contact, the URL for the webhook should look like the following:
http://mydomain.com/?wpf_action=update&access_key=YOURACCESSKEY&contact_id={{id}}
#Create a new user
To create a new user, use the following URL:
http://mydomain.com/?wpf_action=add&access_key=YOURACCESSKEY&contact_id={{id}}
You can also specify additional parameters in user creation. For example, to send the user a welcome email containing a link to log in on your site, use the following:
http://mydomain.com/?wpf_action=add&access_key=YOURACCESSKEY&contact_id={{id}}&send_notification=true
You can also specify a specific user role to be assigned to the new user. For example, to set the new user to the 「customer」 role, use the following:
http://mydomain.com/?wpf_action=add&access_key=YOURACCESSKEY&contact_id={{id}}&role=customer
Note that you have to have registered a 「customer」 role on your site for this to work. By default users will be assigned the role of 「subscriber」.
The add method will update a user if an existing user already exists. It will not create a duplicate user.
Note: By default, user accounts will be created with their email address as the username and a randomly generated password. However, if you have created a custom username field and password field in your Flexie application, and enabled these fields in WP Fusion for sync with user_login and user_pass on your website, the new users will be given the usernames and passwords stored in their Flexie contact record.

#Was this helpful?

Let us know if you liked the post. That』s the only way we can improve.

Yes

No

Emercury Webhooks

Emercury Webhooks

#Overview
You can use outgoing webhooks in Emercury to send data back to your WordPress site, using WP Fusion. Using webhooks you can create new users on your WordPress site based on updates in Emercury, or update existing users』 meta data and tags.
Having trouble receiving webhooks? Check out our troubleshooting guide.
#Getting started
Webhooks are managed in Emercury under Settings » Developer. If you』re already logged into your Emercury account, you should be able to access this page by following this link. For an overview of webhooks with Emercury, see this doc.
For this tutorial, we』ll be showing you how to create a new WordPress user when a contact is added to your Emercury list. See below for additional options when constructing the URL parameters.
From the webhooks screen, first click Add to create a new webhook. In the popup that appears, give the webhook a name, set the status to Active, and enter the URL to your site, following the examples below.

For the Events, select which events should trigger the webhook. In this case, Added to List.
Finally, click Save to activate the webhook. Now when a contact is added to your Emercury list, they will automatically be imported as a new WordPress user.
There are several ways to format the webhook URL depending on the desired action:
#To update a user』s tags
To update an existing WordPress user』s tags from the contact record, the URL for the webhook should look like the following:
http://mydomain.com/?wpf_action=update_tags&access_key=YOURACCESSKEY
#To update a user』s tags and meta data
To update a user』s tags and pull any new meta data from Emercury for that contact, the URL for the webhook should look like the following:
http://mydomain.com/?wpf_action=update&access_key=YOURACCESSKEY
#Create a new user
To create a new user, use the following URL:
http://mydomain.com/?wpf_action=add&access_key=YOURACCESSKEY
You can also specify additional parameters in user creation. For example, to send the user a welcome email containing a link to log in on your site, use the following:
http://mydomain.com/?wpf_action=add&access_key=YOURACCESSKEY&send_notification=true
You can also specify a specific user role to be assigned to the new user. For example, to set the new user to the 「customer」 role, use the following:
http://mydomain.com/?wpf_action=add&access_key=YOURACCESSKEY&role=customer
Note that you have to have registered a 「customer」 role on your site for this to work. By default users will be assigned the role of 「subscriber」.
The add method will update a user if an existing user already exists. It will not create a duplicate user.
Note: By default, user accounts will be created with their email address as the username and a randomly generated password. However, if you have created a custom username field and password field in your Emercury application, and enabled these fields in WP Fusion for sync with user_login and user_pass on your website, the new users will be given the usernames and passwords stored in their Emercury contact record.
#User passwords
New user accounts will be created with an automatically generated password. If you』d like to use this password in your email marketing, you can send the password back to Emercury after it has been generated.
In the Webhooks section of the General settings tab, check the box for Return Password, and select a field in Emercury where the password should be stored.

After a new user is created, their automatically generated password will now be saved back to their contact record, and you can use a merge field to include it in an email. The username will be the contact』s email address.

#Was this helpful?

Let us know if you liked the post. That』s the only way we can improve.

Yes

No

Drip Webhooks

Drip Webhooks

#Overview
You can use HTTP Posts and Webhooks in Drip to send data back to your WordPress site when a contact』s profile has been modified, or tags have been added or removed. You can also automatically generate new WordPress user accounts for Drip subscribers.
Having trouble receiving webhooks? Check out our troubleshooting guide.
#HTTP Posts
Using an HTTP Post in Drip allows you to send data back to WordPress as part of an Automation, or via a Rule based trigger. You can set this up by navigating to the Automation tab in Drip. To create a rule-based trigger, head to the Rules tab and create a new rule.

First set the criteria which will trigger the rule. In this case, we』re telling Drip to send the HTTP Post whenever the tag 「Create WordPress User」 is applied to a subscriber.

In the second panel, select 「Send an HTTP post」 from the dropdown. For the Endpoint URL, enter the URL to your site. In this example, we』re triggering the creation of a new WordPress user when the tag is applied. This is achieved by using wpf_action=add in the URL. You also need to supply your access key, which can be found from the WP Fusion settings page on your site.
Depending on the action you』re trying to perform, there are several additional parameters you can include in the URL:
#To update a user』s tags
To update an existing WordPress user』s tags from the contact record, the URL for the webhook should look like the following:
http://mydomain.com/?wpf_action=update_tags&access_key=YOURACCESSKEY
#To update a user』s tags and meta data
To update a user』s tags and pull any new meta data from Drip for that contact, the URL for the webhook should look like the following:
http://mydomain.com/?wpf_action=update&access_key=YOURACCESSKEY
#To create a new user
To create a new user, use the following URL:
http://mydomain.com/?wpf_action=add&access_key=YOURACCESSKEY
You can also specify additional parameters in user creation. For example, to send the user a welcome email containing a link to log in on your site, use the following:
http://mydomain.com/?wpf_action=add&access_key=YOURACCESSKEY&send_notification=true
You can also specify a specific user role to be assigned to the new user. For example, to set the new user to the 「customer」 role, use the following:
http://mydomain.com/?wpf_action=add&access_key=YOURACCESSKEY&role=customer
Note that you have to have registered a 「customer」 role on your site for this to work. By default users will be assigned the role of 「subscriber」.
The add method will update a user if an existing user already exists. It will not create a duplicate user.
Note: By default, user accounts will be created with their email address as the username and a randomly generated password. However, if you have created a custom username field and password field in Drip, and enabled these fields in WP Fusion for sync with user_login and user_pass on your website, the new users will be given the usernames and passwords stored in their Drip subscriber record.
#HTTP Posts in Automations

You can also trigger an HTTP Post as part of an automation. Add a new node to the automation and follow the same steps outlined above.
#User passwords
New user accounts will be created with an automatically generated password. If you』d like to use this password in your email marketing, you can send the password back to Drip after it has been generated.
In the Webhooks section of the General settings tab, check the box for Return Password, and select a field in Drip where the password should be stored.

After a new user is created, their automatically generated password will now be saved back to their contact record, and you can use a merge field to include it in an email. The username will be the contact』s email address.

#Was this helpful?

Let us know if you liked the post. That』s the only way we can improve.

Yes

No

Customerly Webhooks

Customerly Webhooks

#Overview
You can use webhooks in Customerly to send data back to your WordPress site using WP Fusion. Using these webhooks, you can create new users on your WordPress site, or update existing users』 meta data and tags.
Having trouble receiving webhooks? Check out our troubleshooting guide.
#Getting started
Webhooks are managed in Customerly by going to Settings >> Webhooks. You can create a new webhook and then specify which events should trigger it.

In the example above we have the webhook set to update the WordPress user whenever the contact is tagged or their details are updated in Customerly. For the structure of the webhook URL see the examples below:
#To update a user』s tags
To update an existing WordPress user』s tags from the contact record, the URL for the webhook should look like the following:
http://mydomain.com/?wpf_action=update_tags&access_key=YOURACCESSKEY
#To update a user』s tags and meta data
To update a user』s tags and pull any new meta data from Customerly for that contact, the URL for the webhook should look like the following:
http://mydomain.com/?wpf_action=update&access_key=YOURACCESSKEY
#Create a new user
To create a new user, use the following URL:
http://mydomain.com/?wpf_action=add&access_key=YOURACCESSKEY
You can also specify additional parameters in user creation. For example, to send the user a welcome email containing a link to log in on your site, use the following:
http://mydomain.com/?wpf_action=add&access_key=YOURACCESSKEY&send_notification=true
You can also specify a specific user role to be assigned to the new user. For example, to set the new user to the 「customer」 role, use the following:
http://mydomain.com/?wpf_action=add&access_key=YOURACCESSKEY&role=customer
Note that you have to have registered a 「customer」 role on your site for this to work. By default users will be assigned the role of 「subscriber」.
The add method will update a user if an existing user already exists. It will not create a duplicate user.
Note: By default, user accounts will be created with their email address as the username and a randomly generated password. However, if you have created a custom username field and password field in Customerly, and enabled these fields in WP Fusion for sync with user_login and user_pass on your website, the new users will be given the usernames and passwords stored in their Customerly contact record.
#User passwords
New user accounts will be created with an automatically generated password. If you』d like to use this password in your email marketing, you can send the password back to Customerly after it has been generated.
In the Webhooks section of the General settings tab, check the box for Return Password, and select a field in Customerly where the password should be stored.

After a new user is created, their automatically generated password will now be saved back to their contact record, and you can use a merge field to include it in an email. The username will be the contact』s email address.

#Was this helpful?

Let us know if you liked the post. That』s the only way we can improve.

Yes

No

Copper Webhooks

Copper Webhooks

#Overview
Using webhooks with Copper you can create new users on your WordPress site when people are tagged, or automatically update existing users』 meta data and tags when changes happen in Copper.
Having trouble receiving webhooks? Check out our troubleshooting guide.
#Getting Started
The 「update」 method is very straightforward: check the checkbox next to Update Trigger, and any subscriber updates in Copper will automatically be synced back to WordPress.
To automatically add Copper subscribers as WordPress users, first create a tag that designates site members. Then navigate to the Webhooks section on the General settings tab of the WP Fusion settings, and select this tag from the dropdown. Now, whenever a subscriber is added to this tag, they will automatically be imported as a new WordPress user.

The import tag method will update a user if an existing user already exists. It will not create a duplicate user.
Note: By default, user accounts will be created with their email address as the username and a randomly generated password. However, if you have created a custom username field and password field in Copper, and enabled these fields in WP Fusion for sync with user_login and user_pass on your website, the new users will be given the usernames and passwords stored in their Copper contact record.
#User passwords
New user accounts will be created with an automatically generated password. If you』d like to use this password in your email marketing, you can send the password back to Copper after it has been generated.
In the Webhooks section of the General settings tab, check the box for Return Password, and select a field in Copper where the password should be stored.

After a new user is created, their automatically generated password will now be saved back to their contact record, and you can use a merge field to include it in an email. The username will be the contact』s email address.

#Was this helpful?

Let us know if you liked the post. That』s the only way we can improve.

Yes

No

ConvertKit Webhooks

ConvertKit Webhooks

#Overview
Using webhooks with ConvertKit you can create new users on your WordPress site when tags are applied in ConvertKit, or update existing users』 meta data and tags.
WP Fusion supports two types of webhooks: update and add. The update webhook will trigger WP Fusion to load the user』s latest meta data and tags from ConvertKit.
Using the add webhook will create a new WordPress user on your site based on a contact in ConvertKit. If you attempt to add a user that already exists, they will just be updated (no duplicate users will be created).
Having trouble receiving webhooks? Check out our troubleshooting guide.
#Getting Started
Create two tags in ConvertKit, one for triggering user updates, and one for triggering the import of new users. Then go to the General tab of the WP Fusion settings and add these tags to the tag select boxes in the Webhooks section, then save the settings.

If you navigate back to your Automation Rules tool in ConvertKit, you should see the two new automation rules listed.

You can now apply these tags as part of other automations to keep subscriber information in sync, and even automatically generate WordPress accounts for ConvertKit subscribers.
The import trigger method will update a user if an existing user already exists. It will not create a duplicate user.
Note: By default, user accounts will be created with their email address as the username and a randomly generated password. However, if you have created a custom username field and password field in ConvertKit, and enabled these fields in WP Fusion for sync with user_login and user_pass on your website, the new users will be given the usernames and passwords stored in their ConvertKit contact record.
#User passwords
New user accounts will be created with an automatically generated password. If you』d like to use this password in your email marketing, you can send the password back to ConvertKit after it has been generated.
In the Webhooks section of the General settings tab, check the box for Return Password, and select a field in ConvertKit where the password should be stored.

After a new user is created, their automatically generated password will now be saved back to their contact record, and you can use a merge field to include it in an email. The username will be the contact』s email address.

#Was this helpful?

Let us know if you liked the post. That』s the only way we can improve.

Yes

No

Bento Webhooks

Bento Webhooks

#Overview
You can use webhooks inside Bento automations to automatically send data back to your WP Fusion powered WordPress site.
Using webhooks, you can import new users on your WordPress site based on automations in Bento, or update existing users』 meta data and tags.
Having trouble receiving webhooks? Check out our troubleshooting guide.
#Setup
Navigate to Bento » Automate and create a new workflow to handle the webhook. Select a 『Trigger』 (such as Viewed a Page).

Add an action and Select Send Webhook.

In the webhook settings, configure the webhook like in the screenshot above:

Webhook URL: This is the URL to your site. For more info on the URL options, see the next section.
JSON Payload: The JSON payload identifies the subscriber to WP Fusion. This needs to be {"id":"{{visitor.uuid}}"}

#Webhook URL parameters
You can format your webhook URL in a few different ways to customize the behavior. For each you will need to supply your access key, which can be obtained from the bottom of the main settings panel in your WP Fusion settings.
#To update a user』s tags
To update an existing WordPress user』s tags from the contact record, the URL for the webhook should look like the following:
https://mydomain.com/?wpf_action=update_tags&access_key=YOURACCESSKEY
#To update a user』s tags and meta data
To update a user』s tags and pull any new meta data from Bento for that contact, the URL for the webhook should look like the following:
https://mydomain.com/?wpf_action=update&access_key=YOURACCESSKEY
#Create a new user
To create a new user, use the following URL:
https://mydomain.com/?wpf_action=add&access_key=YOURACCESSKEY
You can also specify additional parameters in user creation. For example, to send the user a welcome email containing a link to log in on your site, use the following:
https://mydomain.com/?wpf_action=add&access_key=YOURACCESSKEY&send_notification=true
You can also specify a specific user role to be assigned to the new user. For example, to set the new user to the 「customer」 role, use the following:
https://mydomain.com/?wpf_action=add&access_key=YOURACCESSKEY&role=customer
Note that you have to have registered a 「customer」 role on your site for this to work. By default users will be assigned the role of 「subscriber」.
The add method will update a user if an existing user already exists. It will not create a duplicate user.
Note: By default, user accounts will be created with their email address as the username and a randomly generated password. However, if you have created a custom username field and password field in Bento , and enabled these fields in WP Fusion for sync with user_login and user_pass on your website, the new users will be given the usernames and passwords stored in their Bento contact record.
#User passwords
New user accounts will be created with an automatically generated password. If you』d like to use this password in your email marketing, you can send the password back to Bento after it has been generated.
In the Webhooks section of the General settings tab, check the box for Return Password, and select a field in Bento where the password should be stored.

After a new user is created, their automatically generated password will now be saved back to their contact record, and you can use a merge field to include it in an email. The username will be the contact』s email address.

#Was this helpful?

Let us know if you liked the post. That』s the only way we can improve.

Yes

No

Autonami Webhooks

Autonami Webhooks

#Overview
With Autonami Pro, you can use webhooks in automations to connect to WP Fusion installed on another site.
Using webhooks you can import new users on your WordPress site based on rules in Autonami, or update existing users』 meta data and tags.
For example, you could sell access to a course using WooCommerce and Autonami on Site A, and using a webhook, WP Fusion on Site B can automatically import the new customer and enroll them in the course they purchased.
Having trouble receiving webhooks? Check out our troubleshooting guide.
#Setup
Navigate to Autonami » Automations and create a new automation to handle the webhook. Select a trigger (such as a tag being applied), and click the Add Direct Action button to add a new action.

In the popup that appears, select Send Data, and then HTTP Request.
In the webhook settings, configure the webhook like in the screenshot below.

The settings should be:

Enter URL: This is the URL to the website where WP Fusion is installed.
Method: Either GET or POST, but sometimes POST requests get blocked by security plugins, so we recommend GET.
Data: At minimum you must have:

contact_id: {{ contact_id }} (this tells WP Fusion which contact to import)
access_key: (the access key from the bottom of the General tab in the WP Fusion settings)
wpf_action: (see below for options)

#Webhook parameters
You can format your webhook parameters in a few different ways to customize the behavior. For each you will need to supply your access key, which can be obtained from the bottom of the main settings panel in your WP Fusion settings.
#To update a user』s tags
To update an existing WordPress user』s tags from the contact record, the data parameters should be
contact_id = {{ contact_id }}
wpf_action = update_tags
access_key = [your access key]
#To update a user』s tags and meta data
To update a user』s tags and pull any new meta data from Autonami for that contact, the data parameters for the webhook should look like the following:
contact_id = {{ contact_id }}
wpf_action = update
access_key = [your access key]
#Create a new user
To create a new user, use the following:
contact_id = {{ contact_id }}
wpf_action = add
access_key = [your access key]
You can also specify additional parameters in user creation. For example, to send the user a welcome email containing a link to log in on your site, use the following:
contact_id = {{ contact_id }}
wpf_action = update_tags
access_key = [your access key]
send_notification = true
You can also specify a specific user role to be assigned to the new user. For example, to set the new user to the 「customer」 role, use the following:
contact_id = {{ contact_id }}
wpf_action = update_tags
access_key = [your access key]
role = customer
Note that you have to have registered a 「customer」 role on your site for this to work. By default users will be assigned the role of 「subscriber」.
The add method will update a user if an existing user already exists. It will not create a duplicate user.
Note: By default, user accounts will be created with their email address as the username and a randomly generated password. However, if you have created a custom username field and password field in Autonami, and enabled these fields in WP Fusion for sync with user_login and user_pass on your website, the new users will be given the usernames and passwords stored in their Autonami contact record.
#User passwords
New user accounts will be created with an automatically generated password. If you』d like to use this password in your email marketing, you can send the password back to Autonami after it has been generated.
In the Webhooks section of the General settings tab, check the box for Return Password, and select a field in Autonami where the password should be stored.

After a new user is created, their automatically generated password will now be saved back to their contact record, and you can use a merge field to include it in an email. The username will be the contact』s email address.

#Was this helpful?

Let us know if you liked the post. That』s the only way we can improve.

Yes

No

Agile CRM Webhooks

Agile CRM Webhooks

#Overview
You can use webhooks in Agile CRM to send data back to your WordPress site using WP Fusion. Using webhooks you can create new users on your WordPress site based on rules in Agile CRM, or update existing users』 meta data and tags.
There are two ways to sync data between AgileCRM and WP Fusion. Method One is available on all plans. Method Two is available with Enterprise plans, but not the lower pricing tiers.
Having trouble receiving webhooks? Check out our troubleshooting guide.
#Method One
In a new or existing campaign, add a JSON IO item to any campaign. This could be triggered by a tag being applied, or part of a larger sequence.

Click on the JSON IO item and in the window that pops up, configure the parameters like in the screenshot below. Replace the URL field with the URL to the home page of your site, and put your access key (from the main page of the WP Fusion settings) in the access_key field.

 
#Method Two
Agile CRM also supports an alternate method of sending webhooks that doesn』t require setting up a campaign sequence. Using this method, WP Fusion will pull the latest data from Agile CRM any time a contact』s details are updated, or a tag is added/removed. For more information on this method, see Agile CRM』s documentation.
To use this method with WP Fusion, create a new webhook and set the URL following the example below.

The URL should be in the format:
http://yourwebsite.com/?wpf_action=update&access_key=YOURACCESSKEY
Make sure to select 「Contact」 as the module, and replace ACCESSKEY in the URL with your unique access key (visible on the WP Fusion settings page). Once the webhook is enabled, any changes to contacts in Agile CRM will be reflected on your site immediately.
 
#To update a user』s tags
To update an existing WordPress user』s tags from the contact record, the URL for the webhook should look like the following:
http://mydomain.com/?wpf_action=update_tags&access_key=YOURACCESSKEY
 
#To update a user』s tags and meta data
To update a user』s tags and pull any new meta data from AgileCRM for that contact, the URL for the webhook should look like the following:
http://mydomain.com/?wpf_action=update&access_key=YOURACCESSKEY
 
#Create a new user
To create a new user, set wpf_action to add.
You can also specify additional parameters in user creation. For example, to send the user a welcome email containing a link to log in on your site, add a parameter send_notification and set it to true.
You can also specify a specific user role to be assigned to the new user, by adding a role parameter. For example, to set the new user to the 「customer」 role, set role to customer.
Note that you have to have registered a 「customer」 role on your site for this to work. By default users will be assigned the role of 「subscriber」.
The add method will update a user if an existing user already exists. It will not create a duplicate user.
 
#Update an existing record only.
If you only want to update an existing contact record to pull any new data from Agile CRM for that contact but NOT create a new user in WordPress, set wpf_action to update.
Note: By default, user accounts will be created with their email address as the username and a randomly generated password. However, if you have created a custom username field and password field in your Agile CRM application, and enabled these fields in WP Fusion for sync with user_login and user_pass on your website, the new users will be given the usernames and passwords stored in their Agile CRM contact record.
#User passwords
New user accounts will be created with an automatically generated password. If you』d like to use this password in your email marketing, you can send the password back to Infusionsoft after it has been generated.
In the Webhooks section of the General settings tab, check the box for Return Password, and select a field in Agile CRM where the password should be stored.

After a new user is created, their automatically generated password will now be saved back to their contact record, and you can use a merge field to include it in an email. The username will be the contact』s email address.

#Was this helpful?

Let us know if you liked the post. That』s the only way we can improve.

Yes

No