Hi there,
I’ve got an API workflow endpoint that’s connected to a Sendgrid inbound parse webhook. The connection works, because I can send an email to the address and detect data/modify types in the endpoint menu:
However, I can’t seem to get the API to run. Nothing shows up in the server logs and the first step in the workflow (Create a new Email Info) never completes.
Is my setup wrong? I thought it would work because the emails seem to be parsed when I test it, but I’ve noticed some inconsistencies. The endpoints are different in the detect endpoint data and the settings menu, although it does redirect to the correct address:
Otherwise I think everything is set up correctly, as far as I can see. Sendgrid inbound parse, DNS records, Bubble API endpoint, they’re all connected, they just don’t seem to work automatically at runtime.
Thanks for any help!