MCPcopy Create free account

hub / github.com/amp-labs/connectors / functions

Functions8,532 in github.com/amp-labs/connectors

↓ 3 callersFunctionGetChargebeeConnector
(ctx context.Context)
test/chargebee/connector.go:13
↓ 3 callersFunctionGetChiliPiperConnector
(ctx context.Context)
test/chilipiper/connector.go:13
↓ 3 callersFunctionGetConnector
(ctx context.Context)
test/podium/connector.go:15
↓ 3 callersFunctionGetConnector
(ctx context.Context)
test/teamleader/connector.go:15
↓ 3 callersFunctionGetConnector
(ctx context.Context)
test/groove/connector.go:15
↓ 3 callersFunctionGetConnector
(ctx context.Context)
test/claricopilot/connector.go:13
↓ 3 callersFunctionGetConnector
(ctx context.Context)
test/zendeskchat/connector.go:16
↓ 3 callersFunctionGetConnector
(ctx context.Context)
test/gorgias/connector.go:16
↓ 3 callersFunctionGetConnector
(ctx context.Context)
test/drift/connector.go:15
↓ 3 callersFunctionGetConnector
(ctx context.Context)
test/mixmax/connector.go:13
↓ 3 callersFunctionGetConnector
(ctx context.Context)
test/flatfile/connector.go:13
↓ 3 callersFunctionGetConnector
(ctx context.Context)
test/gitlab/connector.go:13
↓ 3 callersFunctionGetConnector
(ctx context.Context)
test/bitbucket/connector.go:21
↓ 3 callersFunctionGetConnector
(ctx context.Context)
test/dixa/connector.go:13
↓ 3 callersFunctionGetConnector
(ctx context.Context)
test/pylon/connector.go:13
↓ 3 callersMethodGetContentBytes
()
common/printable.go:262
↓ 3 callersFunctionGetDropboxSignConnector
(ctx context.Context)
test/dropboxsign/connector.go:15
↓ 3 callersFunctionGetFathomConnector
(ctx context.Context)
test/fathom/connector.go:13
↓ 3 callersMethodGetFloat
GetFloat extracts a float from the map.
common/stringMap.go:148
↓ 3 callersFunctionGetFreshdeskConnector
(ctx context.Context)
test/freshdesk/connector.go:13
↓ 3 callersFunctionGetFrontConnector
(ctx context.Context)
test/front/connector.go:14
↓ 3 callersFunctionGetHelpScoutConnector
(ctx context.Context)
test/helpscoutmailbox/connector.go:15
↓ 3 callersFunctionGetHunterConnector
(ctx context.Context)
test/hunter/connector.go:13
↓ 3 callersMethodGetJobInfo
GetJobInfo returns information status about an Ingest Job, which was created via BulkWrite or BulkDelete. https://developer.salesforce.com/docs/atlas.
providers/salesforce/bulk-info.go:139
↓ 3 callersMethodGetJobResults
GetJobResults returns explanation on Ingest Job status. In case of success, only metadata marking such state is returned. In case of failure, reasons
providers/salesforce/bulk-info.go:162
↓ 3 callersFunctionGetLemlistConnector
(ctx context.Context)
test/lemlist/connector.go:13
↓ 3 callersFunctionGetLinearConnector
(ctx context.Context)
test/linear/connector.go:15
↓ 3 callersMethodGetObjectMetadata
(objectName string)
common/types.go:676
↓ 3 callersMethodGetOrElse
GetOrElse returns the value if successful, otherwise returns the provided default value. This is useful for providing fallback values when operations
common/try/try.go:37
↓ 3 callersFunctionGetOutplayConnector
(ctx context.Context)
test/outplay/connector.go:13
↓ 3 callersFunctionGetPaddleConnector
(ctx context.Context)
test/paddle/connector.go:13
↓ 3 callersFunctionGetQuickBooksConnector
(ctx context.Context)
test/quickbooks/connector.go:15
↓ 3 callersFunctionGetQuickBooksSandboxConnector
(ctx context.Context)
test/quickbooks/connector.go:41
↓ 3 callersMethodGetRecordCount
GetRecordCount returns the count of records for the given object and time range. Parameters: - ctx: context for the operation - params: parameters sp
connectors.go:175
↓ 3 callersFunctionGetRecurlyConnector
(ctx context.Context)
test/recurly/connector.go:13
↓ 3 callersFunctionGetRequestHeaders
(request *http.Request)
common/http.go:681
↓ 3 callersFunctionGetResponseBodyOnce
(response *http.Response)
common/http.go:662
↓ 3 callersMethodGetSupport
GetSupport determines support for an endpoint by matching against registered patterns. Multiple patterns can match, in which case their support levels
internal/components/support.go:74
↓ 3 callersMethodGetTruncatedLength
()
common/printable.go:335
↓ 3 callersFunctionGetXeroConnector
(ctx context.Context)
test/xero/connector.go:15
↓ 3 callersFunctionGoContext
GoContext creates a new Future and executes the given function in a goroutine with context support. This is the context-aware version of Go(). It: -
internal/future/future.go:181
↓ 3 callersMethodHTTPClient
()
providers/asana/client.go:10
↓ 3 callersMethodHTTPClient
()
internal/components/mocked/connector.go:32
↓ 3 callersMethodHandle
(_ context.Context, _ slog.Record)
common/logging/null.go:20
↓ 3 callersMethodHasQueryParam
(name string)
common/urlbuilder/url.go:254
↓ 3 callersFunctionInterpretJSONError
InterpretJSONError applies Google rate-limit detection on top of the per-adapter JSON error parsing. If the response is a rate-limit / quota error it
providers/google/internal/core/errors.go:84
↓ 3 callersFunctionIsActivityEvent
(objectName string)
providers/hubspot/internal/core/objects.go:56
↓ 3 callersMethodIsBase64
()
common/printable.go:237
↓ 3 callersMethodJSONHTTPClient
JSONHTTPClient returns the underlying JSON HTTP client.
providers/closecrm/client.go:6
↓ 3 callersMethodJSONHTTPClient
JSONHTTPClient returns the underlying JSON HTTP client.
providers/outreach/client.go:6
↓ 3 callersMethodKey
()
common/scanning/readers.go:14
↓ 3 callersMethodListObjectMetadata
(ctx context.Context, objectNames []string)
test/utils/testconn/connector.go:34
↓ 3 callersMethodLookupModuleURLPath
(moduleID common.ModuleID)
internal/staticschema/core.go:297
↓ 3 callersFunctionMakeGetRequest
MakeGetRequest creates a GET request with the given headers.
common/http.go:491
↓ 3 callersFunctionMapContext
MapContext is the context-aware version of Map. This is identical to Map but with context support, allowing: - Cancellation of the transformation via
internal/future/future.go:465
↓ 3 callersMethodMatchStatusCodeError
(res *http.Response, body []byte)
common/interpreter/responder.go:50
↓ 3 callersFunctionMergeMaps
MergeMaps creates a new map by combining all provided maps. Each key from the input maps is copied into the resulting map. This is a **shallow copy**
internal/datautils/maps.go:178
↓ 3 callersFunctionNewBatchWriteResultFailed
NewBatchWriteResultFailed constructs a BatchWriteResult representing a fully failed batch operation. It assumes zero successful records and marks the
common/construct.go:72
↓ 3 callersFunctionNewBrazeConnector
(ctx context.Context)
test/braze/connector.go:13
↓ 3 callersFunctionNewConnector
(params common.ConnectorParams)
providers/breakcold/connector.go:31
↓ 3 callersFunctionNewConnector
(params common.ConnectorParams)
providers/salesflare/connector.go:28
↓ 3 callersFunctionNewConnector
(params common.ConnectorParams)
providers/supersend/connector.go:25
↓ 3 callersFunctionNewConnector
(params common.ConnectorParams)
providers/campaignmonitor/connector.go:29
↓ 3 callersFunctionNewConnector
NewConnector.
providers/xero/connector.go:31
↓ 3 callersFunctionNewConnector
(opts ...Option)
providers/apollo/connector.go:41
↓ 3 callersFunctionNewConnector
(params common.ConnectorParams)
providers/avoma/connector.go:27
↓ 3 callersFunctionNewConnector
(params common.ConnectorParams)
providers/loxo/connector.go:36
↓ 3 callersFunctionNewConnector
(opts ...Option)
providers/zoho/connector.go:35
↓ 3 callersFunctionNewConnector
(params common.ConnectorParams)
providers/teamleader/connector.go:26
↓ 3 callersFunctionNewConnector
NewConnector creates a new Okta connector.
providers/okta/connector.go:38
↓ 3 callersFunctionNewConnector
(opts ...Option)
providers/chilipiper/connector.go:14
↓ 3 callersFunctionNewConnector
NewConnector returns a new Close connector.
providers/closecrm/connector.go:17
↓ 3 callersFunctionNewConnector
(params common.ConnectorParams)
providers/capsule/connector.go:29
↓ 3 callersFunctionNewConnector
(params common.ConnectorParams)
providers/claricopilot/connector.go:26
↓ 3 callersFunctionNewConnector
(params common.ConnectorParams)
providers/cloudtalk/connector.go:29
↓ 3 callersFunctionNewConnector
(params common.ConnectorParams)
providers/pinterest/connector.go:31
↓ 3 callersFunctionNewConnector
(opts ...Option)
providers/attio/connector.go:19
↓ 3 callersFunctionNewConnector
(opts ...Option)
providers/asana/connector.go:18
↓ 3 callersFunctionNewConnector
(opts ...Option)
providers/constantcontact/connector.go:20
↓ 3 callersFunctionNewConnector
(params common.ConnectorParams)
providers/linkedin/connector.go:26
↓ 3 callersFunctionNewConnector
(params common.ConnectorParams)
providers/pipeliner/connector.go:29
↓ 3 callersFunctionNewConnector
NewConnector constructs the Pipedrive Connector and returns it, Fails if any of the required fields are not instantiated.
providers/pipedrive/connector.go:27
↓ 3 callersFunctionNewConnector
(opts ...Option)
providers/salesloft/connector.go:20
↓ 3 callersFunctionNewConnector
(params common.ConnectorParams)
providers/sageintacct/connector.go:26
↓ 3 callersFunctionNewConnector
(params common.ConnectorParams)
providers/fourfour/connector.go:24
↓ 3 callersFunctionNewConnector
NewConnector returns a new Hubspot connector. Hubspot connector still owns CRM functionality. Not every CRM feature is located under `crm` package.
providers/hubspot/connector.go:49
↓ 3 callersFunctionNewConnector
(opts ...Option)
providers/instantly/connector.go:19
↓ 3 callersFunctionNewConnector
(params common.ConnectorParams)
providers/paddle/connector.go:25
↓ 3 callersFunctionNewConnector
(params common.ConnectorParams)
providers/devrev/connector.go:24
↓ 3 callersFunctionNewConnector
(params common.ConnectorParams)
providers/sellsy/connector.go:29
↓ 3 callersFunctionNewConnector
(params common.ConnectorParams)
providers/heyreach/connector.go:29
↓ 3 callersFunctionNewConnector
(params common.ConnectorParams)
providers/lever/connector.go:31
↓ 3 callersFunctionNewConnector
(opts ...Option)
providers/freshdesk/connector.go:17
↓ 3 callersFunctionNewConnector
(opts ...Option)
providers/customerapp/connector.go:19
↓ 3 callersFunctionNewConnector
(params common.ConnectorParams)
providers/granola/connector.go:21
↓ 3 callersFunctionNewConnector
NewConnector creates a new Google connector. It defaults to the Google provider; use NewConnectorForProvider for twin providers (e.g. GoogleWorkspaceD
providers/google/connector.go:49
↓ 3 callersFunctionNewConnector
NewConnector is a connector constructor. API Reference: https://td2972271.app.netsuite.com/app/help/helpcenter.nl?fid=section_158151234003.html
providers/netsuite/connector.go:40
↓ 3 callersFunctionNewConnector
(params common.ConnectorParams)
providers/dropboxsign/connector.go:26
↓ 3 callersFunctionNewConnector
(params common.ConnectorParams)
providers/flatfile/connector.go:42
↓ 3 callersFunctionNewConnector
(params common.ConnectorParams)
providers/dynamicsbusiness/connector.go:42
← previousnext →801–900 of 8,532, ranked by callers