Locating Placeholders in Triggers, Automations & Macros | Community
Skip to main content

Locating Placeholders in Triggers, Automations & Macros

  • September 28, 2023
  • 1 reply
  • 0 views

Nora11

We want to prevent relay spam and update our macros, triggers and automations by removing the placeholders that would attribute to this.

Is there a way to see where these placeholders are without revisiting all the macros, triggers and automations individually?

1 reply

  • September 29, 2023

Hi Lenora,

One way I can think of is by using the List API endpoint for the macro

It will return a list of 100 macros per page in JSON format and here you can just search for the Placeholder.

Hope this helps.