-
Notifications
You must be signed in to change notification settings - Fork 0
SupportChannel
A support channel is a dedicated communication channel between a company and its customers on Whop — used to handle support requests and customer conversations.
$client->supportChannels // Matchable\Whop\Resource\SupportChannelResource| HTTP | POST support-channels |
| Does | Creates a new support channel. |
| Parameters |
$data — support channel attributes (e.g. name, associated experience or company, participants). |
| Returns | array |
| HTTP | GET support-channels |
| Does | Lists support channels. |
| Parameters |
$query — optional filters / pagination. |
| Returns | array |
| HTTP | GET support-channels/{id} |
| Does | Retrieves a single support channel by ID. |
| Parameters |
$id — the support channel ID. |
| Returns | array |
$channel = $client->supportChannels->create([
'name' => 'Billing questions',
]);
$channel = $client->supportChannels->get($channel['id']);Official Whop documentation: https://docs.whop.com
Core Company · AccountLink · File · AccessToken · AuthorizedUser · User · Member · Webhook
Payments & Billing Payment · Checkout · Plan · Product · Membership · Refund · Invoice · PromoCode · PaymentMethod · SetupIntent
Platform & Finance Transfer · FeeMarkup · Topup · Withdrawal · LedgerAccount · PayoutAccount · PayoutMethod
Disputes Dispute · DisputeAlert · ResolutionCenter
Commerce Shipment · Lead · Entry · Review · Affiliate · Stats
Experiences & Courses Experience · Course · CourseChapter · CourseLesson · CourseLessonInteraction · CourseStudent
Communication ChatChannel · DmChannel · DmMember · Message · Reaction · Forum · ForumPost · SupportChannel · Notification
Advertising AdCampaign · AdGroup · Ad
Apps & AI App · AppBuild · AiChat · CompanyTokenTransaction
Verifications Verification