Outbound Webhooks

Hi!

I am new to Make and I am just looking for an option to send an outbound webhook?
ie. I take date from Shopify/Create/Order and i pass the data along to a particular custom webhook with the URL and KEY that I provide.

Is this possible or am i just overlooking something trivial here?

GJ

HTTP module can trigger external webhooks, and pass variables in headers, query string, request content, or in variables directly in the url, to be parsed on the other side.


This screenshot would be receive data, parse it, send it to new location.

:exclamation: Friendly Warning: data security if in relation to customer data is another concern (especially when passing data in URL which is generally not best practice for customer data)

Example for a data push to a discord channel webhook.
https://www.make.com/en/help/tutorials/how-to-send-a-message-to-a-discord-channel-via-http-when-a-google-sheet-is-updated

Thank you!
Perfect and exactly what i was looking for.

1 Like