SendGrid · Capability
Twilio SendGrid IP Address API — IP Pools
Twilio SendGrid IP Address API — IP Pools. 7 operations. Lead operation: Create an IP pool. Self-contained Naftiko capability covering one Sendgrid business surface.
What You Can Do
POST
Createippool
— Create an IP pool
/v1/v3/ips/pools
GET
Listippool
— Retrieve all IP pools
/v1/v3/ips/pools
GET
Getippool
— Retrieve all the IPs in a specified pool
/v1/v3/ips/pools/{pool-name}
PUT
Updateippool
— Rename an IP pool
/v1/v3/ips/pools/{pool-name}
DELETE
Deleteippool
— Delete an IP pool
/v1/v3/ips/pools/{pool-name}
POST
Addiptoippool
— Add an IP address to a pool
/v1/v3/ips/pools/{pool-name}/ips
DELETE
Deleteipfromippool
— Remove an IP address from a pool
/v1/v3/ips/pools/{pool-name}/ips/{ip}
MCP Tools
create-ip-pool
Create an IP pool
retrieve-all-ip-pools
Retrieve all IP pools
read-only
idempotent
retrieve-all-ips-specified-pool
Retrieve all the IPs in a specified pool
read-only
idempotent
rename-ip-pool
Rename an IP pool
idempotent
delete-ip-pool
Delete an IP pool
idempotent
add-ip-address-pool
Add an IP address to a pool
remove-ip-address-pool
Remove an IP address from a pool
idempotent