*Thread Reply:* Daniel on CAjuvhall zak on rosemead
@Nicholas McFadden has joined the conversation
get zip open the zip and navigate as follows: Microsoft.flows flows open scary folder
search: "type":"Http" - locate the first instance, find where it says body after that and copy from the first curly bracket to the first instance of 3 curly brackets- we are looking to get the entire map/payload/data section
create a new json file in gcp-integrations-main called mpa_body.json, copy paste into there
open lawruler
go to setup case types, milestones, task list items search for the case. obtain case ID that you are working on next to it - write it down: 1766
go to automations ai and automation campaigns put in type of case locate the column that ends with webhook English Click pencil email content tab Copy the content shown go back to vscode, create a new txt file paste content
run mpa map cd to the gcp-integrations root $env:PYTHONPATH="." python .\tools\mpamap.py mpabody.json .\lawruler_body.txt
confirm change worked in mpa_body.json "First": "Contact/FirstName", "Last": "Contact/LastName",
create new folder called intakeXXX where XXX is the case ID you wrote down earlier move mpabody.json into your new folder change it's name to mapping.json
go to GitHub, gcp-integrations/intake_1811 download main.py, put it in your newly created folder open main.py in vscode delete line 15
FIND THE KEY go back to definition.json ctrl f search for: "name":"integration_key" and copy the long value that comes after that. ex: 5bca9b1188dc4e9ea426d696caf55c81 Navigate back to main.py inside of the folder you created change the key in line 14, to the key that you got previously. l
set the channel topic: friday firefighting
@here can I get a quick update of where yall are at? Have meeting with Cam at 1:30
@Nicholas McFadden made a list of possible impacted SA campaigns. Cam mentioned 3 leads all have been retriggered and sent. Exported all MPA flows based on impact list. Working on GCA conversion, list is at 12 currently.
Dustin trained me on proceess, I'm in the process training the rest of the team and having us each run through it together while Dustin is at lunch
One has been sent over to Dustin ready for him to push already
@Ahsan please send me that list
*Thread Reply:* https://docs.google.com/spreadsheets/d/1i4Di7kd2NTXV0LzUWuYdGPYff3CNojIIYpAv45es4/edit?usp=drivesdk
*Thread Reply:* @Nicholas McFadden you have editor access btw
@Nicholas McFadden I will be starting NEC after lunch. Found lead for pa Lakin that lawruler never sent to automation from 9/17.
python -c "import json;f=open('definition.json', 'r+');d=json.load(f);f.seek(0);json.dump(d,f,indent=4)"
python .\tools\mpamap.py mpabody.json .\lawruler_body.txt