You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this workflow we will be keeping all the leads from one Lead Docket synced with another. The workflow from a high level will look like the following:
New Lead Creation (Workflow)
Requirements:
Endpoint
Topic
Database(to store mapping of IDs in Lead Docket A to Lead Docket B)
Steps:
Lead Created Webhook(from Lead Docket A)
Transform and Send Lead(to Lead Docket B)
Create entry in our Mapping DB(Map Lead Docket A ID to Lead Docket B ID)
Lead Status Update (Workflow)
Requirements:
Endpoint
Topic
Database(to store mapping of IDs in Lead Docket A to Lead Docket B)
Steps:
Lead Status Change Webhook(from Lead Docket A)
Lookup in DB for Lead ID in Lead Docket B
Update the status in Lead Docket B using the Rest API
The text was updated successfully, but these errors were encountered:
As I've understand we want this synchronization to be one way, not both ways, right?
Also, this is not urgent but I'd probably need the format we will be sending to the other docket for both update and creation(maybe it should be the same format with the one we use in ld_ld_sync but still) at one point.
As for the incoming requests, I've already got the json format that docket sends to us from the other project and looked around the swagger docs of the lead docket as well, so I should be fine in that end.
Yeah I'll get you that info. What I'm going to do is set up 2 topics. One that will catch the Lead Created messages and one that will catch the Lead Status Update messages. From there you can go in the UI and retrieve the messages
Just an update that I'm migrating our infrastructure from my local server to the cloud. This is taking some time as I have to change a lot of what we're doing for a cloud setup. I'll let you know when the migration is completed and when the new topics are set up.
In this workflow we will be keeping all the leads from one Lead Docket synced with another. The workflow from a high level will look like the following:
New Lead Creation (Workflow)
Requirements:
Steps:
Lead Status Update (Workflow)
Requirements:
Steps:
The text was updated successfully, but these errors were encountered: