Hox to fix this error? -> Unknown type 'URL' of parameter 'attachmentUrl'

Hi guys,

Thank you all for the help you all usually provide.

My problem:
When I try to create an email campain with SendInBlue using an attached file, I need to use an Attachment url as request by the related module.
See screenshot below::point_down:
image

I tried it with different url’s from complex to very simple. The effect is the same: I get always the same error.
Here it is:

Can you give me some clue on how to make Make happy with my given url? :smiley:

Thank you in advance.

Have a great day!
Jea-François (Belgium)

1 Like

Hi. How are you?

Try delete the step and setup it again. If it not works, you can try make an http request to the Sendiblue API instead use the Make module:

Please don’t hesitate to contact us if you need any additional help.

Cheers
//HFBR

2 Likes

Thank you HFBR.

I’ll try this and will let you know.

Cheers
JFC

Hi HFBR,

I tried your 2 tips : thx for that :slight_smile:
Replacement of the module: failed
Http module: should work, but, as I have no tech background, I have an issue to make the correct request
Here is the part of code I cannot complete:
image

Well, in this case you need have an array to send the data from the step source. The best way is creating a json with the array structure the listIds, parse it and and map the output it the field.

If you need additional support, please don’t hesitate to reach out.

Cheers
//HFBR

1 Like