module Webhooks::Outgoing::EndpointSupport

def creative_concepts

def creative_concepts
  team.scaffolding_absolutely_abstract_creative_concepts
end

def event_types

def event_types
  event_type_ids.map { |id| Webhooks::Outgoing::EventType.find(id) }
end

def touch_parent

def touch_parent
  send(BulletTrain::OutgoingWebhooks.parent_association).touch
end

def valid_event_types

def valid_event_types
  Webhooks::Outgoing::EventType.all
end