Following-up on a previous question that was solved as far as workflow. I have a admin only option that has an application status as “approved” “rejected” or “Waitlisted. I have a webhook setup that triggers when the application is is set to “approved”. The applicant cannot change this status as its only for admins in the backend. Here is my workflow and what I am trying to do:
1. Applicant files the application 2. I view the application, change the status in the admin backend to approve. They receive the email for approval 3. The webhook triggers when the application status “approved” is set.
For some reason when I do this in the admin backend, the webhook is not triggering. Does the webhook only trigger when the applicant submits? How can I get the webhook to reconsider triggering?