Fairly new to bubble, and having an issue with using Canvas framework login module. It makes an api call verify_send to send email verification on account creation. However, it doesn’t appear that the back end workflow ever gets called. I can call it directly if I use “schedule workflow”, but the bubble API call doesn’t.
Here’s the logs from the action that makes the API call:
We can see in your logs that the API Call action have run. What do you mean by Backend workflow is not called? Do you have a Schedule Backend WF action? Do you expect a webhook to come in? please share more informations about your settings.
Did you set the authentication in API Connector? (I see your screenshot have a placeholder for api key)
Also, when you use API Connector, this is not set on behalf of a user, I don’t know what your backend WF do, but you could have a privacy issue in this case. You can activate ignore privacy rules… but this is often not secure to do that…