cloudlabtech/SDK-Solides-API

Webhook: Novo colaborador

edarruiz opened this issue · 2 comments

Implementação do webhook novo_colaborador segundo documentação disponível em https://gestaoapidocs.solides.com.br/#tag/novo_colaborador.

good evening could you help me with webhook i need to do a communication by webhook to Bubble

good evening could you help me with webhook i need to do a communication by webhook to Bubble

Hello @Mustasso!

This SDK intends to be an implementation to create the bridge of communication with the Solides API, based on your custom application, made using C# and dotnet. Also the development of this SDK is on hold for now until we have more details about the business implementations and enough time to continue the development process.

We do not intent to create any compatibility with third party platforms or softwares, so I guess I cannot help you with this.

Anyway, I can give you some tips to get some further knowledge about what you need:

  • Since Bubble is a low-code platform, you can read their documentation about how to create service endpoints to consume webhooks calls from POST requests from any external API.
  • You also need to read the Solides API documentation and learn about their payloads and how they trigger the webhook POST requests from their platform to 3rd party platforms using webhooks.
  • Finally you create and configure what is needed inside Bubble, using the payloads from Solides and make it work, creating any additional processing from the tools Bubble provides to you to work with external data.

Wish you good luck with your implementation and your solution.

Best regards,