Automatically New Contact Creation Not Working

Status
Not open for further replies.

jahanzaib.khan@seamlessid

Free User
Joined
May 16, 2024
Messages
11
Reaction score
0
Hi there,

We have had the 3CX salesforce integration running well and it was creating contact records automatically, within the last few months, Existing contacts load in Salesforce when the call is accepted, but new contacts don’t.
Is there any way to achieve this?
I edited my template according to this link: https://www.3cx.com/community/threads/hubspot-not-showing-all-calls.122311/#post-573343
but it is creating direct new contact records every time not searching the records.
The CRM template has been attached.
 

Attachments

You need to adapt the template to detect if a record was found, and if not run the creation scenario.

You can use [FoundRecordsCount] in the chained scenario to detect that.
 
You need to adapt the template to detect if a record was found, and if not run the creation scenario.

You can use [FoundRecordsCount] in the chained scenario to detect that.
Yes It is added in the template but not working1716552294552.png
 
Did you chain them? The lookup scenario should have a Output Next=
 
  • Like
Reactions: Evolute IT
Could you please tell me the line where I can put
<Outputs Next="CreateContactRecord" AllowEmpty="true" />
can I put 2 outputs one for AllowEmpty="false" and the second is AllowEmpty="false" like below
<Variable Name="Fax" Path="searchRecords.Fax">
<Filter />
</Variable>
<Variable Name="Email" Path="searchRecords.Email">
<Filter />
</Variable>
<Variable Name="AccountId" Path="searchRecords.AccountId">
<Filter />
</Variable>
</Variables>
<Outputs Next="GetAccountName" AllowEmpty="false" />
<Outputs Next="CreateContactRecord" AllowEmpty="true" />
</Scenario>
 
No, you can only have one, and in this case, the Next would go on the GetAccountName scenario since it's already chained.

So it would do: Lookup -> GetAccountName -> CreateContactRecord, and that's where the outputs sub-elements go as well.
 
No, you can only have one, and in this case, the Next would go on the GetAccountName scenario since it's already chained.

So it would do: Lookup -> GetAccountName -> CreateContactRecord, and that's where the outputs sub-elements go as well.
So where i can put CreateContactRecord scenario, Please help me in this
 
Please help on this
 
Status
Not open for further replies.

Latest Posts

Forum statistics

Threads
111,973
Messages
590,075
Members
164,895
Latest member
jasonkkrause