What APIs are available to Aloware customers?
Embed Aloware's simple script to connect your website forms and capture your leads
See full documentation in Integrations Tab > Form Connect
This is a publicly available API endpoint that can receive Lead and Prospect data from other applications.
POST /api/v1/webhook/forms
See full documentation in Integrations Tab > Lead API
Sequences API
You may enroll a contact to a sequence through API:
POST /api/v1/webhook/sequence-enroll
See full documentation in Integrations Tab > Sequences API
SMS API
This allows the user to send an SMS to a lead with a phone number:
POST /api/v1/webhook/sms-gateway/send
See full documentation in Integrations Tab > SMS API
Ringless Voicemail API
RVM allows you to send RVM to a phone number:
POST /api/v1/webhook/rvm-gateway/send
See full documentation in Integrations Tab > RVM API
Two-Legged Call API
This allows you to establish a two-legged call to a phone number:
POST /api/v1/webhook/two-legged-call
See full documentation in Integrations Tab > Two-Legged Call API
Number Lookup API
This helps you figure out customers with landlines. It is helpful for SMS marketing campaigns sent individually:
POST /api/v1/webhook/lookup
See full documentation in Integrations > Number Lookup API