Tool to initiate the OAuth 2.0 authorization process. Use when you need to redirect a user to Mural to obtain an authorization code.
scopeRequiredarrayList of permission scopes to request. Provided as a list of strings; they will be joined with spaces in the URL.
statestringOptional opaque value sent and returned in the callback to prevent CSRF and correlate requests.
client_idRequiredstringThe client identifier for your Mural app (provided when registering your app).
redirect_uriRequiredstringThe callback URL where users are redirected after granting access. Must match one of your app's registered redirect URLs.
response_typestringGrant type for authorization code flow; must be 'code'.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.