Estou tendo problemas com a conexão com a API da Rewardfull. Estou seguindo corretamente os passos mas simplesmente o workflow fica infinita. Qualquer endpoint, qualquer solicitação ele não funciona. Já entrei em contato com o suporte dos mesmos mas nada. Fiz com authorization basic auth criando a credencial e também tentei passando pelo header mas mesmo assim não deu certo.
In n8n, Rewardful’s API often hangs because Basic Auth is not supported—it requires the API secret as a Bearer token.
Solution: remove Basic Auth, add a header Authorization: Bearer YOUR_API_SECRET, and make sure you’re calling the correct base URL (https://api.getrewardful.com/v1).
Also disable “Keep Alive” and test with a simple GET (like /campaigns) first.