Call Connector
POST https://{{base_url}}/graphql
This mutation can be used to call a specific connector operation.
This powerful feature is used in combination with a User Token and Authentication Id, to pull data from a particular service connector operation and display it in your app.
As an example, for a particular End User of your Embedded application, you could use it to display all of the 'Warm' Salesforce Leads assigned to them, or display all the customers with overdue payments.
Please see full instructions for using this endpoint at https://tray.io/documentation/embedded/advanced-topics/call-connector/
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |