Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/connectors/adobe-acrobat-sign.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ Read about how OAuth 2.0 works [here](../oauth2.md).
| Input | Comments | Default |
| ------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------ |
| Authorize URL | The OAuth 2.0 Authorization URL for Acrobat Sign with the correct region/shard (this can be found in the URL when you are logged into the Adobe Sign web app). For example, if the URL is https://secure.na3.adobesign.com, the authorize URL would be 'https://secure.na3.adobesign.com/public/oauth/v2' | https://secure.na3.adobesign.com/public/oauth/v2 |
| Token URL | The OAuth 2.0 Token URL for Acrobat Sign with the correct region/shard (this can be found in the URL when you are logged into the Adobe Sign web app). For example, if the URL is https://secure.na3.adobesign.com, the token URL would be 'https://secure.na3.adobesign.com/oauth/v2/token) | https://secure.na3.adobesign.com/oauth/v2/token |
| Refresh URL | The OAuth 2.0 Refresh URL for Acrobat Sign with the correct region/shard (this can be found in the URL when you are logged into the Adobe Sign web app). For example, if the URL is https://secure.na3.adobesign.com, the token URL would be 'https://secure.na3.adobesign.com/oauth/v2/refresh) | https://secure.na3.adobesign.com/oauth/v2/refresh |
| Token URL | The OAuth 2.0 Token URL for Acrobat Sign with the correct region/shard (this can be found in the URL when you are logged into the Adobe Sign web app). For example, if the URL is https://secure.na3.adobesign.com, the token URL would be 'https://secure.na3.adobesign.com/oauth/v2/token' | https://secure.na3.adobesign.com/oauth/v2/token |
| Refresh URL | The OAuth 2.0 Refresh URL for Acrobat Sign with the correct region/shard (this can be found in the URL when you are logged into the Adobe Sign web app). For example, if the URL is https://secure.na3.adobesign.com, the token URL would be 'https://secure.na3.adobesign.com/oauth/v2/refresh' | https://secure.na3.adobesign.com/oauth/v2/refresh |
| Scopes | Space separated OAuth 2.0 permission scopes for Acrobat Sign. Add scope modifiers using colons. https://opensource.adobe.com/acrobat-sign/developer_guide/gstarted.html#configure-scopes | user_read:account user_write:self agreement_read:group |
| Client ID | Client Identifier of your Acrobat Sign App (shown as Application ID inside Acrobat Sign) | |
| Client Secret | Client Secret of your Acrobat Sign App | |
Expand Down
18 changes: 9 additions & 9 deletions docs/connectors/amazon-seller-central.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,13 @@ Updates the shipment confirmation status for a specified order.

Creates a destination resource to receive notifications.

| Input | Comments | Default |
| ---------- | ------------------------------------------------------------------------------------------------------------------------------------------- | --------- |
| Connection | | |
| Name | A developer-defined name to help identify this destination. | |
| arn | The Amazon Resource Name (ARN) associated with the SQS queue. | |
| AWS Region | AWS provides services in multiple regions, like us-west-2 or eu-east-1. AWS region indicates the region in which your bucket(s) are stored. | us-east-1 |
| Account Id | The identifier for the AWS account that is responsible for charges related to receiving notifications. | |
| Input | Comments | Default |
| ---------- | ------------------------------------------------------------------------------------------------------ | ------- |
| Connection | | |
| Name | A developer-defined name to help identify this destination. | |
| arn | The Amazon Resource Name (ARN) associated with the SQS queue. | |
| AWS Region | AWS provides services in multiple regions, like us-west-2 or eu-west-1. | |
| Account Id | The identifier for the AWS account that is responsible for charges related to receiving notifications. | |

### Create Feed

Expand Down Expand Up @@ -359,8 +359,8 @@ Returns feed details for the feeds that match the filters that you specify.
| Marketplace Ids | list of MarketplaceId values. Used to select orders that were placed in the specified marketplaces. See (https://developer-docs.amazon.com/sp-api/docs/marketplace-ids) for a complete list of marketplaceId values. | |
| Page Size | The maximum number of feeds to return in a single call. | 10 |
| Processing Statuses | A list of processing statuses used to filter feeds. | |
| Created Since | The earliest feed creation date and time for feeds included in the response, in ISO 8601 format. The default is 90 days ago. Feeds are retained for a maximum of 90 days. | 2024-12-19T15:14:05.395Z |
| Created Until | The latest feed creation date and time for feeds included in the response, in ISO 8601 format. The default is now. | 2025-03-19T15:14:05.395Z |
| Created Since | The earliest feed creation date and time for feeds included in the response, in ISO 8601 format. The default is 90 days ago. Feeds are retained for a maximum of 90 days. | 2025-06-27T22:03:01.384Z |
| Created Until | The latest feed creation date and time for feeds included in the response, in ISO 8601 format. The default is now. | 2025-09-25T22:03:01.384Z |
| Next Token | A string token returned in the response of your previous request. | |

### List Orders
Expand Down
Loading