Use Cases
These playbooks show how to transform external signals into measurable business outcomes with AivaPad.
1) Website lead capture to CRM
Section titled “1) Website lead capture to CRM”Turn website traffic into sales opportunities using POST /api/external/v1/leads.
Recommended flow:
- Receive the submission through a secure integration flow.
- Validate lead quality before sending.
- Send the lead to AivaPad.
- Track delivery and follow-up outcomes.
2) No-code automation with Zapier or Make
Section titled “2) No-code automation with Zapier or Make”Use automation workflows to move leads from external channels into AivaPad.
Recommended flow:
- Trigger workflow from a source event.
- Standardize lead fields.
- Create or update the lead in AivaPad.
- Add retry steps for reliability.
3) Lead qualification and pipeline progression
Section titled “3) Lead qualification and pipeline progression”Keep lead stages updated automatically based on qualification criteria.
Recommended flow:
- Collect engagement signals from your channels.
- Score and prioritize opportunities.
- Update lead status with
PUT /api/external/v1/leads/:id/status. - Apply full lead updates with
PUT /api/external/v1/leads/:idwhen needed.