Slack Message Generator avatar
Slack Message Generator

Pricing

Pay per usage

Go to Store
Slack Message Generator

Slack Message Generator

Developed by

Kateřina Hroníková

Kateřina Hroníková

Maintained by Community

This actor sends messages to Slack automatically. It can be used instead of email notifications and is ideal to combine with other actors monitoring successful runs, errors, etc.

0.0 (0)

Pricing

Pay per usage

19

Total users

120

Monthly users

16

Runs succeeded

99%

Issues response

12 days

Last modified

2 years ago

CQ

invalid_auth with latest build

Open

cs_qa opened this issue
2 years ago

When using the latest build, we place the token in the new encrypted field and get:

ERROR The function passed to Apify.main() threw an exception: Error: An API error occurred: invalid_auth at Object.platformErrorFromResult (/home/myuser/node_modules/@slack/web-api/dist/errors.js:50:33) at WebClient.apiCall (/home/myuser/node_modules/@slack/web-api/dist/WebClient.js:503:28) at processTicksAndRejections (internal/process/task_queues.js:97:5) at async /home/myuser/src/main.js:11:20 at async run (/home/myuser/node_modules/apify/build/actor.js:194:13)

reverting to the previous build 0.0.19 with the regular text field for the same token still works.