Skip to content

Webhook: Webhooks Entries #1

@42atomys

Description

@42atomys

Problem to solve

Receive and store data sended by 42 Intranet Webhooks API.

Intended

Unknown

Technical Documentation

All webhooks sended by Intranet is protected by a secret key send on header X-Secret. Each webhook registry have a separated secret.

Further details

Using Redis Pub/Sub seems a reasonable choice.

Testing

Maybe add a sub command or hack scripts to simulate data sended by intranet to simplify development and contributions.

What does success look like, and how can we measure that?

Create an application that will listen to the webhooks sent in HTTP POST by the intranet of 42 and that will store them in a pub/sub, in order to be processed later and not to lose this volatile data.

Links / References

No documentation of the webhooks is public.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions