Introduction
Developer Preview
APIs in Developer Preview are subject to change and are not intended for use in production.
Send us your suggestions for improving this API. Your feedback is valuable to us.
APIs in Developer Preview are subject to change and are not intended for use in production.
Send us your suggestions for improving this API. Your feedback is valuable to us.
This service allows you to manage workflow cards, including creating, deleting, and updating workflow cards.
Permissions information
Functions in the Cards API are restricted and only run if you elevate permissions using the wix-auth
elevate()
function.
Warning: Elevating a function allows it to be called by any site visitor. Exercise caution to prevent security vulnerabilities.
To use the Cards API,
import cards
from wix-workflows.v2:
js | Copy Codeimport { cards } from 'wix-workflows.v2';
Was this helpful?