Skip to content
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

Self-hosted Slack Integration #28

Open
johncadengo opened this issue Apr 6, 2024 · 3 comments
Open

Self-hosted Slack Integration #28

johncadengo opened this issue Apr 6, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@johncadengo
Copy link
Contributor

I'm trying to follow the instructions here: https://docs.heyform.net/integrate-with-slack

I complete steps 1-3, and they all seem to work. I can even confirm my webhook works with Slack by using curl and sending a "Hello World" message to my Slack channel. But for step 4, I don't see any option to connect to slack. I just see a webhook option, and when I put the webhook URL into it, it doesn't work.

Screenshot 2024-04-05 at 6 41 22 PM

I can also watch the logs for my docker container and it shows it failed:

heyform-heyform-1  | [Nest] 45   - 04/06/2024, 1:38:45 AM   [Queue] WebhookQueue#2 started
heyform-heyform-1  | [Nest] 45   - 04/06/2024, 1:38:45 AM   [Queue] WebhookQueue#2 failed, attempts 1 of 3 times
heyform-heyform-1  | [Nest] 45   - 04/06/2024, 1:38:48 AM   [Queue] WebhookQueue#2 started
heyform-heyform-1  | [Nest] 45   - 04/06/2024, 1:38:48 AM   [Queue] WebhookQueue#2 failed, attempts 2 of 3 times
heyform-heyform-1  | [Nest] 45   - 04/06/2024, 1:38:51 AM   [Queue] WebhookQueue#2 started
heyform-heyform-1  | [Nest] 45   - 04/06/2024, 1:38:51 AM   [Queue] WebhookQueue#2 failed, attempts 3 of 3 times

@johncadengo johncadengo added the bug Something isn't working label Apr 6, 2024
@iMuFeng
Copy link
Contributor

iMuFeng commented Apr 6, 2024

The payload format sent to the webhook may not be compatible. You can refer to the webhook documentation for more information.

@johncadengo
Copy link
Contributor Author

@iMuFeng is there a Slack integration as described in the documentation?

I don't see anything that says Slack under the Integrations page.

@johncadengo
Copy link
Contributor Author

By the way, all the images in the documentation aren't working. This is the error I receive when trying to open up the image by its URL:

402: PAYMENT_REQUIRED Code: OPTIMIZED_IMAGE_REQUEST_PAYMENT_REQUIRED ID: sfo1::zgjcr-1712624216547-7a8238a70e34

Screenshot 2024-04-08 at 5 57 21 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Planned
Development

No branches or pull requests

2 participants