MoveCardToPhase
Official API
Implemented Class
Moves a card to another phase in Pipefy.
Arguments
<In> CardID : long
ID of the Card to be moved.
You can find this info from the API or from the link when accessing it through the web.
<In> PhaseID : long
ID of the destination Phase.
Inherited Arguments
<In> Bearer : string
The Bearer authorization token generated by Pipefy.
<In> Timeout : int
The timeout limit (in ms) for the request to be completed.
<Out> Status : string
A brief status message of the result of the action.
<Out> Success : boolean
True if the action was successful.