Stannp

Learn how to use Stannp with Composio

Overview

Enum

STANNP

Description

Stannp provides a direct mail API enabling users to send postcards and letters programmatically.

Authentication Details

generic_api_key
stringRequired

Actions

Tool to add a recipient to a recipient group. use when you need to add new mailing list subscribers.

Action Parameters

address1
stringRequired
address2
string
address3
string
city
stringRequired
company
string
country
stringDefaults to GB
custom1
string
custom2
string
custom3
string
email
string
first_name
stringRequired
group_id
stringRequired
last_name
stringRequired
postcode
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to create a new recipient group in stannp. use when you need to organize contacts into a distinct group before sending campaigns.

Action Parameters

description
string
name
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve details of a specific contact. use when you need all stored fields of a contact by its id.

Action Parameters

contact_id
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to import recipients from a csv or xls file into a stannp recipient group. use when you have a mailing list file ready to upload.

Action Parameters

file
stringRequired
group_id
stringRequired
update_existing
boolean

Action Response

data
object
error
string
successful
boolean
Tool to list all contacts. use when you need to retrieve contacts with optional pagination filters.

Action Parameters

limit
integer
page
integer

Action Response

data
array
error
string
success
boolean
successful
boolean
Tool to list all templates associated with the account. use when you need to retrieve available templates after authentication.

Action Parameters

page
integer
size
integer

Action Response

data
array
error
string
message
string
success
boolean
successful
boolean