> For the complete documentation index, see [llms.txt](https://docs.bird.com/taxi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bird.com/taxi/connectors/s3-webex-campaign/setting-up-personalisation-for-s3-webex-campaign.md).

# Setting up personalisation for S3 Webex Campaign

When using personalisation fields in Taxi, the S3/Webex connector is platform agnostic, meaning after you export to it from Taxi, you can do what you need with the file. E.g. transfer over to your own sending tool. Therefore you can use any language for personalisation variables you need.

These can be set up in the [personalisation](/taxi/dynamic-content-segmentation-and-personalisation/personalisation/what-is-personalisation.md) settings in Taxi.<br>

![](https://2516523503-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMq0EQG9Ff46ZMsrIBcVn%2Fuploads%2Fgit-blob-cc2aca1b933d920a28eb69bcd242f68a32630e76%2FScreenshot%2B2022-09-27%2Bat%2B10.20.26.png?alt=media)

These will become available in rich text fields in the editor.

![](https://2516523503-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMq0EQG9Ff46ZMsrIBcVn%2Fuploads%2Fgit-blob-ede44c13c4da0bf5bd7b16597c5762c8050e739a%2FScreenshot%2B2022-09-27%2Bat%2B10.20.02.png?alt=media)

You can add as much or as little code here as you like, so it’s possible to use your templating language to do things like use a default name:

\#{{#if first\_name }}Hi #{{first\_name}}#{{ else }}Hey there#{{/if}}

Read Next:

[Setting up Segmentation for S3 Webex Campaign](https://docs.messagebird.com/taxi/Connectors/S3%20Webex%20Campaign%20/setting-up-segmentation-for-the-s3-webex-campaign-connector)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.bird.com/taxi/connectors/s3-webex-campaign/setting-up-personalisation-for-s3-webex-campaign.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
