Use the following Request URL format to authenticate using API key:
OAuth 2.0 authentication
|
API key authentication
|
OAuth 2.0 protocol uses
header for authentication.
|
API key is authenticated in the
Request
URL .
|
All the custom functions in
Qntrl can be authenticated using OAuth 2.0 protocol.
|
Only
standalone functions can be authenticated using API key.
|
In OAuth 2.0 authentication, the access token
expires every hour . Refresh tokens are used to generate new access tokens.
|
API key has to be generated just once. It
does not expire .
|
Update your company’s website dynamically with the number of open job positions once a candidate is selected in the recruitment process.
Calculate the total time spent by a user on each stage and email a detailed summary to the client for billing.
Integrate Qntrl with a calendar application, and send interview invites to the shortlisted candidates.
Integrate Qntrl with Jira to add a card in Qntrl for every project created in Jira.
Navigate to and select Custom Functions under Advanced from the menu.
Click New Custom Function.
Fill in the details:
Module Type : Select Cards if the function requires card arguments.
Function Name : Name your function.
Return Type : Return type for card-based custom functions will always be void .
Description : Describe how the function works.
Arguments : Enter the arguments that are used in the code snippet. You can either use the Custom Value or choose a Form Field from the dropdown. Form fields capture dynamic values from card fields corresponding to the custom function.
Connections : Configure internal or third-party integrations here. Learn more about connections.
Code your custom function.
Click Save or Save & Execute.
Navigate to and select Custom Functions under Advanced from the menu.
Click New Custom Function.
Fill in the details:
Module Type : Select Standalone if the function requires only independent arguments.
Function Name : Name your function.
Return Type : Select a return type for the custom function.
Description : Describe how the function works.
Arguments : Enter the arguments that are used in the code snippet.
Connections : Configure internal or third-party integrations here. Learn more about connections.
Code your custom function.
Click Save or Save & Execute.
To invoke a standalone function using API key, it has to be enabled first. Make sure that the API key is generated in the Organization Setup .
Once the functions are configured, Save the blueprint.
Navigate to and select Business Rules under Automation from the menu. (or)
Select a function from the Function Gallery or Configured Functions.
While associating a function from the gallery, click Save as New.
While associating a configured function, click Save or Save & Execute .
Once the functions are configured, click Save .
Navigate to and select Custom Functions under Advanced from the menu . (or)
Navigate to board specific business rules using quick access settings. Learn more.
Click and choose Delete .
Confirm your action.
You are currently viewing the help articles of Qntrl 3.0. If you are still using our older version and require guidance with it, Click here.