Background
Weβve been given the greenlight to pull in Guaranteed Rate users via API
This will save us some time (to say the least) in uploading & managing users
New User API
https://developer.totalexpert.net/credentials#
Ending in 34204 β Red Arrow Connect β GRA
Ending in 53a6a β Red Arrow Connect (Primary GR)
Ending in 52674 β Stearns Lending
This will be a GET user function
Iβm not sure how to best go about this, so weβll need to discuss. Just like last sprint, this is top priority.
PATCH API
We just need to patch 5 fields currently.
https://totalexpert.net/login
totalexpert@boxandbestow.com
uwNE4KpNT2uFGn8*
PATCH https://public.totalexpert.net/v1/contacts/{{contact.id}}
{
"custom": [
{
"field_name": "boxandbestow_gift_sku",
"value": "{SKU name, ex: Gibson}"
},
{
"field_name": "boxandbestow_gift_url",
"value": "{print template URL}"
},
{
"field_name": "boxandbestow_gift_sent_date",
"value": β{Date of Order}β
}
{
"field_name": "boxandbestow_gift_sent ",
"value": β{Yes}β
}
{
"field_name": "boxandbestow_order_id",
"value": β{Order Id, ex:TE1234}β
}
{
"field_name": "boxandbestow_tracking_number",
"value": βTracking number, not url, ex: 123456789012345}β
}
]
}
On a contact record, scroll down & click Custom. You will find the five records to update (the fifth in the screenshot is lower in the window)
1 year ago
1 year ago