# Sendoso

![Sendoso-Logo-Header.svg](https://assets.relyanceuat.xyz/images/docs/5980473167117/5980023403277.svg)
Sendoso is a leading sending platform that helps companies deliver modern direct mail, personalized gifts, eGifts, and other items at scale. They stand out by giving clients new ways to engage with customers throughout the buyer's journey.

In order to integrate Sendoso with Relyance AI you will need **Oauth2 / App Token**.

#### In the Relyance AI application:

1. Login to your Relyance account.
2. Navigate to the **Settings** Menu in the bottom left-hand side.
3. Select **Integrations**.
4. Click on the **Vendor Integration** tab.
5. Find the **Sender** integration card and click it to open its connections.
6. Under **Authentication Method**, choose **Oauth2 / App Token**.

![Sendoso-2.png](https://assets.relyanceuat.xyz/images/docs/5980473167117/5980463042573.png)

8. Click **Authenticate**.
9. This will bring up a login page on the Sendoso site.

![Sendoso-1.png](https://assets.relyanceuat.xyz/images/docs/5980473167117/5980450504845.png)

10. Login to Sendoso. This will then confirm the Relyance AI to Sendoso connection.
11. Follow this flow until you have a successful connection.
12. At this point, you should see the following result on the Vendor Integrations page:

![Sendoso-4.png](https://assets.relyanceuat.xyz/images/docs/5980473167117/12915451350541.png)

13. Congratulations, you are now connected to **Sendoso**.

<!-- auth-methods:begin (generated from the integration catalog; do not hand-edit) -->

## Authentication methods and fields

Pick one of these under **Authentication Method** on the connection wizard's **Authentication** step. This table is generated from the integration catalog, so it always matches what the form actually asks for.

| Method | Required | Optional |
| --- | --- | --- |
| **Oauth2 / App Token - Sandbox** | — | — |
| **Oauth2 / App Token** | — | — |

<!-- auth-methods:end -->

<!-- terraform-examples:begin (generated from the integration catalog; do not hand-edit) -->

## Manage this integration with Terraform

Connections for this integration can be managed as code with the [Relyance Terraform provider](https://registry.terraform.io/providers/Relyance/relyance/latest). Non-secret fields go in `auth.params`; secret fields go in `auth.secrets_wo`, which is write-only — never stored in Terraform state. Rotate secrets by bumping `auth.secrets_wo_version`.

### OAuth (browser authorization) — Oauth2 / App Token - Sandbox

The **OAuth (browser authorization) — Oauth2 / App Token - Sandbox** method uses a browser authorization flow, so the connection is created in the Relyance app. Manage it in Terraform afterwards by importing it (`terraform import relyance_integration_connection.example sendoso/<connection_id>`) or reading it with the `relyance_integration_connection` data source.

### OAuth (browser authorization)

The **OAuth (browser authorization)** method uses a browser authorization flow, so the connection is created in the Relyance app. Manage it in Terraform afterwards by importing it (`terraform import relyance_integration_connection.example sendoso/<connection_id>`) or reading it with the `relyance_integration_connection` data source.

<!-- terraform-examples:end -->
