Skip to content

Tags

To start using the Group Tags API, add the following to the top of your file:

use EncoreDigitalGroup\PlanningCenter\Objects\Groups\Tag;

TagGroup Class

Now we can create a new instance of the Tag class;

$tag = Tag::make($clientId, $clientSecret);

Tags

Get All Tags

$tag->all();

Get Tags for a Group

$tag->forGroupId(TAG_ID)->groups();