Drips
Drips API integration and workflow automation
| API | Protocol | Base URL | Docs | Reference | OpenAPI | SDKs |
|---|---|---|---|---|---|---|
| Main | rest | https://api.getdrip.com/ | link | — | — | — |
Actions (7)
Records · 4
- Close recordPOST /Record/Closed/{API-Key}
Mark a record as closed to stop outbound engagement.
documented - Create new recordPOST /Record/Insert/{API-Key}
Add a new record to Drips for outbound engagement.
documented - Record convertedPOST /Record/Converted/{API-Key}
Notify Drips that a record has converted (to adjust campaigns/costs).
documented - Update record dispositionPOST /Record/Disposition/{API-Key}
Update the disposition/status of an existing record.
documented
Disqualified · 2
- Export disqualified recordsGET /Disqualified/ExportRecords/{API-Key}?format={responseFormat}&pullFrom={Timestamp}
Retrieve disqualified phone numbers since a given timestamp (JSON/CSV/TSV).
documented - Insert disqualified recordPOST /Disqualified/Insert/{API-Key}
Notify Drips that a phone number is disqualified.
documented