What am I doing wrong here with this HTTP module?

:bullseye: What is your goal?

I want to create a scenario that will send me an SMS through my Go High Level account when someone joins my Zoom meeting.

:thinking: What is the problem & what have you tried?

I want to add an HTTP module and it will not accept the URL. Tried troubleshooting with chatGPT to no avail.

:clipboard: Error messages or input/output bundles

Value is not a valid URL address.

:camera_with_flash: Screenshots (scenario flow, module settings, errors)

Do you have a newline or spaces after the URL? Delete those.

3 Likes

No spaces. I have deleted, cleared all spaces, copied and pasted and not getting through.

1 Like

was this query from an API doc?
Tough to think there wouldn’t be no authentication needed, given that you will be sending a message.

Please provide an updated screenshot and blueprint export then, so that we can verify that the URL is now correct.

2. Scenario Blueprint

Providing your scenario will allow others to quickly recreate and see how you have set up the mappings in each module, and also allows us take screenshots or provide module exports of any solutions we have for you in return. This would benefit you in implementing our suggestions as you can view screenshots of the changes or paste corrected modules back into your scenario.

Need help❓View instructions ◀

A. Export Blueprint

In the scenario editor, click the three dots at the top-right, then select “Export blueprint”.

  • You can upload files and images to this forum by clicking on the upload button:

    Uploading an attachment here will look like this:
    blueprint.json (12.3 KB)

B. Create Public Share Link

In the scenario editor, click on the Share button:

Read more about the scenario sharing feature in the Help Centre.

Sharing these details will make it easier for others to assist you, so that you can get better answers, faster.

— @samliew

What happens when you place your cursor in these purple areas and press backspace?

1 Like

Maybe you are still missing on important params like Authentications headers. Refer to the API docs here: Send a new message | HighLevel API for that endpoint that you are using for GHL Lead Connector.

Best,
@Prem_Patel

1 Like

This is not the case, as the screenshots show that the URL field failed validation, preventing the module from saving.

1 Like

Can be the case after he saved to URL correctly.

1 Like

Welcome to the Make community!

Then in that case, since there is no GoHighLevel SMS module, you can try using the universal “Make an API Call” module, which would assist with setting up and handling the appropriate connection details —

Performs an arbitrary authorized API call.

For more information about the “Make an API Call” module and the GoHighLevel app, see the corresponding Integrations page and the Help Centre documentation.

See if such an endpoint exist in the gohighlevel Developer API reference. If it exists, you can integrate the endpoint in Make using the app’s universal module (Make an API call) or generic HTTP “Make a request” module.

If you need assistance in setting up the app’s universal module, or the generic HTTP “Make a request” module, please provide additional information about what you have tried in relation to the external service’s Developer API Reference — how you are setting the connection up, a link to the endpoint are you trying to connect to, and what errors you are encountering.

You can also complete this brand new course/tutorial in the Make Academy on how to use external APIs — API calls with HTTP modules

  • API and Endpoints
  • Header and body
  • Multipart/form-data
  • OAuth 2.0

— @samliew

1 Like