NodePing.ContactGroups.get_by_id-exclamation-mark

You're seeing just the function get_by_id-exclamation-mark, go back to NodePing.ContactGroups module for more information.
Link to this function

get_by_id!(token, id, customerid \\ nil)

View Source

Get a contact group from your NodePing account or subaccount.

Parameters

  • token - NodePing API token that is provided with account
  • id - the ID for your contact group
  • customerid - optional ID to access a subaccount

Examples

iex> token = System.fetch_env!("TOKEN")
iex> id = "201205050153W2Q4C-G-3QJWG"
iex> result = NodePing.ContactGroups.get_by_id!(token, id)