# Birthday campaigns
# Get birthday campaigns
# Description
You can use this API to check the birthday campaigns list.
# Endpoint
POST https://019sms.co.il/api
# Parameters
Name | Type | Description | Required |
---|---|---|---|
get_birthday_campaigns | object | Contains all other elements. | ✔️ |
user | object | Contains the user element. | ✔️ |
username | string | The username of the account by which you are recognized in the system | ✔️ |
# Request Example
xml
Copy code
# Response Example
xml
Copy code
Note
Full description of the response status and message can be found in here:
# Edit birthday campaign
# Description
You can use this API to edit the message from a birthday campaign.
# Endpoint
POST https://019sms.co.il/api
# Parameters
Name | Type | Description | Required |
---|---|---|---|
edit_birthday_campaign | object | Contains all other elements. | ✔️ |
user | object | Contains the user element. | ✔️ |
username | string | The username of the account by which you are recognized in the system | ✔️ |
campaign_id | object | campaign_id that you want to edit | ✔️ |
message | object | The content of the new message. | ✔️ |
# Request Example
xml
Copy code
# Response Example
xml
Copy code
Note
Full description of the response status and message can be found in here: