NodePing.ContactGroups.get_all
You're seeing just the function
get_all
, go back to NodePing.ContactGroups module for more information.
Get contact groups for your NodePing account or subaccount.
Parameters
token
- NodePing API token that is provided with accountcustomerid
- optional ID to access a subaccount
Examples
iex> token = System.fetch_env!("TOKEN")
iex> {:ok, result} = NodePing.ContactGroups.get_all(token)