-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Was the end-user authentication of the Salesforce connector been deprecated? #63
Comments
Cross-referencing with @hoyo's Slack Community thread as well: |
Hey @hoyo 👋🏻 Thanks for using the Slack CLI and Deno SDK 🙂 Can you tell us whether the |
Hello again @hoyo 👋🏻 I've been talking with a few backend engineers at Slack. If possible, would you mind adding MyWorkflow.addStep(
Connectors.Salesforce.functions.CreateRecord,
{
salesforce_access_token: { credential_source: "END_USER", user_context_source: "LAST_INTERACTOR" },
salesforce_object_name: "Task",
metadata: {
// ...
},
},
); The reasoning is that the Slack API defaults to |
Thank you for your response. I tried your advice, and However, the workflow is not being executed, so there may be an error in another part of the code I have implemented a workflow that includes a Salesforce connector to be triggered via the workflow button. After running |
It appears theirs been a breaking change to the definition of It now seems to be using a type that is not yet defined by the deno SDK, I opened up this PR to add it, reviews will soon be welcome But this missing type caused the automated job generating the source code of deno-slack-hub to fail, I suspect this may be the underlying issue, I suspect |
@hoyo [email protected] is out and should resolve this issue 🚀 Let us know if we can close this issue! |
@WilliamBergamin Thank you for your support. Unfortunately, the problem was not solved when I have updated [email protected] and [email protected]. The workflow including a step with |
I was able to reproduce this behavior, It seems this may be a backend issue related to the external authentication of the connector I'm am trying to figure out if there is a potential work around to this this 🤔 |
I had used the Salesforce connector of deno-slack-hub with Slack Workflow.
When I ran
slack deploy
recently, the following error message appeared and it seems not to work.Is there any solution of this problem?
The text was updated successfully, but these errors were encountered: