Cults
cultsCults is a digital marketplace for 3D printing models, offering a platform for designers to share and sell their creations.
Acciones disponibles (3)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Get Approved OriginsCULTS_GET_APPROVED_ORIGINSAcciónTool to retrieve approved sharing origins from Cults. Use when you need to infer the allowed domains for the Share on Create action. Use after authenticating with Cults.
CULTS_GET_APPROVED_ORIGINSAcciónTool to retrieve approved sharing origins from Cults. Use when you need to infer the allowed domains for the Share on Create action. Use after authenticating with Cults.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Cults GraphQL POSTCULTS_GRAPH_QL_POSTAcciónTool to execute a GraphQL operation against the Cults API. Use when you need to fetch or mutate data via the Cults GraphQL endpoint.
CULTS_GRAPH_QL_POSTAcciónTool to execute a GraphQL operation against the Cults API. Use when you need to fetch or mutate data via the Cults GraphQL endpoint.
Parámetros de entrada
querystringObligatorioGraphQL query string specifying the operation to execute
variablesobjectOptional variables for the GraphQL query
operationNamestringOptional operation name if the query contains multiple operations
Parámetros de salida
dataobjectData returned by the API matching the GraphQL query
errorstringError if any occurred during the execution of the action
errorsobject[]List of GraphQL errors, if any occurred
successfulbooleanObligatorioWhether or not the action execution was successful or not
Share on Create (FR)CULTS_SHARE_ON_CREATE_FRAcciónTool to prefill a new creation on Cults (French locale). Use when you need to generate a one-click share link for a 3D file. Use after your site is approved by Cults.
CULTS_SHARE_ON_CREATE_FRAcciónTool to prefill a new creation on Cults (French locale). Use when you need to generate a one-click share link for a 3D file. Use after your site is approved by Cults.
Parámetros de entrada
originstringObligatorioYour site name (domain), approved by Cults beforehand.
file_urlstringObligatorioAbsolute URL of the 3D file to share. Must be URL-encoded.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not