Skip to end of banner
Go to start of banner

How To: Post an API for Application Update

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 6 Next »


How to App update.wmv

Step-by-Step Guide

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.

  1. Log in and open inFlow.

  2. Select a lead to update.

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

  4. 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.

  5. 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.

  6. 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.

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


  8. Additional information can be found at https://crm.insellerate.com/Help/Api/POST-api-integration-UpdateApplication_applicationId.


Filter by label

There are no items with the selected labels at this time.

  • No labels