by Masterclass Series | Jan 1, 2025 | Uncategorized
Receives data from an incoming HTTP Request (set up to use respond to webhook node) Create dummy data Convert JSON to XML which gets returned Respond to Webhook which returns the data and the content type of the data
by Masterclass Series | Jan 1, 2025 | Uncategorized
Transforms XML data to JSON honoring XML attributes by putting them in a separate key:
by Masterclass Series | Jan 1, 2025 | Uncategorized
Filters articles based on keywords, checks against MongoDB for unique links, then sends results to different webhooks
by Masterclass Series | Jan 1, 2025 | Uncategorized
Shows how it is possible to use the data of a command line tool which returns JSON. Example shows how: to bring data in flow to use data directly in a node Note that the ‘execute command’ node is not available on n8n Cloud.
by Masterclass Series | Jan 1, 2025 | Uncategorized
Listen on new emails on a given IMAP mailbox. Converts the binary XML attachment to a stringified xmlproperty on the $data object and converts it to JSON. The Setnode could be replaced with Function nodes for example to do a conversion/mapping/transformation. The JSON...