> ## Documentation Index
> Fetch the complete documentation index at: https://docs.getreditus.com/llms.txt
> Use this file to discover all available pages before exploring further.

# partnership.accepted

> Partnership - partnership.accepted

## Use Cases

* Sending you a Slack message when a partnership was accepted in Reditus.
* Automatically sending a welcome email to the new affiliate.

### Example payload

```
{
  "event_type": "partnership.accepted",
  "url": "destination-url@example.com",
  "created_at": "2024-05-05",
  "data": {
    "affiliate_name": "Acme",
    "affiliate_email": "john@acme.com",
    "affiliate_first_name": "John",
    "affiliate_last_name": "Doe",
    "accepted_at": "2024-05-05"
  }
}
```
