How it works
To pass leads from Strapi to Webhook automatically, use a ready-made scenario — no manual copying, no lost leads.
- Starts when: request to sign up
- Then: Check if email in database
- Check: If email in database
- If yes: respond with email already in use
- If no: hash password
- Then: add record to database
- Starts when: respond with sign up successful
- Starts when: request to sign in
- Then: check if user exists
- Check: If user exists
- If yes: hash submitted password
- Check: If passwords match
- If yes: respond with successful login
- If no: respond with wrong password submitted
- If no: respond with wrong email submitted
- Then: Specify Current Details
- Then: Specify New Details
- Starts when: request to get user details
- Then: get current details
- Starts when: request to update user details
- Then: update with new details
You can launch this Strapi + Webhook integration in Scriptera: describe the task in plain words — the scenario is built, launched and monitored for you.