Sender Profiles

List sender profiles

get

Retrieve a list of sender profiles associated with the account

Authorizations
AuthorizationstringRequired

Provide the token that is returned upon login

Path parameters
workspaceIdstringRequired
Query parameters
limitinteger · min: 1 · max: 100Optional

Limits the number of results to return

Default: 10
pageTokenstring · max: 8000Optional

Pagination token that keeps of track of the current position in the list

reversebooleanOptional

Order in which to retrieve the results

Default: false
Responses
200

OK

application/json
get
/workspaces/{workspaceId}/sender-profiles

Create new sender profile

post

Create a new sender profile, defining its name, and other attributes.

Authorizations
AuthorizationstringRequired

Provide the token that is returned upon login

Path parameters
workspaceIdstringRequired
Body
namestringRequired
usernamestringOptional
channelIdstring · max: 60Required
signaturestringOptional
Responses
post
/workspaces/{workspaceId}/sender-profiles

No content

Get Sender profile

get

Retrieve information about a specific sender profile, including its name, and other attributes.

Authorizations
AuthorizationstringRequired

Provide the token that is returned upon login

Path parameters
workspaceIdstringRequired
senderProfileIdstringRequired

Sender Profile UUID

Responses
200

OK

application/json
get
/workspaces/{workspaceId}/sender-profiles/{senderProfileId}

Update Sender profile

patch

Modify the details of a specific sender profile, such as its name or other attributes.

Authorizations
AuthorizationstringRequired

Provide the token that is returned upon login

Path parameters
workspaceIdstringRequired
senderProfileIdstringRequired

Sender Profile UUID

Body
namestring | nullableOptional
usernamestring | nullableOptional
signaturestring | nullableOptional
channelIdstring · max: 60Optional
Responses
200

updated

application/json
patch
/workspaces/{workspaceId}/sender-profiles/{senderProfileId}

Delete Sender Profile

delete

Remove a specific sender profile.

Authorizations
AuthorizationstringRequired

Provide the token that is returned upon login

Path parameters
workspaceIdstringRequired
senderProfileIdstringRequired

Sender Profile UUID

Responses
delete
/workspaces/{workspaceId}/sender-profiles/{senderProfileId}

No content

List of variable for signature in sender profiles

get

Retrieve a list of variables to use for signature configuration in sender profile.

Authorizations
AuthorizationstringRequired

Provide the token that is returned upon login

Path parameters
workspaceIdstringRequired
Responses
200

ok

application/json
get
/workspaces/{workspaceId}/sender-profiles/signature-variables

List sender profiles

get

Retrieve a list of sender profiles associated with a user.

Authorizations
AuthorizationstringRequired

Provide the token that is returned upon login

Path parameters
workspaceIdstringRequired
userIdstringRequired
Query parameters
channelIdstring · max: 60Optional

Filter by channelId

Responses
200

ok

application/json
get
/workspaces/{workspaceId}/users/{userId}/sender-profiles

Last updated

Was this helpful?