webhook

package
v0.14.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 18, 2021 License: Apache-2.0 Imports: 4 Imported by: 1

Documentation

Overview

Package webhook contains auto-generated files. DO NOT MODIFY

Package webhook contains auto-generated files. DO NOT MODIFY

Package webhook contains auto-generated files. DO NOT MODIFY

Package webhook contains auto-generated files. DO NOT MODIFY

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client for managing a specific webhook resource See https://www.twilio.com/docs/chat/rest/channel-webhook-resource for more details

func New

func New(client *client.Client, properties ClientProperties) *Client

New creates a new instance of the webhook client

func (Client) Delete

func (c Client) Delete() error

Delete removes a webhook resource from the account See https://www.twilio.com/docs/chat/rest/channel-webhook-resource#delete-a-channelwebhook-resource for more details Context is defaulted to Background. See https://golang.org/pkg/context/#Background for more information

func (Client) DeleteWithContext

func (c Client) DeleteWithContext(context context.Context) error

DeleteWithContext removes a webhook resource from the account See https://www.twilio.com/docs/chat/rest/channel-webhook-resource#delete-a-channelwebhook-resource for more details

func (Client) Fetch

Fetch retrieves a webhook resource See https://www.twilio.com/docs/chat/rest/channel-webhook-resource#fetch-a-channelwebhook-resource for more details Context is defaulted to Background. See https://golang.org/pkg/context/#Background for more information

func (Client) FetchWithContext

func (c Client) FetchWithContext(context context.Context) (*FetchChannelWebhookResponse, error)

FetchWithContext retrieves a webhook resource See https://www.twilio.com/docs/chat/rest/channel-webhook-resource#fetch-a-channelwebhook-resource for more details

func (Client) Update

Update modifies a webhook resource See https://www.twilio.com/docs/chat/rest/channel-webhook-resource#update-a-channelwebhook-resource for more details Context is defaulted to Background. See https://golang.org/pkg/context/#Background for more information

func (Client) UpdateWithContext

func (c Client) UpdateWithContext(context context.Context, input *UpdateChannelWebhookInput) (*UpdateChannelWebhookResponse, error)

UpdateWithContext modifies a webhook resource See https://www.twilio.com/docs/chat/rest/channel-webhook-resource#update-a-channelwebhook-resource for more details

type ClientProperties

type ClientProperties struct {
	ChannelSid string
	ServiceSid string
	Sid        string
}

ClientProperties are the properties required to manage the webhook resources

type FetchChannelWebhookConfigurationResponse added in v0.6.0

type FetchChannelWebhookConfigurationResponse struct {
	Filters    *[]string `json:"filters,omitempty"`
	FlowSid    *string   `json:"flow_sid,omitempty"`
	Method     *string   `json:"method,omitempty"`
	RetryCount *int      `json:"retry_count,omitempty"`
	Triggers   *[]string `json:"triggers,omitempty"`
	URL        *string   `json:"url,omitempty"`
}

type FetchChannelWebhookResponse

type FetchChannelWebhookResponse struct {
	AccountSid    string                                   `json:"account_sid"`
	ChannelSid    string                                   `json:"channel_sid"`
	Configuration FetchChannelWebhookConfigurationResponse `json:"configuration"`
	DateCreated   time.Time                                `json:"date_created"`
	DateUpdated   *time.Time                               `json:"date_updated,omitempty"`
	ServiceSid    string                                   `json:"service_sid"`
	Sid           string                                   `json:"sid"`
	Type          string                                   `json:"type"`
	URL           string                                   `json:"url"`
}

FetchChannelWebhookResponse defines the response fields for the retrieved webhook

type UpdateChannelWebhookConfigurationInput added in v0.6.0

type UpdateChannelWebhookConfigurationInput struct {
	Filters    *[]string `form:"Filters,omitempty"`
	FlowSid    *string   `form:"FlowSid,omitempty"`
	Method     *string   `form:"Method,omitempty"`
	RetryCount *int      `form:"RetryCount,omitempty"`
	Triggers   *[]string `form:"Triggers,omitempty"`
	URL        *string   `form:"Url,omitempty"`
}

type UpdateChannelWebhookConfigurationResponse added in v0.6.0

type UpdateChannelWebhookConfigurationResponse struct {
	Filters    *[]string `json:"filters,omitempty"`
	FlowSid    *string   `json:"flow_sid,omitempty"`
	Method     *string   `json:"method,omitempty"`
	RetryCount *int      `json:"retry_count,omitempty"`
	Triggers   *[]string `json:"triggers,omitempty"`
	URL        *string   `json:"url,omitempty"`
}

type UpdateChannelWebhookInput

type UpdateChannelWebhookInput struct {
	Configuration *UpdateChannelWebhookConfigurationInput `form:"Configuration,omitempty"`
}

UpdateChannelWebhookInput defines input fields for updating a webhook resource

type UpdateChannelWebhookResponse

type UpdateChannelWebhookResponse struct {
	AccountSid    string                                    `json:"account_sid"`
	ChannelSid    string                                    `json:"channel_sid"`
	Configuration UpdateChannelWebhookConfigurationResponse `json:"configuration"`
	DateCreated   time.Time                                 `json:"date_created"`
	DateUpdated   *time.Time                                `json:"date_updated,omitempty"`
	ServiceSid    string                                    `json:"service_sid"`
	Sid           string                                    `json:"sid"`
	Type          string                                    `json:"type"`
	URL           string                                    `json:"url"`
}

UpdateChannelWebhookResponse defines the response fields for the updated webhook

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL