Updating macros to use a new field
We currently have a large, unknown number of macros using the ID for a field that was set up as an integer but should have been set up as a decimal. We've created the replacement to that field but can't roll out the change until we review all the macros referencing the field and updating to the new field.
This change means that any placeholder insert needs to be replaced and every action reconfigured.
How do you accomplish this with the API? As we are doing a lot of backend cleanup, it looks like this method will need to be reusable.
-
Hi Matthew,
You can list down all the macros you have by using List Macro endpoint, then do the necessary update by using Update Many Macro endpoint.
Please sign in to leave a comment.
1 Comments