Searching Records using HTTP module

Hi all

This is my scenario for taking real estate property data from Tadabase into my CRM (which doesn’t have an app in Make.com).

I have successfully managed to create the listing (POST), linked to the owner using this scenario, but I need to make sure that when the property is updated in Tadabase, then the relevant property is updated in the CRM.

The crm needs an ‘ID’ at the end of the URL (PUT) (e.g. https://api.apex27.co.uk/listings/id), which I can’t seem to work out how to get. I’ve used a ‘GET LISTING’ but that just displays all of the listings in the crm, and I can’t seem to select the one that needs to be updated.

I’m assuming this ‘search’ module would go before the ‘Create Property’ module.

Hopefully that makes sense and some one can help me here!

Enjoying learning all of this!

Welcome to the Make community!

1. Screenshots of module fields and filters

Please share screenshots of relevant module fields and filters in question? It would really help other community members to see what you’re looking at.

You can upload images here using the Upload icon in the text editor:
Screenshot_2023-10-07_111039

2. Scenario blueprint

Please export the scenario blueprint file to allow others to view the mappings and settings. At the bottom of the scenario editor, you can click on the three dots to find the Export Blueprint menu item.

Screenshot_2023-08-24_230826
(Note: Exporting your scenario will not include private information or keys to your connections)

Uploading it here will look like this:

blueprint.json (12.3 KB)

3. And most importantly, Output bundles

Please provide the output bundles of the modules by running the scenario, then click the white speech bubble on the top-right of each module and select “Download output bundles”.
Screenshot_2023-10-06_141025

A.

Save the bundle contents in your text editor as a bundle.txt file, and upload it here into this discussion thread.

Uploading it here will look like this:

bundle.txt (12.3 KB)

B.

If you are unable to upload files on this forum, alternatively you can paste the formatted output bundle in this manner:

  • Either add three backticks ``` before and after the code, like this:

    ```
    input/output bundle content goes here
    ```

  • Or use the format code button in the editor:
    Screenshot_2023-10-02_191027

Providing the output bundles will allow others to replicate what is going on in the scenario even if they do not use the external service.

4. Link to external API documentation

Please provide a link to each endpoint in the external API documentation that you need to request.

Following these steps will allow others to assist you here. Thanks!

2 Likes

Thanks for the response, however, my current modules (in the image) are working fine… I just don’t know how to create the ‘search’ and ‘update’ modules if the property exists, as explained in the original post…

Then this is not the correct endpoint. You need to find an endpoint on the API that allows you to search listings.

If there is no such endpoint, then you can Iterate the listings array, and add a filter so that only the listing you want passes through to the next module.

We won’t also know unless you provide the requested information.

If you need further assistance, please provide the following:

Welcome to the Make community!

1. Screenshots of module fields and filters

Please share screenshots of relevant module fields and filters in question? It would really help other community members to see what you’re looking at.

You can upload images here using the Upload icon in the text editor:
Screenshot_2023-10-07_111039

2. Scenario blueprint

Please export the scenario blueprint file to allow others to view the mappings and settings. At the bottom of the scenario editor, you can click on the three dots to find the Export Blueprint menu item.

Screenshot_2023-08-24_230826
(Note: Exporting your scenario will not include private information or keys to your connections)

Uploading it here will look like this:

blueprint.json (12.3 KB)

4. Link to external API documentation

Please provide a link to each endpoint in the external API documentation that you need to request.

Following these steps will allow others to assist you here. Thanks!

2 Likes