Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


How to App update.wmv

Step-by-Step Guide

Info

To update an application (lead) with the help of APIs, you must know the library available field IDs for a field on the inFlow screen.

...

Log in and open inFlow.

...

Select a lead to update.

...

Note the application ID of the application (lead) from the URL to use in the API script.

...

...

Navigate to the help page https://crm.insellerate.com/help to look up the library available field IDs of the fields to update for the lead.

...

Once the field IDs are noted, they can be used with the application ID in the following script in Postman. In this example, the fields Work Phone and Email are being updated. FieldId holds the library available fieldIDd  and  Value holds the input data that will be displayed on the inFlow screen for the lead. You must enter valid data into the fields or the application will not be updated.

...

...

Once all details are entered in Postman:

  1. Click the blue Send button.

  2. Confirm the response reads Message: Application updated successfully.

  3. Confirm the Status reads 200 OK.

Navigate back to the inFlow screen and check if the specific fields have been updated for the lead selected. Refresh the page if needed.

...

...

To make a request to update an application field on Insellerate, the field library ID will need to be used. See Prospect Table (Field Library) under the Field ID column.

Request URL

https://app.insellerate.com/api/integration/UpdateApplication?orgId={{Insellerate Org ID}}&applicationId={{Insellerate Application ID}}

 

Sample Request Body

[

    {

        "FieldId": 855,

        "Value": "1990-01-01"

    },

    {

        "FieldId": 219,

        "Value": "true"

    }

]

Senders should receive a 200 OK response code, notifying them that the request was received and was either successful/unsuccessful.

Filter by label (Content by label)
showLabelsfalse
max5
spacesCS
sortmodified
showSpacefalse
reversetrue
typepage
cqllabel = "note" and type = "page" and space = "CS"
labelsnote

...