Add contacts to a list

When collecting leads you might want to submit them directly to a list via our API.

API endpoint here

In short

  1. get your API key from admin panel
  2. make a POST request to https://api.smsedge.com/v1/numbers/create/ with the params
    2.1. List ID - list_id - the list you want the contact be added to.
    2.2. Number - number - the number you want added in international format.
    2.3. API key - api_key - your API key as shown on the admin panel.

Use cases

  • After a lead registered - subscribe him to an SMS marketing automation campaign.
  • After a lead churned (didn't buy, stopped logging in etc') , add to "Initial" list.