NodePing.ContactGroups.get_by_id
You're seeing just the function
get_by_id
, go back to NodePing.ContactGroups module for more information.
Get a contact group from your NodePing account or subaccount.
Parameters
token
- NodePing API token that is provided with accountid
- the ID for your contact groupcustomerid
- optional ID to access a subaccount
Examples
iex> token = System.fetch_env!("TOKEN")
iex> id = "201205050153W2Q4C-G-3QJWG"
iex> {:ok, result} = NodePing.ContactGroups.get_by_id(token, id)