updateCardFields( )


Deprecated. This function is being discontinued in the upcoming months. We are working to provide alternatives, and we'll provide timely updates before implementing any changes. We understand that this transition might present challenges, and we appreciate your patience and understanding.

Updates an existing workflow card.

The updateCardFields() function returns a Promise that resolves when the card has been updated with the specified values.

contactId is not a required field, but if the parameter is not passed, the field will default to empty and the card will not be associated with any contact.

This function requires you to specify the ID of a card. To learn about retrieving IDs in the Workflow API, see Retrieving IDs.

Method Declaration
Copy
Method Parameters
cardIdstringRequired

ID of the card to update.


cardInfoUpdateCardRequestRequired

Card information to update.

Was this helpful?
Yes
No