Every element in Boomi Flow is assigned a universally unique identifier (UUID). We can find this ID by typing macro in the address bar of the API client (or by copy-pasting api/draw/1/element/macro) and clicking GET.
Let’s see the procedure:
-
- Click API.
This opens the Flow API client. - Type macro in the address bar.
- Select api/draw/1/element/macro and click GET.
This lists all the macros in our tenant, along with their metadata. - We can scroll down to the macro we are looking for by name, to find the ID.
Doing a (Ctrl+F) or a (Cmd+F) to search the macro by name also works.
- Click API.