For Monday.com what dept would we be? software or it?
So going to be taking lunch in a bit if that is good with you.
Hopefully we'll have an update on our API Integrations by the time you come back.
Morning, are we going to do this stand up at our desk or grab a room?
Cool, and you are out early this thursday or something yea?
https://lp1.shieldtrk.com/post.do
lpcampaignid - 634edf0172432 lpcampaignkey - 9Mft4WVzFCDyqhkT8LxP lps1 - PL-FacebookMB-MLHairRelaxerFORM2QC mb - JA firstname lastname phonehome emailaddress
https://leads.shield-legal.com/login.html - Leadspedia
Hey should the leads page use my same enterprise login or so there a temp to use first to login?
I know my credentials are the same for Windows and Leadspedia, but I don't remember setting that account up.
I'm sorry..., I was answering a question and then got coffee
AFter the meeting let's figure out where.
Retriggering the Lead and then I'll be ready to hop back in.
tiktok form 1 for video game addiction did close out, want me to send the integration complete message to max and close the ticket?
Good Afternoon. I am 5 hours into the drive. Howβs your day going?
Afternoon. Making good time I hope. Day is pretty chill. Just a few interesting rid bits. Zapper looks like it uses a json file. So form integration should be quicker once that is ironed out. Max hasnβt responded for that pending TikTok form. That is pretty much all thatβs going on
Made a test file for us to try that zapier form integration
Did you figure out the new project?
Also qq for the udf mapping and stuff, how do we generate our side of the map, do we reference the clients initial ask or have the client try and match what how we do ingestion so we can map easier?
The first W. Looks like I got the script working finally.
Awesome..., I will come check it out in a few.
Let me know when you want to do that huddle. I am back at my desk and done with lunch.
OK. I am going to set up variables and then we will huddle.
I saw the test lead emails, did you want to do the huddle after lunch?
Sorry I am in a state of confusion as it relates to these integrations.
Popping out for lunch, back at 1
OK. When I finish up lunch I'll start a huddle.
Hello Ahsan..., when you have reviewed the Wagstaff API documentation let me know what your thoughts are; I am using Postman to send a request and I can't connect .
Hey Dwght, yea I will look it over now and ping you once I am done.
Hey do we have a copy of the api doc? Dont see any email with the documentation
import requests import json
url = "https://wagstafflaw.lawruler.com/lawruler-parsing.aspx?Key=6084A579C6CA45059910B47CE286B&FirstName=Test&LastName=Tester&FullName=Test Tester&BusinessName=Testing One Two"
payload = {} headers = { 'Content-Type': 'application/json' }
response = requests.request("POST", url, headers=headers, data=payload)
print(response.text)
do we have access to the azure api management portal? We can get the subscription key from there and the script should work.....maybe
Hmmm, then we may need to do a custom connector, but I dont think we have the time given the deadline.
I know..., Mike and I have discussed handling the integration in the common manner
Yea everything in the docs is pointing to a custom connector/python script.
Hey Dwight for the forms you want to me to handle. I am supposed to do the wagstaff forms or the new ones Max submitted on Zapier?
If so, do those first.
Want me to update max's old zapier ticket? Was gogint o send something like this:
Just following up on this ticket. Are we still leaving this ticket pending while the mapped fields issue is still being worked on from your end? Please advise. Thank you for your attention on this matter.
Just a heads up, working remote today, car troubles
Morning, when you get a chance can you send me the link for the wagstaff meeting. I do have it on my calendar.
https://zoom.us/j/96776904564?pwd=hE3bLp8xQJP3GrcM7IihHdbJvyhMhc.1
The tik tok leads keep failing when using max's zap he created. E, F, G all have the same issue.
Yes. That's the response you want. It's rejacting because of the test data being passed.
Hey Dwight, I have to go pick up my car at the shop. Heading out but I will be on at home in a bit.
Hey Dwight what is this restructure taht was being talked about in the standup?
I cant tell what is wrong on this form for this tik tok lead that caleb submitted
Hey @Ahsan, Iβll be back in the office in about 15 minutes, but Caleb is saying that the S1 field may not be correct. Can you take another look at that in comparison to whatβs in the help desk ticket?
You know Bill Walton and Larry Allen died, you could say that to take today off
I am going with my will to work so today is a half day
going to take an early lunch, be online when I get home
Morning Dwight. Got maintenance coming today so I am working from home
Navigate to the Try --> Does Lead Exist - Will Always Process -- > Yes to see the process
Yea I get an autho request when trying to login for PA
Hello Ahsan..., are they having a standup today?
No, Nick w cancelled it
If i get a 10999 error its likely a sql server error yea?
Hey Dwight, when you have time, can we connect and you show me how to pull the field s out of law rule so we can do the baypoint mapping.
Give me 10 minutes
Hey Dwight I converter the csv into to a tabular format now. What is next?
So you can take this table and add it to the API document in a "Mapped Fields worksheet."
When I am in the office tomorrow, we can set it up.
<<Lead ID>>%% <<Lead First Name>>%% <<Lead Last Name>>%% <<CellPhone>>%% <<Address1>>%% <<City>>%% <<State>>%% <<Zip>>%% <<date of birth>>%% <<email>>%%
"headers": {"Content-Disposition": "form-data; name=\"file\"; filename=\"Donald-558146-SignedContract-Questionnaire.pdf\"" }
Can we make a webhook of the test lead Mark makes or does it have to be an actual person?
Hey Dwight does smart advocate have a question order we have to maintain or does the question order only matter for law ruler?
How annoying is it to have to pull 2 different law rule campaigns into a single PA flow?
Try this
```import requests import json
url = "https://wagstafflaw.lawruler.com/lawruler-parsing.aspx?Key=6084A579C6CA45059910B47CE286B&FirstName=Donavan&LastName=Testing&FullName=Donavan Testing&BusinessName=Testing One Two&LeadProvider =<Referral Firm Name>&Hear=<VENDOR NAME>&Status=Signed Retainer Contract&CaseType=Paraquat&CellPhone=<CellPhone>&Email1=<EMAIL ADDRESS>&Address1=<Address1>&City=<City>&State=<FULL STATE NAME OR ABBREVIATION>&Zip=<5 digit Zip>&DOB=<MM/DD/YYYY>&WhenToContact=<Best time to contact the client>&custom792=<INJURED PARTY FIRST NAME>* &custom793=<INJURED PARTY LAST NAME>* &custom794=<REP FIRST NAME>* &custom795=<REP LAST NAME>* &custom796=<Firm CFA %>&custom797=<Co-Counsel Split>&custom798=<Co-Counsel Case ID>** &dupcheck=0"
payload = {} files={} headers = { 'Content-Type': 'application/json' }
response = requests.request("POST", url, headers=headers, data=payload, files=files)
print(response.text)```
<<Lead ID>>%% <<Lead First Name>>%% <<Lead Last Name>>%% <<CellPhone>>%% <<Address1>>%% <<City>>%% <<State>>%% <<Zip>>%% <<date of birth>>%% <<email>>%%
Hey Dwight when you get a moment, can we set some time up so I can build this PA flow for the PFAS stuff. A bit lost here since this is my first one.
I have a few test to submit this afternoon, but how about 2:30ish
I need to get coffee and water.
just got into rahat account
Are you ready to hop back into the huddle? Give me five minutes and whenever youβre ready, Iβm ready.
You want to just set time for tomorrow? Have a few other fires pop up right now
Yes. I'll be in the office.
Once you are done with Larkin, can we take a look at torticity baypoint
"retainDate": @{triggerOutputs()?['body/DateTimeReceived']},
username = "shieldlegal" password = "HtaJsAWF98-LWLZb8g86"
lead_headers = { "Authorization": f"Basic {username}:{password}", "Content-Type": "application/pdf" }
formatDateTime(triggerOutputs()?['body/DateTimeReceived'], 'yyyy/mm/dd')
formatDateTime(triggerOutputs()?['body/DateTimeReceived'],'D')
formatDateTime(triggerBody()?['body/DateTimeReceived'], 'MM/dd/yyyy')
Doc categories and subcategories for SA integrations
Hey Dwight I get a decode issue when trying push docs on the SA template. This is a csv and pdf being sent from the test lead email
Ahsan..., are you testing Chowchilla - Van - Long Form Interview - VAN - Shield Legal?
Lakin/Levinson is receiving data from this campaign.
If you are testing, change the URI to the testing url.
Haven't tested that today, will update the url though
Yea I did a test on that day but havent since I believe, Sa just confirmed their doc url so I am updating that and will let you know before I fire a test lead off
import requests import json
headers = { 'Authorization': 'Bearer d9f70002cb80473ba73d3eb87c7bd875', 'Content-Type': 'application/json' }
payload = {
"ID": "12345",
"acquiringLawFirm": "Test Law Firm", # defined by client, case sensitive
"coCounselLawFirm": "Test Co-Counsel", # defined by client, case sensitive
"source": "Shield Legal",
"caseType": "XXX", # defined by client, case sensitive
"caseDetails": "Test Case Details",
"retaindDate": "01/01/2021",
"firstName": "Test",
"lastName": "Testing",
"phone": "
}
response = requests.request("POST", url, headers=headers, json=payload)
print(response.status_code) print(response.text)
The second is more optimized, go with the second one.
The issue is that the payload is not being mapped. It works in the HTML format.
Hmmm, we might initialize a variable upstream to send the email body as a plain text or something and then pushed as the payload according to Dustin but he is not sure. This salesforce stuff is a learning curve like SA right now for us.
Hey Dwight, I am about to start firing off VGA leads for meadow on the devtest email. Likely will be hitting a quote on this. Are you need ing to do any testing or some prod flow for this box today?
Nope. All my test will be using Outlook.
Error message: Request failed with status code 404 (404) Session ID: 823d9760-85a4-11ef-b8aa-e7c5d008e5db
"terminal.integrated.shellArgs.windows": ["-ExecutionPolicy", "Bypass"]
also forgot to mention, delete the comment lines off 18, 19, 21
user: ShieldLegal@Meadowlawfirm.com pass: ShieldLegal01Pass! url: https://app.smartadvocate.com/SA/login.aspx?ReturnUrl=%2fSA%2f
Do you have the user name and password to pull the bearer token for ACTS?
No, I think Allen has an ACTs account we could use but that access might be restricted based on the permissions given to him. If Ashwin is the Admin, maybe he can make us an account or give higher permissions to Allen's account if their is a restriction.
'H: ' + intakeresponse.json()['case']['id']
variable = f'H: {intake_response.json()['case']['_id']}'