Update a sender profile.
Authorizations
Company API key - scoped to a specific company. Generate from the Integrations page in your dashboard.
Path Parameters
Body
Profile data to update
Request body for creating a sender profile
Sender email address
Profile name
Agent ID that drives this profile's agent-conversation steps. To find valid IDs, call agents_listAgents.
Daily email sending limit
Optional employee persona to associate with this profile.
Email integration ID this profile sends from. To find valid IDs, call integrations_getIntegrationsByType with path integration_type=email.
This profile's LinkedIn account for LinkedIn steps. To find valid IDs, call integrations_getIntegrationsByType with path integration_type=browser_session and query type=linkedin_login.
Sending phone number (E.164) for this profile, drawn from phoneIntegrationId. To find available numbers, call integrations_getTwilioPhoneNumbers with that integration_id.
This profile's Twilio/phone integration for SMS and voice steps. To find valid IDs, call integrations_getIntegrationsByType with path integration_type=sms.
Email signature HTML
Voice ID for this profile's voice-message steps. To find valid IDs, call voices_listVoices.
Response
Updated profile

