Expand my Community achievements bar.

SOLVED

How to update marketing action on a destination

Avatar

Level 1

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

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

You will need to use the /PATCH operation to update the flow details.  

View solution in original post

2 Replies

Avatar

Employee Advisor

@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

Avatar

Correct answer by
Community Advisor

You will need to use the /PATCH operation to update the flow details.