PLEASE NOTE: Before beginning to set up your Power Automate integration with Unibuddy, please make sure the following steps have already been taken:
Your Main Platform Widget URL has been created and supplied to your Customer Success Manager. This URL should be live and not a test site.
At least one (1) prospect or test prospect account has been created.
To successfully integrate your Unibuddy data with Power Automate, follow the instructions below:
Create a Workflow
Login to Power Automate and create a new scenario. Select the Instant Cloud Flow option:
2. Scroll down and select the When an HTTP request is received option, then click on Create.
3. Click on the When a HTTP request is received icon, then click on Use sample payload to generate schema.
4. Copy and paste the JSON file below the screenshot into the blank field, then click Done.
See the JSON file below:
{
"email": "[email protected]",
"first_name": "TestFirstName",
"last_name": "TestLastName",
"active": true,
"deleted": false,
"country": {
"_id": "600d4bf48a5b852a95581b3d",
"name": "UK",
"code": "UK"
},
"domestic_region": {
"_id": "600d4bf48a5b852a95581b3e",
"name": "york",
"country": {
"_id": "600d4bf48a5b852a95581b3d",
"name": "UK",
"code": "UK"
}
},
"id": "600d4bf58a5b852a95581b44",
"sign_up_location": "University Widget",
"signup_source": {"type": "university", "id": "58c0351c31f4ace7e727389d", "created": "2020-10-27T18:12:04"},
"date_of_entry": "January 2020",
"degree_level": "Undergraduate",
"accept_marketing": true,
"blocked_by_university": false,
"live_events": [
"test_live_event"
],
"degrees_interested": [
{
"id": "600d4bf68a5b852a95581b46",
"name": "Maths"
},
{
"id": "600d4bf68a5b852a95581b47",
"name": "Computer Science"
}
],
"<your_custom_field_name>": "<value_entered_by_prospect>"
}