Hi,
I want to replace the marketing action that's currently applied to a destination, and I read on this blog that that is possible to do only via the API. However, I can't seem to find the relevant commands in the API documentation. Have anyone here tried to do it before?
Thanks,
Ronaldo
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
You will need to use the /PATCH operation to update the flow details.
@Ronaldo_09 not tested but you should be able to retrieve some details from the current destination through the Flow Service API - see Retrieve a flow's details
Then Update what you need with Update a flow
Operations include add, replace, and remove
You will need to use the /PATCH operation to update the flow details.