Tags
Tags_Create
Add a Tag to the top of a Customer's account with this API method.
Required Input
- CustomerID As Integer – a valid Rev.io Customer ID
- Color As String – BLUE, GREEN, PINK, PURPLE, RED or YELLOW
- Title As String – Name/title of the Tag
Output
- ID As Integer – the ID of the Tag that was created as a result of this request.
Tags_Delete
Remove a single tag by ID from a Customer's account with this API method.
Required Input
- ID As Integer – a Valid Tag ID
Output
None
Tags_Query
Returns a list of Tags by Customer ID
Required Input
- CustomerID As Integer – a valid Rev.io Customer ID
Output
- A list of matching:
- ID As Integer – Tag ID
- CustomerID As Integer – Customer ID
- Title As String – Name/title of the Tag
- Color As String – BLUE, GREEN, PINK, PURPLE, RED or YELLOW
Updated almost 6 years ago