skyfreshsingh
Member
Hi,
I contributed to this post: https://forum.pabbly.com/threads/pabbly-and-highlevel.13223/
And the workflow is unfinished.
Now that we created a HighLevel location with LeadConnector Pabbly Connect integration, we want to create a user or admin in our HighLevel Agency account to be assigned to the new location.
We have both our Agency API and Agency Location API (where our agency CRM with tags, workflows, etc is) Keys connected to Pabbly.
Step 1 (trigger): Agency Location API ~ Webhook received from HighLevel workflow
Step 2: HL Agency API ~ create location
Step 3: Agency Location API ~ update contact via email address with tag and location ID custom field
Step 4: HL Agency API ~ Create User with First Name, Last name, email, new location ID
Step #4 is not working. We are receiving an error message.
When implementing this, I'm consistently receiving an error message:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Error</title>
</head>
<body>
<pre>Bad Request</pre>
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/v52afc6f149f6479b8c77fa569edb01181681764108816" integrity="sha512-jGCTpDpBAYDGNYR5ztKt4BQPGef1P0giN6ZGVUi835kFF88FOmmn8jBQWNgrNd8g/Yu421NdgWhwQoaOPFflDw==" data-cf-beacon='{"rayId":"7c6791421feec390","version":"2023.4.0","b":1,"token":"ec935b945bc9482e9a42a7a0447b6540","si":100}' crossorigin="anonymous"></script>
</body>
</html>
How can we auto-create agency-level user assigned to location with pabbly connect?
I contributed to this post: https://forum.pabbly.com/threads/pabbly-and-highlevel.13223/
And the workflow is unfinished.
Now that we created a HighLevel location with LeadConnector Pabbly Connect integration, we want to create a user or admin in our HighLevel Agency account to be assigned to the new location.
We have both our Agency API and Agency Location API (where our agency CRM with tags, workflows, etc is) Keys connected to Pabbly.
Step 1 (trigger): Agency Location API ~ Webhook received from HighLevel workflow
Step 2: HL Agency API ~ create location
Step 3: Agency Location API ~ update contact via email address with tag and location ID custom field
Step 4: HL Agency API ~ Create User with First Name, Last name, email, new location ID
Step #4 is not working. We are receiving an error message.
When implementing this, I'm consistently receiving an error message:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Error</title>
</head>
<body>
<pre>Bad Request</pre>
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/v52afc6f149f6479b8c77fa569edb01181681764108816" integrity="sha512-jGCTpDpBAYDGNYR5ztKt4BQPGef1P0giN6ZGVUi835kFF88FOmmn8jBQWNgrNd8g/Yu421NdgWhwQoaOPFflDw==" data-cf-beacon='{"rayId":"7c6791421feec390","version":"2023.4.0","b":1,"token":"ec935b945bc9482e9a42a7a0447b6540","si":100}' crossorigin="anonymous"></script>
</body>
</html>
How can we auto-create agency-level user assigned to location with pabbly connect?