Create new record
documentedAdd a new record to Drips for outbound engagement.
POST /Record/Insert/{API-Key}Recordsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api-v2.drips.com/Record/Insert/{{$api_key}}" \
-X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"Phone": "{{$phone}}", "CountryCode": "{{$country_code}}", "Postal": "{{$postal}}", "State": "{{$state}}", "FirstName": "{{$first_name}}", "LastName": "{{$last_name}}", "Email": "{{$email}}", "LeadId": "{{$lead_id}}", "Sub1": "{{$sub1}}", "Sub2": "{{$sub2}}", "Sub3": "{{$sub3}}", "Sub4": "{{$sub4}}", "DID": "{{$did}}", "DIDCountryCode": "{{$did_country_code}}", "InboundDID": "{{$inbound_did}}", "InboundDIDCountryCode": "{{$inbound_did_country_code}}", "CostRecord": {{$cost_record}}, "CostOther": {{$cost_other}}, "LongURL": "{{$long_url}}", "FromNumberPersist": "{{$from_number_persist}}", "CheckDuplicate": "{{$check_duplicate}}", "WebhookURL": "{{$webhook_url}}"}'