v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14191644620.9 KB

Uses the join token and call metadata in a meeting request (From number, To number, and so forth) to initiate an outbound call to a public switched telephone network (PSTN) and join them into a Chime meeting. Also ensures that the From number belongs to the customer.

To play welcome audio or implement an interactive voice response (IVR), use the CreateSipMediaApplicationCall action with the corresponding SIP media application ID.

post/meetings/{meetingId}/dial-outs

Path parameters

meetingIdstring required

The Amazon Chime SDK meeting ID.

Request body

FromPhoneNumberstring password required

Phone number used as the caller ID when the remote party receives a call.

ToPhoneNumberstring password required

Phone number called when inviting someone to a meeting.

JoinTokenstring password required

Token used by the Amazon Chime SDK attendee. Call the <a href="https://docs.aws.amazon.com/chime/latest/APIReference/API_CreateAttendee.html">CreateAttendee</a> action to get a join token.

Response

Success

TransactionIdstring

Unique ID that tracks API calls.